1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00
Commit graph

23102 commits

Author SHA1 Message Date
Franz Pletz 8dca8b9ccb
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-05 01:07:22 +01:00
Franz Pletz bb8ee954be
facter: fix build with gcc9 2019-11-04 22:52:17 +01:00
Robin Gloster fa7d7eb95b
Merge pull request #71266 from philandstuff/add-gnupg-pkcs11-scd
gnupg-pkcs11-scd: init at 0.9.2
2019-11-04 22:14:38 +01:00
Franz Pletz bdce0b36b2
apt: remove, broken with gcc9 2019-11-04 21:37:50 +01:00
Renaud c4821a82f8
theharvester: 3.0.6 -> 3.1
+ use buildPythonApplication now that upstream ships a setup.py

(#72748)
2019-11-04 19:41:24 +01:00
Franz Pletz 3f7a17dee1
czmqpp, czmq3: remove, outdated 2019-11-04 19:17:55 +01:00
Marek Mahut ba765155b4
Merge pull request #72738 from dduan/tre
tre-command: init at 0.2.2
2019-11-04 19:07:25 +01:00
gnidorah 2632156cf5 phodav: 2.2 -> 2.3 2019-11-04 08:54:02 -08:00
gnidorah 7a17d2df56 video2midi: 0.3.9.5 -> 0.3.9.6 2019-11-04 08:54:02 -08:00
Daniel Duan fcd88c820d tre: init at 0.2.2
tre is a improved version of the command `tree`. Its main additions:

1. colored output
2. ignores paths specified in .gitignore
3. editor alias for each entity listed

Source/Homepage: https://github.com/dduan/tre
2019-11-03 13:18:13 -08:00
R. RyanTM 049c47c6f6 wpgtk: 6.0.9 -> 6.0.11 2019-11-03 19:59:50 +01:00
Vadim-Valdis Yudaev 3894ec0a50 keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
2019-11-03 13:09:39 -05:00
Ruud van Asseldonk a7b49ef140 acme-client: 0.1.16 -> 0.2.4
* acme-client: 0.1.16 -> 0.2.3 (#71853)

The upstream acme-client that used to be at [1] has now been integrated
into OpenBSD, and the portable version that it links to at [2] is marked
as unmaintained. However, letsencrypt.org links to [3] for a portable
version, and indeed, that repository contains a version that has recent
activity, so I switched over to that.

It is hard to tell what the difference is between the OpenBSD version
and what is on Github, and even if that would be easy, there are a lot
of Linux-specific changes. This program is dealing with certificates, so
I feel it is important to at least check that thare are no obviously
unintended differences between the previous version and the new, but I
don't know of a good way of doing that at this point. I will continue
to investigate before I open a pull request.

[1]: https://kristaps.bsd.lv/acme-client/
[2]: https://github.com/kristapsdz/acme-client-portable
[3]: https://github.com/graywolf/acme-client-portable

* acme-client: fix Linux build of new upstream

The new source does not include a configure script in the repository,
but we can generate it with automake. Also, the new acme-client-portable
has an OpenSSL compatibility layer, but that actually breaks building
against LibreSSL. Avoid this issue by patching the compatibility layer
to be less eager to define things when linking against LibreSSL. I will
also submit a pull request for that upstream.

I don't expect this to work on Darwin, and the current package suggests
it does, but if the upstream (portable) version is no longer maintained,
for Darwin, perhaps we should just drop support for it. But maybe it
will just work, CI or somebody with a Darwin system will have to try.

* acme-client: 0.2.3 -> 0.2.4

My LibreSSL compatibility patch has been merged upstream into
acme-client-portable, and version 0.2.4 that includes it has been
released, so we can remove the patch here.

* acme-client: address review feedback

 * Replace the manual autoreconf invocation with autoreconfHook.
 * Remove DEFAULT_CA_FILE, which no longer affects the build.
2019-11-03 16:23:11 +01:00
Franz Pletz c424a9dec5
sshfs: fix fetchpatch hash 2019-11-03 14:58:56 +01:00
Mario Rodas 9920076549
Merge pull request #72688 from marsam/update-du-dust
du-dust: 0.2.3 -> 0.4.1.2
2019-11-03 08:47:12 -05:00
Franz Pletz 6b10b78872
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-03 14:44:12 +01:00
Franz Pletz f8869ff69f
snabb: fix build with gcc9 2019-11-03 14:43:41 +01:00
Franz Pletz 071601843f
tboot: fix build with gcc9 2019-11-03 14:43:41 +01:00
Franz Pletz cb08ffe4c5
packetdrill: fix build with gcc9 2019-11-03 14:43:37 +01:00
Franz Pletz bd1ea14e44
libreswan: fix build with gcc9 2019-11-03 14:43:35 +01:00
Franz Pletz 286bfac78c
libksi: 2015-07-03 -> 3.20.3025 2019-11-03 14:33:50 +01:00
Franz Pletz 6944524756
clinfo: fix build with gcc9 2019-11-03 14:26:33 +01:00
Franz Pletz f8d610c1d9
cjdns: fix build with gcc9 2019-11-03 14:26:32 +01:00
Michael Weiss 3f0d188f65
sshfs: 3.5.2 -> 3.6.0
The patch prevents the following error:
[2/7] Generating manpages with a custom command.
../sshfs.rst:210: (ERROR/3) Unexpected indentation.
../sshfs.rst:211: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
2019-11-03 14:21:43 +01:00
Frederik Rietdijk f3bc4373dc
Merge pull request #72224 from NixOS/staging-next
Staging next
2019-11-03 13:31:58 +01:00
R. RyanTM 93a2c2ee98 s3ql: 3.3 -> 3.3.2 2019-11-03 10:22:46 +01:00
Mario Rodas 7efb823404
du-dust: 0.2.3 -> 0.4.1.2 2019-11-03 04:20:00 -05:00
Frederik Rietdijk 0caf36def0 Merge master into staging-next 2019-11-03 10:15:58 +01:00
R. RyanTM a5e7b47f3d parallel: 20190922 -> 20191022 2019-11-03 10:10:15 +01:00
R. RyanTM 7e4bf89408 ps_mem: 3.12 -> 3.13 2019-11-03 10:08:40 +01:00
R. RyanTM a6294b53b7 unrar: 5.8.2 -> 5.8.3 2019-11-03 10:02:50 +01:00
Peter Hoeg 4bff595c1c
Merge pull request #72411 from peterhoeg/f/john
john: build with python3
2019-11-03 14:19:16 +08:00
Franz Pletz cec9a7e93a
vboot_reference: fix build with gcc9 2019-11-03 01:24:45 +01:00
Franz Pletz 3f4d1a1ea8
dhcp: fix build with gcc9 2019-11-03 00:52:54 +01:00
R. RyanTM 8be907f3de pdf2djvu: 0.9.13 -> 0.9.14 (#72613) 2019-11-03 00:29:07 +01:00
Mario Rodas 4386a87bf5
Merge pull request #72435 from marsam/update-chezmoi
chezmoi: 1.5.5 -> 1.7.2
2019-11-02 18:25:09 -05:00
R. RyanTM 8eb5b27504 gmic: 2.7.4 -> 2.7.5 (#72517) 2019-11-03 00:17:52 +01:00
Gabriel Ebner 311656e640 marlin-calc: 2019-06-04 -> 2019-10-17 2019-11-02 23:12:19 +01:00
Julien Dehos 41778dd605 pfstools: add netpbm support (fix #60841) (#61083) 2019-11-02 19:42:53 +01:00
Julien Dehos 8ca3cad711 pfstools: build pfsalign (fix #60843) (#61050) 2019-11-02 19:00:39 +01:00
Franz Pletz 21c71e0ceb
xsel: 2018-01-10 -> 2019-08-21 2019-11-02 18:30:51 +01:00
Franz Pletz 0e4464e604
efivar: fix build with gcc9 2019-11-02 18:00:17 +01:00
Marek Mahut 107fc18d2f
Merge pull request #72455 from mmahut/trac
trac: init at 1.4
2019-11-02 16:23:49 +01:00
Florian Klink ef2af94928
Merge pull request #72485 from charles-dyfis-net/gocryptfs-1.7.1
gocryptfs: 1.7 -> 1.7.1
2019-11-02 14:37:10 +01:00
Marek Mahut 94e92dd714 trac: init at 1.4 2019-11-02 10:28:18 +01:00
Maximilian Bosch e4d7d00bdb
Merge pull request #72536 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.6.8 -> 2.7.0
2019-11-02 09:10:30 +01:00
R. RyanTM 3d1f9c2d58 ibus-engines.typing-booster-unwrapped: 2.6.8 -> 2.7.0 2019-11-01 23:47:05 -07:00
Mario Rodas c9ef4a23d5
Merge pull request #72513 from r-ryantm/auto-update/gandi-cli
gandi-cli: 1.4 -> 1.5
2019-11-02 00:14:10 -05:00
R. RyanTM 23edf862bb gandi-cli: 1.4 -> 1.5 2019-11-01 18:38:30 -07:00
Charles Duffy 8f285340f3
gocryptfs: 1.7 -> 1.7.1 2019-11-01 16:12:22 -05:00