Commit Graph

639 Commits

Author SHA1 Message Date
Felix Buehler
a3a2568e53 zpaqd: refactor 2021-12-21 11:50:09 +01:00
R. Ryantm
e190b6b169 unrar: 6.1.2 -> 6.1.3 2021-12-13 10:38:57 +00:00
R. Ryantm
9a7f7f9b77 tarlz: 0.11 -> 0.21 2021-12-13 10:05:54 +00:00
R. Ryantm
65b3286a92 unrar: 6.0.7 -> 6.1.2 2021-12-06 12:55:03 +00:00
Emery Hemingway
7fff1e9c0c tarlz: init at 0.11 2021-12-03 10:23:33 +00:00
Domen Kožar
43a7d62e07
Merge pull request #146843 from arkivm/darwin-fixes-arc_unpacker
arc_unpacker: Move to catch2 to support aarch64-darwin
2021-11-22 08:50:48 +01:00
Vikram Narayanan
7d6b3abe12 arc_unpacker: Move to catch2 to support aarch64-darwin
catch is ancient and has no support for aarch64-darwin. The following
snippet is an example of what is supported on darwin platforms in catch
(i.e., prior to v2).
```
#ifdef CATCH_PLATFORM_MAC
#if defined(__ppc64__) || defined(__ppc__)
    #define CATCH_TRAP() \
	__asm__("li r0, 20\nsc\nnop\nli r0, 37\nli r4, 2\nsc\nnop\n" \
	: : : "memory","r0","r3","r4" ) /* NOLINT */
#else
    #define CATCH_TRAP() __asm__("int $3\n" : : /* NOLINT */ )
#endif
```
2021-11-21 19:32:25 -08:00
Sebastián Mancilla
a99b61127e arj: fix build on darwin
Fix wrong header for statfs function.

Use gccStdenv to build with GCC on all systems. GCC is hardcoded in
configure.in, but after setting CC_FOR_BUILD to cc to use Clang, the
build fails anyway when running a post-compilation command:

    clang -DLOCALE=LANG_en -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"<out>/lib/arj\"" -D_UNIX  -g -O2   -o darwin20.6.0/en/rs/arj/arj <objects_files>
    : darwin20.6.0/en/rs/arj/arj
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxjr/arjsfxjr
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying .. done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfx/arjsfx
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying ... done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxv/arjsfxv
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying ..... done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/sfxstub/sfxstub
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying . done!
    rm -f ./darwin20.6.0/en/rs/help.arj
    TZ=UTC0 ./darwin20.6.0/en/rs/arj/arj a ./darwin20.6.0/en/rs/help.arj -+ -t1f -2d -e -jm -jh65535 -jt -hdo200506231314 ./resource/en/arj?.txt
    ARJ32 v 3.10, Copyright (c) 1998-2004, ARJ Software Russia.

    Creating archive  : ./darwin20.6.0/en/rs/help.arj
    Adding    ./resource/en/arjl.txt       37.2%
    Adding    ./resource/en/arjs.txt       47.3%
    Testing arjl.txt                    OK
    Testing arjs.txt                    OK
         2 file(s)
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/help.arj
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying . done!
    ./darwin20.6.0/en/rs/tools/postproc darwin20.6.0/en/rs/arj/arj
    POSTPROC v 1.30  [17/01/2003]  Not a part of any binary package!

    Patch not found
    make[1]: *** [GNUmakefile:398: darwin20.6.0/en/rs/arj/arj] Error 3
