Commit Graph

42043 Commits

Author SHA1 Message Date
Fabian Affolter
5115825c85
Merge pull request #147047 from fabaff/slowlorust
slowlorust: init at 0.1.1
2021-11-23 09:16:48 +01:00
Fabian Affolter
a28e26d307
Merge pull request #146945 from fabaff/stacs
stacs: init at 0.2.0
2021-11-23 09:14:26 +01:00
Fabian Affolter
2440d37c51
Merge pull request #146947 from fabaff/boofuzz
boofuzz: init at 0.4.0
2021-11-23 09:13:27 +01:00
Fabian Affolter
f71a0a4d76
Merge pull request #146948 from fabaff/chopchop
chopchop: init at 1.0.0
2021-11-23 09:10:49 +01:00
Jason A. Donenfeld
7727ce7c3b
Revert "wireguard-tools: allow system resolvconf implementation if available" 2021-11-23 00:24:48 +01:00
figsoda
c7e417cb5a
Merge pull request #146950 from figsoda/update-hck
hck: 0.6.7 -> 0.7.0
2021-11-22 17:51:23 -05:00
Fabian Affolter
3987f21582 slowlorust: init at 0.1.1 2021-11-22 21:55:36 +01:00
Niklas Hambüchen
d6d14adcb8
Merge pull request #146457 from nh2/ntfy-fix-slack-integration
ntfy: Patch Slack integration to work again.
2021-11-22 21:50:55 +01:00
github-actions[bot]
28641f51dc
Merge master into staging-next 2021-11-22 18:01:08 +00:00
7c6f434c
6dfdb123ca
Merge pull request #146982 from trofi/fix-advancecomp-for-gcc-11
advancecomp: pull upstream patch for gcc-11 support
2021-11-22 15:56:29 +00:00
Sandro
ad74d444ad
Merge pull request #143746 from vojta001/stderred 2021-11-22 16:28:38 +01:00
Sandro
36c04ba35c
Merge pull request #144003 from sbruder/update-antimicrox 2021-11-22 16:24:19 +01:00
Sandro
0778565a0d
Merge pull request #139530 from Mic92/wireguard-tools 2021-11-22 16:23:24 +01:00
Faye Duxovni
41069d41dc
znapzend: 0.20.0 -> 0.21.0 (#141042) 2021-11-22 16:20:30 +01:00
Sandro
ff8f08c372
Merge pull request #145885 from trofi/fix-jnettop-for-ncurses-6.3 2021-11-22 15:43:33 +01:00
Sandro
2de4d2ce89
Merge pull request #143255 from r-ryantm/auto-update/zap 2021-11-22 15:18:42 +01:00
Sandro
39088d783c
Merge pull request #146354 from trofi/fix-multitail-for-ncurses-6.3 2021-11-22 15:16:50 +01:00
Bobby Rong
bd5bb0b250
Merge pull request #146988 from teto/wdisplays
wdisplays: set metaProgram
2021-11-22 22:07:34 +08:00
github-actions[bot]
9e1911e222
Merge master into staging-next 2021-11-22 12:01:27 +00:00
Matthieu Coudron
90e60e6529 wdisplays: set metaProgram 2021-11-22 12:31:06 +01:00
Bobby Rong
214fc66e1d
Merge pull request #146981 from trofi/fix-burp-for-ncurses-6.3
burp: pull upstream fix for ncurses-6.3
2021-11-22 18:49:05 +08:00
Sergei Trofimovich
ed869fb417 advancecomp: pull upstream patch for gcc-11 support 2021-11-22 10:07:15 +00:00
Sergei Trofimovich
ec713fe238 burp: pull upstream fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    src/client/monitor/status_client_ncurses.c:350:9:
      error: format not a string literal and no format arguments [-Werror=format-security]
      350 |         mvprintw(0, col-l-1, date);
          |         ^~~~~~~~
2021-11-22 10:03:11 +00:00
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
github-actions[bot]
cbcbfb4901
Merge master into staging-next 2021-11-22 06:01:10 +00: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
figsoda
b1cfb04d5e hck: 0.6.7 -> 0.7.0 2021-11-21 19:53:39 -05:00
github-actions[bot]
2f9a2c9dfe
Merge master into staging-next 2021-11-22 00:01:39 +00:00
Fabian Affolter
645cd20f66 chopchop: init at 1.0.0 2021-11-22 00:49:35 +01:00
IvarWithoutBones
9a0d636d7d opentabletdriver: use buildDotnetModule 2021-11-22 00:39:48 +01:00
Fabian Affolter
5ff62e34a6 boofuzz: init at 0.4.0 2021-11-22 00:36:40 +01:00
Fabian Affolter
3aa5d80be9 stacs: init at 0.2.0 2021-11-22 00:22:48 +01:00
Jonathan Ringer
09e494f4c2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/window-managers/sway/default.nix
2021-11-21 14:40:40 -08: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
github-actions[bot]
18ad263272
Merge master into staging-next 2021-11-21 18:01:07 +00: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