Commit Graph

41910 Commits

Author SHA1 Message Date
Fabian Affolter
119ff2d7a9
Merge pull request #146957 from figsoda/update-cargo-about
cargo-about: 0.4.1 -> 0.4.2
2021-11-22 10:41:15 +01:00
Pavol Rusnak
e81ffdc5af
Merge pull request #146935 from IvarWithoutBones/dotnetModule/otd
opentabletdriver: use buildDotnetModule
2021-11-22 10:21:13 +01: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
Phillip Cloud
09454d0f4a
parquet-tools: init at 0.2.9 (#142562) 2021-11-21 20:56:43 -05:00
Bobby Rong
622cd51bd7
Merge pull request #146841 from bbigras/kopia
kopia: 0.9.5 -> 0.9.6
2021-11-22 09:55:18 +08:00
figsoda
2110b2937f cargo-about: 0.4.1 -> 0.4.2 2021-11-21 20:33:58 -05:00
IvarWithoutBones
9a0d636d7d opentabletdriver: use buildDotnetModule 2021-11-22 00:39:48 +01:00
Fabian Affolter
25e036ff5d
Merge pull request #146746 from fabaff/bump-dnsx
dnsx: 1.0.6 -> 1.0.7
2021-11-21 23:38:16 +01:00
Fabian Affolter
010707f668
Merge pull request #146867 from fabaff/bump-invoice2data
invoice2data: 0.2.93 -> 0.3.6
2021-11-21 22:54:33 +01:00
Robert Helgesson
68f226aedb jwt-cli: 4.0.0 -> 5.0.0
Also expand install check with a JWT decode call.
2021-11-21 22:45:16 +01:00
Artturi
06e83482be
Merge pull request #144972 from trofi/fix-gfs2-utils-for-ncurses-6.3
gfs2-utils: pull pending upstream inclusion fix for ncurses-6.3
2021-11-21 23:35:36 +02:00
Anderson Torres
c5fe80e2ed
Merge pull request #146910 from AndersonTorres/new-qmk
QMK: cosmetical modifications
2021-11-21 18:29:34 -03:00
AndersonTorres
d3a670eb7e qmk: cosmetic cleanups
`fetchpatch` and `writeText` are not needed.
2021-11-21 17:07:36 -03:00
Fabian Affolter
fdd6f7cc53
Merge pull request #145184 from vdot0x23/submit/netdiscover-init
netdiscover: init at 0.8.1
2021-11-21 20:05:40 +01: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
09a54b14cd fluent-bit: fix build on darwin
- Update fix-luajit-darwin.patch to apply to the current version.

- Add a patch to fix compilation of cmetrics on darwin.

- Use default stdenv instead of gccStdenv. The only requirement for GCC
  was the bundled luajit having 'DEFAULT_CC = gcc' hardcoded, but it has
  been fixed with the updated fix-luajit-darwin.patch by adding
  DEFAULT_CC=cc to the arguments.
2021-11-21 09:19:33 -05:00
Sandro
07f29d2db2
Merge pull request #146829 from r-burns/isx86 2021-11-21 14:20:12 +01:00
Fabian Affolter
92322a1a65 invoice2data: 0.2.93 -> 0.3.6 2021-11-21 13:57:30 +01:00
Thiago Kenji Okada
60b8a7ea07
Merge pull request #145955 from alyaeanyx/bsdiff
bsdiff: security and bug fixes
2021-11-21 09:12:15 -03:00
Alexander Bantyev
8aec79b615
Merge pull request #146737 from ymatsiuk/fprintd
fprintd-tod: fix the build
2021-11-21 11:31:21 +03:00
Bruno Bigras
fe15c4fd23 kopia: 0.9.5 -> 0.9.6 2021-11-21 03:01:07 -05:00
Artturi
67a50ee79f
Merge pull request #146827 from flurie/fix-cdpr-darwin
cdpr: fix build on darwin
2021-11-21 05:59:21 +02:00
Artturi
5e785a95fc
Merge pull request #146825 from S-NA/updates/nilfs-utils
nilfs-utils: fix hardcoded paths
2021-11-21 04:36:14 +02:00
0x4A6F
255c284924
czkawka: 0.3.2 -> 0.3.3 (#146757)
* czkawka: add myself as maintainer

* czkawka: 3.2.0 -> 3.3.0

* czkawka: add testVersion
2021-11-20 18:12:40 -08:00
Ryan Burns
2175b157ac treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
S. Nordin Abouzahra
24aacf3808 nilfs-utils: fix hardcoded paths
/sbin/nilfs_cleanerd -> $out/bin/nilfs_cleanerd
/sbin/badblocks -> ${e2fsprogs}/bin/badblocks

The relevant binaries to test are mkfs.nilfs2 (calls badblocks),
mount.nilfs2 and umount.nilfs2 (calls nilfs_cleanerd).
2021-11-20 19:30:54 -05:00
flurie
31b38fd938
cdpr: fix build on darwin 2021-11-20 18:24:38 -05:00
Raphael Megzari
09b01aa435
vector: 0.17.3 -> 0.18.0 (#146523) 2021-11-21 07:17:03 +09:00
0x4A6F
3f891f20ae
Merge pull request #146743 from genofire/patch-1
maintainers: add genofire (me)
2021-11-20 22:46:41 +01:00
genofire
39d1d1893b gotify-desktop: add maintainer genofire (me) 2021-11-20 22:15:45 +01:00
Mrinal Purohit
9387303e39 broot: 1.7.1 -> 1.7.3 2021-11-21 01:47:33 +05:30
Anderson Torres
a817a1dac7
Merge pull request #146729 from ylh/patch-2
plan9port: tighten up `broken`
2021-11-20 16:27:28 -03:00
Sandro
82bc9a725d
Merge pull request #146602 from vdemeester/kail-015 2021-11-20 19:39:20 +01:00
Sandro
51d5630687
Merge pull request #142826 from ivan/grab-site-2.2.2 2021-11-20 19:08:53 +01:00
Sandro
389610b208
Merge pull request #146695 from SuperSandro2000/ookla-speedtest 2021-11-20 19:04:49 +01:00
Domen Kožar
4dba55aec5
Merge pull request #146662 from smancill/ZHF-lrzip
lrzip: enable asm on x86 and fix build on darwin
2021-11-20 18:45:47 +01:00
Domen Kožar
c2fc381a95
Merge pull request #146664 from smancill/ZHF-masscan
masscan: fix build on darwin
2021-11-20 14:44:53 +03:00
Yurii Matsiuk
5efc4fbb0c
fprintd-tod: fix the build 2021-11-20 12:08:45 +01:00
Yurii Matsiuk
1b2f4e09b6
Update pkgs/tools/security/fprintd/tod.nix
Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
2021-11-20 12:07:20 +01:00
Yurii Matsiuk
3cabab8586
fprintd-tod: fix the build 2021-11-20 12:04:35 +01:00
Fabian Affolter
a4dd21a6cd dnsx: 1.0.6 -> 1.0.7 2021-11-20 12:01:03 +01:00
7c6f434c
fe8c173ab0
Merge pull request #146736 from S-NA/updates/nilfs-utils
nilfs-utils: explicitly enable libmount
2021-11-20 08:45:44 +00:00
Fabian Affolter
908b863e83
Merge pull request #146560 from fabaff/bump-trivy
trivy: 0.20.2 -> 0.21.0
2021-11-20 09:33:39 +01:00
S. Nordin Abouzahra
747436dee1 nilfs-utils: explicitly enable libmount
Despite what the README says, libmount support is not enabled by
default and needs to be enabled explicitly. Without libmount support
the GC daemon (nilfs_cleanerd) is not started at mount.
2021-11-20 03:14:11 -05:00
Yestin L. Harrison
5afe6d962c
plan9port: tighten up broken 2021-11-19 21:22:09 -08:00
Ivan Kozik
b5e87f5f2e grab-site: 2.2.0 -> 2.2.2; pythonPackages.ludios_wpull: 3.0.7 -> 3.0.9
Use SQLAlchemy 1.3 because ludios_wpull is incompatible with SQLAlchemy 1.4.

Use Python 3.8 instead of Python 3.7, as namedlist 1.8 fixed compatibility
with Python 3.8. We cannot use Python 3.9 until
https://github.com/ArchiveTeam/ludios_wpull/issues/20 is fixed.
2021-11-20 04:54:58 +00:00
Sebastián Mancilla
5c35e9184d lrzip: enable asm on x86 and fix build on darwin
Enable compilation of native assembly code on x86 systems, instead of
disabling it for all systems. On darwin ensure the format is set to
macho64.

The ASM/x86 directory is compiled whether "--enable-asm" is configured
or not, but it creates an empty archive, which fails on darwin, so
ensure it is not compiled on darwin to fix the build.
2021-11-19 21:00:57 -03:00
Jonathan Ringer
2490c511c4
g933-utils: 2019-08-04 -> 2021-11-19, fix build 2021-11-19 15:28:01 -08:00
Artturi
dd4ce550b3
Merge pull request #146456 from Artturin/misc-updates1 2021-11-20 01:14:44 +02:00