2021-11-21 13:09:42 -03:00
Sebastián Mancilla
9c177f0a1f pax: fix build on darwin 2021-11-18 12:34:04 -08:00
Thiago Kenji Okada
1cfd83e859
Merge pull request #145444 from thiagokokada/build-unar-on-macosx
unar: make it build on Darwin
2021-11-12 11:12:36 -03:00
Peter Hoeg
0437e90238
7zz: 21.01 -> 21.04 (#145031)
* 7zz: 21.01 -> 21.04

Also build from source instead of using the binaries.

We cannot (yet) build the fully optimized version as it requires the
ASMC assembler which currently doesn't build with GCC.
2021-11-12 10:57:14 +08:00
Thiago Kenji Okada
6add5e0656 unar: make it build on Darwin
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-11-10 21:56:38 -03:00
Artturin
710974d801 unrar-wrapper: init at 1.0.0 2021-11-09 20:25:49 +02:00
dan4ik
c33e391712 CuboCore.packages: added 2021-10-20 22:35:34 +07:00
Michael Raskin
d86eb3b53e
Merge pull request #141081 from trofi/fix-p7zip-determinism
p7zip: fix determinism of compressed manpages
2021-10-09 13:19:15 +00:00
Sergei Trofimovich
edf8f5d054 p7zip: fix determinism of compressed manpages
diffoscope shown non-determinism in embedded gzip timestamp:

  --- p7zip-17.04/share/man/man1/7z.1.gz
  +++ p7zip-17.04.check/share/man/man1/7z.1.gz
  ─ filetype from file(1)
  @@ -1 +1 @@
  -gzip compressed data, was "7z.1", last modified: Fri Oct  1 14:14:55 2021, from Unix
  +gzip compressed data, was "7z.1", last modified: Sat Oct  9 08:15:33 2021, from Unix

Fix it by using `gzip -n`.
2021-10-09 09:16:06 +01:00
figsoda
91c2bef35c xtrt: set meta.mainProgram 2021-10-08 15:25:10 -04:00
Ryan Burns
41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
github-actions[bot]
243d76071f
Merge master into staging-next 2021-10-02 06:00:58 +00:00
figsoda
e54a0fce93
Merge pull request #139993 from thiagokokada/make-rar-works-on-macos
rar: add support to x86_64-darwin
2021-10-01 22:12:14 -04:00
github-actions[bot]
c641792c36
Merge master into staging-next 2021-10-01 12:01:14 +00:00
Thiago Kenji Okada
4a719dfa45 unrar: 5.9.2 -> 6.0.7 2021-10-01 09:42:01 +02:00
Thiago Kenji Okada
2fd4fbe866 rar: add support to x86_64-darwin 2021-09-30 00:00:39 -03:00
github-actions[bot]
1994a3055b
Merge master into staging-next 2021-09-30 00:01:51 +00:00
Thiago Kenji Okada
316bc514fa rar: init at 6.0.2 2021-09-29 11:18:54 -03:00
Vladimír Čunát
a641e599a8
Merge branch 'staging-next' into staging 2021-09-26 15:03:03 +02:00
Vladimír Čunát
c3330fa752
cpio: clean up the nix expression 2021-09-25 18:40:56 +02:00
Vladimír Čunát
3194ce025c
cpio: add two subsequent upstream patches
They fix bugs in the first patch.
2021-09-25 18:39:29 +02:00
Vladimír Čunát
09d25d706f
Merge #137500: sharutils: fix for -fno-common
... into staging
2021-09-24 11:04:23 +02:00
Sergei Trofimovich
0fb411389c sharutils: pull pending upstream fix for -fno-common compiler
Fixes build failure against upstream gcc (defaults -fno-common)
2021-09-12 09:18:41 +01:00
Sergei Trofimovich
f55fb21340 cpio: pull upstream fix for -fno-common compiler
Fixes build failure against upstream gcc (defaults -fno-common).
2021-09-12 08:12:18 +01:00
github-actions[bot]
d370d9ee99
Merge staging-next into staging 2021-09-11 18:01:51 +00:00
github-actions[bot]
c435b0e35f
Merge master into staging-next 2021-09-11 18:01:16 +00:00
timor
5aaf779d48 unp: 2.0-pre7 -> 2.0-pre9 2021-09-10 22:19:27 +02:00
Luke Granger-Brown
9094826af8 Merge remote-tracking branch 'upstream/staging-next' into staging-fix 2021-09-07 16:23:11 +00:00
Vladimír Čunát
09f5763784
Merge branch 'master' into staging-next
Conflicts:
 - pkgs/development/python-modules/pathspec/default.nix
   The hashes are equivalent, so it's not a real conflict.
 - pkgs/top-level/static.nix
   I can't see a solution, deffered redoing this to the later PR:
   https://github.com/NixOS/nixpkgs/pull/136849
2021-09-07 08:43:26 +02:00
Martin Weinelt
7f732aca66 Revert "Merge remote-tracking branch 'origin/python-unstable' into staging-next"
This reverts commit b041b2e1b2, reversing
changes made to 5b6c2380ad.
2021-09-05 15:02:25 +02:00
Rick van Schijndel
e4cbd7d9b5 cabextract: support cross-compilation 2021-09-05 11:21:16 +02:00
Robert Scott
b2c07a1a29 cpio: add patch for CVE-2021-38185 2021-08-22 17:54:26 +01:00
Jan Tojnar
e286e1cfa0 Merge branch 'staging-next' into staging
- boost 167 removed on staging-next (7915d1e03f) × boost attributes are inherited on staging (d20aa4955d)

- linux kernels were moved to linux-kernels.nix on staging-next (c62f911507) × hardened kernels are versioned on staging (a5341beb78) + removed linux_5_12 (e55554491d)

- conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
2021-08-17 18:52:37 +02:00
Sandro
9f25fed8d0
Merge pull request #133646 from Stunkymonkey/unzip-pname-version
unzip: replace name with pname&version
2021-08-16 22:25:49 +02:00
Sandro
a9f42d5907
Merge pull request #133651 from Stunkymonkey/tools-pname-version
tools: replace name with pname&version
2021-08-16 22:25:32 +02:00
Sandro
6da5aaf671
Merge pull request #133662 from Stunkymonkey/sharutils-pname-version 2021-08-16 22:22:34 +02:00
github-actions[bot]
4dfde9ac8e
Merge staging-next into staging 2021-08-15 18:01:33 +00:00
Andreas Rammhold
805859c2f8
Merge pull request #133873 from r-ryantm/auto-update/wimlib
wimlib: 1.13.2 -> 1.13.4
2021-08-15 16:09:15 +02:00
github-actions[bot]
09ab2ff775
Merge staging-next into staging 2021-08-14 18:01:37 +00:00
R. RyanTM
7467002f21 maxcso: 1.12.0 -> 1.13.0 2021-08-14 10:22:48 -07:00
R. RyanTM
966089cd21 wimlib: 1.13.2 -> 1.13.4 2021-08-14 04:14:46 +00:00
Felix Buehler
31d7bd0d59 sharutils: replace name with pname&version 2021-08-12 22:09:38 +02:00
Felix Buehler
7cd5d178fc tools: replace name with pname&version 2021-08-12 21:47:47 +02:00