Commit graph

4352 commits

Author SHA1 Message Date
Michael Raskin 535a6db25f
Merge pull request #53503 from r-ryantm/auto-update/wavemon
wavemon: 0.8.2 -> 0.9.0
2019-01-06 20:51:33 +00:00
R. RyanTM dda2cdfe93 wavemon: 0.8.2 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavemon/versions
2019-01-06 08:27:18 -08:00
Vladimír Čunát 10a12194e3
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Frederik Rietdijk e5381cdece Merge master into staging-next 2019-01-06 09:36:23 +01:00
Will Dietz d42d70aee9
Merge pull request #53417 from dtzWill/update/getdns-1.5.0
getdns: 1.4.2 -> 1.5.0, stubby: 0.2.3 -> 0.2.4
2019-01-05 13:54:26 -06:00
Dmitry Kalinkin 8a7d9e6dd0 offlineimap: provide "OS-DEFAULT" CA certificates (#53268) 2019-01-05 17:38:10 +01:00
Piotr Bogdan a54cc22d4d ssmtp: link with libcrypto explicitly 2019-01-04 21:44:21 +00:00
Piotr Bogdan 4510ad1807 dsniff: link with pthreads explicitly 2019-01-04 21:44:18 +00:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Will Dietz c1eb0e8ad9 stubby: 0.2.3 -> 0.2.4 2019-01-04 14:12:19 -06:00
Joachim F 48b1b3e55f
Merge pull request #52806 from r-ryantm/auto-update/polygraph
polygraph: 4.12.0 -> 4.13.0
2019-01-04 11:05:46 +00:00
Jörg Thalheim b2f02a3683
Merge pull request #53332 from r-ryantm/auto-update/haproxy
haproxy: 1.8.15 -> 1.9.0
2019-01-03 23:11:59 +01:00
Renaud e767e9b678
Merge pull request #51487 from uvNikita/ddclient/upgrade
ddclient: 3.8.3 -> 3.9.0
2019-01-03 20:42:28 +01:00
Frederik Rietdijk 2da31b80bb Merge master into staging-next 2019-01-03 20:07:35 +01:00
R. RyanTM bfc49b1f19 haproxy: 1.8.15 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/haproxy/versions
2019-01-03 09:37:23 -08:00
Nikita Uvarov 6ccc6c7cd1
ddclient: 3.8.3 -> 3.9.0
This release fixes cloudflare protocol usage by switching to a new api
version. See release notes: https://sourceforge.net/p/ddclient/news/2018/08/ddclient-390-released.
Partially fixes #26691.
2019-01-03 13:33:59 +01:00
R. RyanTM b0f40b7851 offlineimap: 7.2.1 -> 7.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/offlineimap/versions
2019-01-02 23:26:21 -05:00
Frederik Rietdijk 092e3b50a8 Merge master into staging-next 2019-01-02 21:08:27 +01:00
R. RyanTM d2499b137f spoofer: 1.4.0 -> 1.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spoofer/versions
2019-01-02 13:51:05 +01:00
R. RyanTM b1f04fe156 tcpreplay: 4.3.0 -> 4.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tcpreplay/versions
2019-01-01 22:30:41 -08:00
Frederik Rietdijk 070290bda7 Merge master into staging-next 2018-12-31 12:00:36 +01:00
Maximilian Bosch 693aee0218
Merge pull request #53042 from exi/wireguard
wireguard-tools Add proper dependencies
2018-12-29 22:57:25 +01:00
Reno Reckling ca9e76e676 wireguard-tools Add proper dependencies
wg-quick calls iproute, resolvconf and sysctl on Linux.
These dependencies where missing.
2018-12-29 16:41:04 +01:00
Pierre Bourdon d132c08aa1 wget: 1.20 -> 1.20.1 (CVE-2018-20483) 2018-12-29 13:00:58 +01:00
Frederik Rietdijk 10afccf145 Merge staging-next into staging 2018-12-27 18:11:34 +01:00
aszlig b0f9e47271
ip2unix: 1.2.0 -> 2.0.0
New upstream features:

  - New ignore rule option, which prevents conversion to Unix socket.
  - A way to increase the verbosity via the -v command line argument.
  - Reams of log messages in addition to the FATAL errors we had so far.
  - Use Syslog format for logging if stderr is a socket.
  - Set FD_CLOEXEC on systemd socket file descriptors as soon as they're
    associated.

Upstream fixes:

  - Use right endian conversion functions in port matching.
  - Pass is_unix to child socket on accept to prevent accidentally
    replacing an already converted Unix socket by a new Unix socket. The
    latter would be a socket that's not accepted, which would eventually
    lead to an error.
  - Correctly handle setsockopts used with other levels than SOL_SOCKET.

Upstream changes:

  - Improve wording and add more descriptions in README and manpage.
  - The implementation for fetching systemd sockets now no longer uses
    libsystemd, thus the build-time dependency is no longer required.
  - New serialiser for passing rules to the preloaded library in a more
    compact form instead of using YAML, so it's less likely that we'll
    hit the maximum stack size.
  - Systemd sockets are now associated during rule initialisation and
    thus behave more predictable in complex setups.

On our side, the dependency on systemd is only needed for running the
tests, as it uses the systemd-socket-activate helper. Socket association
is now done by ip2unix directly and doesn't rely on libsystemd anymore.

Built and tested on i686-linux and x86_64-linux.

Signed-off-by: aszlig <aszlig@nix.build>
2018-12-26 19:36:49 +01:00
worldofpeace c1599d29d9 gcr: rename from gnome3.gcr 2018-12-25 20:14:28 -05:00
Jan Tojnar c45e9d0fac
Merge branch 'master' into staging 2018-12-25 17:03:57 +01:00
R. RyanTM 0e42733b26 polygraph: 4.12.0 -> 4.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/polygraph/versions
2018-12-24 20:12:31 -08:00
Sander van der Burg a27aa247c0
Merge pull request #50596 from svanderburg/mobile-updates
Mobile updates
2018-12-24 15:52:33 +01:00
Jan Tojnar ef935fa101
Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
Jan Tojnar 9086af1a77
Merge pull request #52702 from jtojnar/boo-destdir
Boo destdir
2018-12-22 23:02:23 +01:00
Jan Tojnar fadd95af14
tgt: Do not abuse DESTDIR 2018-12-22 22:29:54 +01:00
Vladyslav M 7bc1ce6354
Merge pull request #52665 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20181119 -> 0.0.20181218
2018-12-22 12:21:10 +02:00
R. RyanTM 76c2f7129e wireguard-tools: 0.0.20181119 -> 0.0.20181218
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-12-22 01:12:34 -08:00
Tor Hedin Brønner ba055b698b strongswan: ad-hoc fix build
Simply add libpcap to buildInputs until iptables with pruned libtool files lands
in master.
2018-12-21 12:22:27 +01:00
Jörg Thalheim 679e8fa932
nss-pam-ldapd: fix build by disabling kerberos 2018-12-21 10:23:37 +01:00
Samuel Dionne-Riel 3c38cc8058
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1
aarch64: ZHF for aarch64 (1/??)
2018-12-20 21:06:52 -05:00
Will Dietz 5a8660bd29 curl: 7.62.0 -> 7.63.0
https://curl.haxx.se/mail/lib-2018-12/0036.html
https://curl.haxx.se/changes.html
2018-12-19 09:19:12 +01:00
R. RyanTM fdfb809a9b unbound: 1.8.1 -> 1.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unbound/versions
2018-12-19 09:15:47 +01:00
Frederik Rietdijk 9ab61ab8e2 Merge staging-next into staging 2018-12-19 09:00:36 +01:00
Renaud 0594eb6fd2
Merge pull request #51753 from r-ryantm/auto-update/xl2tpd
xl2tpd: 1.3.12 -> 1.3.13
2018-12-19 00:23:15 +01:00
Sander van der Burg 53550c826d Port packages with Android dependencies to new androidenv 2018-12-18 21:16:06 +01:00
volth fed7914539
Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
Franz Pletz 9f6c85bd5e
lldpd: 1.0.1 -> 1.0.3 2018-12-18 00:09:00 +01:00
R. RyanTM 44482c54ff haproxy: 1.8.14 -> 1.8.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/haproxy/versions
2018-12-17 01:14:46 +00:00
Maximilian Bosch 57d9c3d296
Merge pull request #52306 from r-ryantm/auto-update/httpie
httpie: 1.0.0 -> 1.0.2
2018-12-16 20:51:56 +01:00
R. RyanTM c9163c26a7 dnscrypt-wrapper: 0.4.1 -> 0.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dnscrypt-wrapper/versions
2018-12-16 20:42:57 +01:00
Franz Pletz 5f55e84f3d
Merge pull request #52274 from r-ryantm/auto-update/kea
kea: 1.4.0-P1 -> 1.5.0
2018-12-16 19:03:23 +00:00
R. RyanTM 7840cb30f8 aircrack-ng: 1.4 -> 1.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aircrack-ng/versions
2018-12-16 15:30:15 +00:00