summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* Merge pull request #146950 from figsoda/update-hckfigsoda2021-11-22
|\ | | | | hck: 0.6.7 -> 0.7.0
| * hck: 0.6.7 -> 0.7.0figsoda2021-11-21
| |
* | Merge pull request #146457 from nh2/ntfy-fix-slack-integrationNiklas Hambüchen2021-11-22
|\ \ | | | | | | ntfy: Patch Slack integration to work again.
| * | ntfy: Patch Slack integration to work again.Niklas Hambüchen2021-11-18
| | | | | | | | | | | | See https://github.com/dschep/ntfy/pull/229
* | | Merge master into staging-nextgithub-actions[bot]2021-11-22
|\ \ \
| * \ \ Merge pull request #146982 from trofi/fix-advancecomp-for-gcc-117c6f434c2021-11-22
| |\ \ \ | | | | | | | | | | advancecomp: pull upstream patch for gcc-11 support
| | * | | advancecomp: pull upstream patch for gcc-11 supportSergei Trofimovich2021-11-22
| | | | |
| * | | | Merge pull request #143746 from vojta001/stderredSandro2021-11-22
| |\ \ \ \
| | * | | | stderred: Init at unstable-2021-04-28Vojtěch Káně2021-10-29
| | | | | |
| * | | | | Merge pull request #144003 from sbruder/update-antimicroxSandro2021-11-22
| |\ \ \ \ \
| | * | | | | antimicrox: 3.0.1 -> 3.2.0Simon Bruder2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the source from the (now archived) original antimicroX to a fork that is actively maintained and includes new features like uinput support for wayland. Since upstream changed the executable name from antimicroX to antimicrox, this also changes the name of the derivation and the file names to work with Nix 2.4’s nix run and to be consistent. An alias for antimicroX is added to ensure existing configurations will continue working.
| * | | | | | Merge pull request #139530 from Mic92/wireguard-toolsSandro2021-11-22
| |\ \ \ \ \ \
| | * | | | | | wireguard-tools: allow system resolvconf implementation if availableJörg Thalheim2021-09-26
| | | | | | | |
| * | | | | | | znapzend: 0.20.0 -> 0.21.0 (#141042)Faye Duxovni2021-11-22
| | | | | | | |
| * | | | | | | Merge pull request #145885 from trofi/fix-jnettop-for-ncurses-6.3Sandro2021-11-22
| |\ \ \ \ \ \ \
| | * | | | | | | jnettop: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the fix build on ncurses-6.3 fails as: jcursesdisplay.c:111:17: error: format not a string literal and no format arguments [-Werror=format-security] 111 | mvprintw(2, 0, statusMessage); | ^~~~~~~~
| * | | | | | | | Merge pull request #143255 from r-ryantm/auto-update/zapSandro2021-11-22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | zap: 2.10.0 -> 2.11.0R. Ryantm2021-10-28
| | | | | | | | | |
| * | | | | | | | | Merge pull request #146354 from trofi/fix-multitail-for-ncurses-6.3Sandro2021-11-22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | multitail: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the fix build on ncurses-6.3 fails as: ui.c:1167:71: error: format not a string literal and no format arguments [-Werror=format-security] 1167 | mvwprintw(mywin -> win, 4 + loop, 42, dummy); | ^~~~~
| * | | | | | | | | | Merge pull request #146988 from teto/wdisplaysBobby Rong2021-11-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wdisplays: set metaProgram
| | * | | | | | | | | | wdisplays: set metaProgramMatthieu Coudron2021-11-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-22
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #146981 from trofi/fix-burp-for-ncurses-6.3Bobby Rong2021-11-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | burp: pull upstream fix for ncurses-6.3
| | * | | | | | | | | | | burp: pull upstream fix for ncurses-6.3Sergei Trofimovich2021-11-22
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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); | ^~~~~~~~
| * | | | | | | | | | | Merge pull request #146957 from figsoda/update-cargo-aboutFabian Affolter2021-11-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | cargo-about: 0.4.1 -> 0.4.2
| | * | | | | | | | | | | cargo-about: 0.4.1 -> 0.4.2figsoda2021-11-21
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #146935 from IvarWithoutBones/dotnetModule/otdPavol Rusnak2021-11-22
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | opentabletdriver: use buildDotnetModule
| | * | | | | | | | | | opentabletdriver: use buildDotnetModuleIvarWithoutBones2021-11-22
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #146843 from arkivm/darwin-fixes-arc_unpackerDomen Kožar2021-11-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | arc_unpacker: Move to catch2 to support aarch64-darwin
| | * | | | | | | | | | | arc_unpacker: Move to catch2 to support aarch64-darwinVikram Narayanan2021-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-22
|\| | | | | | | | | | | |
| * | | | | | | | | | | | parquet-tools: init at 0.2.9 (#142562)Phillip Cloud2021-11-21
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #146841 from bbigras/kopiaBobby Rong2021-11-22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | kopia: 0.9.5 -> 0.9.6
| | * | | | | | | | | | | kopia: 0.9.5 -> 0.9.6Bruno Bigras2021-11-21
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-22
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #146746 from fabaff/bump-dnsxFabian Affolter2021-11-21
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnsx: 1.0.6 -> 1.0.7
| | * | | | | | | | | | | | dnsx: 1.0.6 -> 1.0.7Fabian Affolter2021-11-20
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-11-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/window-managers/sway/default.nix
| * | | | | | | | | | | | | Merge pull request #146867 from fabaff/bump-invoice2dataFabian Affolter2021-11-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invoice2data: 0.2.93 -> 0.3.6
| | * | | | | | | | | | | | | invoice2data: 0.2.93 -> 0.3.6Fabian Affolter2021-11-21
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | jwt-cli: 4.0.0 -> 5.0.0Robert Helgesson2021-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also expand install check with a JWT decode call.
| * | | | | | | | | | | | | | Merge pull request #144972 from trofi/fix-gfs2-utils-for-ncurses-6.3Artturi2021-11-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gfs2-utils: pull pending upstream inclusion fix for ncurses-6.3
| | * | | | | | | | | | | | | | gfs2-utils: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the fix build on ncurses-6.3 fails as: hexedit.c:227:9: error: format not a string literal and no format arguments [-Werror=format-security] 227 | printw(s2); | ^~~~~~
| * | | | | | | | | | | | | | | Merge pull request #146910 from AndersonTorres/new-qmkAnderson Torres2021-11-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | QMK: cosmetical modifications
| | * | | | | | | | | | | | | | qmk: cosmetic cleanupsAndersonTorres2021-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `fetchpatch` and `writeText` are not needed.
| * | | | | | | | | | | | | | | Merge pull request #145184 from vdot0x23/submit/netdiscover-initFabian Affolter2021-11-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netdiscover: init at 0.8.1
| | * | | | | | | | | | | | | | | netdiscover: init at 0.8.1Victor Buttner2021-11-19
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | arj: fix build on darwinSebastián Mancilla2021-11-21
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-21
|\| | | | | | | | | | | | | | |