3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

130 commits

Author SHA1 Message Date
Leo Famulari 0840678342
gnu: quagga: Update to 1.2.3 [security fixes].
See the advisories at
<https://git.savannah.gnu.org/cgit/quagga.git/tree/doc/security?h=quagga-1.2.3>
for more information about the security-related bugs fixed in this
release.

* gnu/packages/networking.scm (quagga): Update to 1.2.3.
2018-02-15 21:47:07 -05:00
Tobias Geerinckx-Rice 9da87e4cc6
gnu: perl-net-dns: Update to 1.15.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.15.
2018-02-10 23:39:37 +01:00
Tobias Geerinckx-Rice 5ac1143dc4
gnu: whois: Expand synopsis & description.
* gnu/packages/networking.scm (whois)[synopsis, description]: Expand.
2018-02-06 20:02:12 +01:00
Efraim Flashner 0c8c97f45d
gnu: ethtool: Update to 4.15.
* gnu/packages/networking.scm (ethtool): Update to 4.15.
2018-02-02 18:10:02 +02:00
Tobias Geerinckx-Rice 7eaa37a19d
gnu: sslh: Update to 1.19b.
* gnu/packages/networking.scm (sslh): Update to 1.19b.
[inputs]: Add pcre.
[home-page]: Update and use HTTPS.
2018-02-01 13:19:06 +01:00
Marius Bakke 11d0741ffc
gnu: whois: Update to 5.3.0.
* gnu/packages/networking.scm (whois): Update to 5.3.0.
2018-02-01 11:33:40 +01:00
Adam Van Ymeren 5f645557a4
gnu: Add strongswan.
* gnu/packages/networking.scm (strongswan): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-01-31 23:13:38 +01:00
Leo Famulari fddf1dc3ab
gnu: wireshark: Update to 2.4.4 [fixes CVE-2018-{5334,5335,5336}].
* gnu/packages/networking.scm (wireshark): Update to 2.4.4.
2018-01-28 23:55:37 -05:00
Tobias Geerinckx-Rice 871d1074e1
gnu: whois: Remove misleading comment.
See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30037>.

* gnu/packages/networking.scm (whois): Remove comment about mkpasswd.
2018-01-10 16:17:35 +01:00
Marius Bakke cadd0670e7
gnu: whois: Update to 5.2.20.
* gnu/packages/networking.scm (whois): Update to 5.2.20.
2018-01-09 00:34:20 +01:00
Marius Bakke eebb7b635b
gnu: openvswitch: Update to 2.8.1.
* gnu/packages/networking.scm (openvswitch): Update to 2.8.1.
2018-01-08 20:11:58 +01:00
Tobias Geerinckx-Rice d6f5ad882e
gnu: perl-net-dns: Update to 1.14.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.14
2017-12-16 02:57:47 +01:00
Marius Bakke eb6263f215
gnu: whois: Update to 5.2.19.
* gnu/packages/networking.scm (whois): Update to 5.2.19.
[arguments]: Don't set HAVE_LIBIDN in 'setenv' phase; this is now autodetected.
[native-inputs]: Add PKG-CONFIG.
2017-12-12 01:08:06 +01:00
Nicolas Goaziou 4016de5e7c
gnu: wireshark: Update to 2.4.3.
* gnu/packages/networking.scm (wireshark): Update to 2.4.3.
2017-12-03 15:27:23 +01:00
Tobias Geerinckx-Rice 63f5656c78
gnu: mtr: Don't mention only ICMP ECHO.
* gnu/packages/networking.scm (mtr)[description]: Allude to the fact that
mtr can send more than mere ICMP.
2017-12-02 16:22:49 +01:00
Tobias Geerinckx-Rice b59a8fd49a
gnu: Add mtr.
* gnu/packages/networking.scm (mtr): New public variable.
2017-12-01 16:11:57 +01:00
Ricardo Wurmus 5ccde2079e
gnu: Move test packages from perl to perl-check.
* gnu/packages/perl.scm (perl-test2-bundle-extended,
perl-test2-plugin-nowarnings, perl-test-base, perl-test-class,
perl-test-class-most, perl-test-cleannamespaces, perl-test-command,
perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-deep,
perl-test-differences, perl-test-directory, perl-test-eol,
perl-test-exception, perl-test-fatal, perl-test-file-sharedir-dist,
perl-test-files, perl-test-harness, perl-test-leaktrace,
perl-test-longstring, perl-test-manifest, perl-test-memory-cycle,
perl-test-mockobject, perl-test-mocktime, perl-test-most, perl-test-needs,
perl-test-notabs, perl-test-nowarnings, perl-test-number-delta,
perl-test-output, perl-test-pod, perl-test-pod-coverage, perl-test-requires,
perl-test-script, perl-test-sharedfork, perl-test-simple, perl-test-taint,
perl-test-tester, perl-test-trap, perl-test-utf8, perl-test-warn,
perl-test-warnings, perl-test-without-module, perl-test-writevariants,
perl-test-yaml, perl-test-trailingspace): Move variables to ...
* gnu/packages/perl-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/glib.scm,
gnu/packages/gnupg.scm,
gnu/packages/image-viewers.scm,
gnu/packages/language.scm,
gnu/packages/networking.scm,
gnu/packages/package-management.scm,
gnu/packages/perl.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/version-control.scm,
gnu/packages/web.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm: Use perl-check module.
2017-11-13 23:03:01 +01:00
Leo Famulari 44b8823fc7
gnu: quagga: Update to 1.2.2 [fix CVE-2017-16227].
* gnu/packages/networking.scm (quagga): Update to 1.2.2.
2017-10-30 20:42:13 -04:00
Tobias Geerinckx-Rice 59261ebeea
gnu: ethtool: Update to 4.13.
* gnu/packages/networking.scm (ethtool): Update to 4.13.
2017-10-30 17:20:42 +01:00
Tobias Geerinckx-Rice 6a2c510dc5
gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-29 15:22:16 +01:00
Tobias Geerinckx-Rice ed1f071e98
gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-28 01:55:26 +02:00
Ricardo Wurmus de5308f526
gnu: Add libnet.
* gnu/packages/networking.scm (libnet): New variable.
2017-10-23 08:09:05 +02:00
Tobias Geerinckx-Rice b27991179e
gnu: perl-geo-ip: Update to 1.51.
* gnu/packages/networking.scm (perl-geo-ip): Update to 1.51.
2017-10-21 17:43:46 +02:00
Tobias Geerinckx-Rice 57473bfc51
gnu: speedtest-cli: Update to 1.0.7.
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
2017-10-20 02:16:51 +02:00
Marius Bakke db314bf44e
gnu: wireshark: Minor package improvements.
* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ...
[native-inputs]: ... here.
[home-page]: Remove duplicate.
2017-10-12 20:32:09 +02:00
Marius Bakke 453361b374
gnu: wireshark: Update to 2.4.2.
* gnu/packages/networking.scm (wireshark): Update to 2.4.2.
2017-10-12 20:25:38 +02:00
Thomas Danckaert 167a541fd8
gnu: Add libproxy.
* gnu/packages/networking.scm (libproxy): New variable.
2017-10-10 10:22:08 +02:00
Nicolas Goaziou 2ca147bc88
gnu: wireshark: Update to 2.4.1.
* gnu/packages/networking.scm (wireshark): Update to 2.4.1.
2017-09-28 22:41:52 +02:00
Tobias Geerinckx-Rice c10d502423
gnu: iodine: Fix path to ifconfig.
* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
2017-08-27 22:23:51 +02:00
Marius Bakke 4e58740aff
gnu: whois: Update to 5.2.18.
* gnu/packages/networking.scm (whois): Update to 5.2.18.
2017-08-22 23:17:14 +02:00
Tobias Geerinckx-Rice 88648855f8
gnu: perl-net-dns: Update to 1.12.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.12.
2017-08-21 17:38:08 +02:00
Marius Bakke 961012a0a0
gnu: Add missing import.
This is a followup to d016b60fa3.

* gnu/packages/networking.scm (gnu): Use (gnu packages glib).
2017-08-18 00:48:25 +02:00
Nicolas Goaziou d016b60fa3
gnu: wireshark: Update to 2.4.0.
* gnu/packages/networking.scm (wireshark): Update to 2.4.0.  Add "libssh",
  "libxml2", "qtbase" and "qttools" as inputs.  Remove unused "bison", "flex"
  and "gtk+" inputs.
2017-08-18 00:17:24 +02:00
ng0 f2e1271809
gnu: Add pidentd.
* gnu/packages/networking.scm (pidentd): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-08-01 20:57:51 +03:00
Marius Bakke fb2715720a
gnu: whois: Update to 5.2.17.
* gnu/packages/networking.scm (whois): Update to 5.2.17.
2017-07-28 00:07:45 +02:00
Arun Isaac cfd6a3b1ee
gnu: Add bmon.
* gnu/packages/networking.scm (bmon): New variable.
2017-07-20 23:19:24 +05:30
Tobias Geerinckx-Rice 657f18158b
gnu: nzbget: Update to 19.1.
* gnu/packages/networking.scm (nzbget): Update to 19.1.
[source]: Fix building with gnutls in a snippet.
[arguments]: Fix indentation.
2017-07-16 08:49:23 +02:00
Leo Famulari 4d9d9e3fed
gnu: Add thc-ipv6.
* gnu/packages/networking.scm (thc-ipv6): New variable.
2017-06-26 14:50:02 -04:00
Gábor Boskovits c2700e785b
gnu: Add quagga.
* gnu/packages/networking.scm (quagga): New variable.
* gnu/packages/patches/quagga-reproducible-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-26 20:37:44 +02:00
Rutger Helling b3623b6fe7
gnu: Add nzbget.
* gnu/packages/networking.scm (nzbget): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-20 23:41:00 +02:00
Nicolas Goaziou ec450c3642
gnu: wireshark: Update to 2.2.7.
* gnu/packages/networking.scm (wireshark): Update to 2.2.7.
2017-06-19 23:01:12 +02:00
Stefan Reichör 61253c4f97
gnu: Add fping.
* gnu/packages/networking.scm (fping): New variable.
2017-06-18 12:42:36 +02:00
Marius Bakke 22239ae21f
gnu: whois: Update to 5.2.16.
* gnu/packages/networking.scm (whois): Update to 5.2.16.
2017-06-14 19:42:27 +02:00
Efraim Flashner af5faef90f
gnu: aircrack-ng: Fix building on non-Intel machines.
* gnu/packages/networking.scm (aircrack-ng)[arguments]: Only use system
optimizations on x86_64 and i686 machines.
2017-06-12 10:35:55 +03:00
Marius Bakke 22ffa153f2
gnu: ethtool: Update to 4.11.
* gnu/packages/networking.scm (ethtool): Update to 4.11.
2017-06-05 14:36:44 +02:00
Leo Famulari cc24bf98bd
gnu: Add spiped.
* gnu/packages/networking.scm (spiped): New variable.
2017-06-04 12:35:46 -04:00
Ludovic Courtès 1d248adb32
gnu: perl-net-dns-resolver-programmable: Shorten patch file name.
This avoids a warning from GNU tar upon "make dist" about file names
that are too long for POSIX tar.

* gnu/packages/patches/perl-net-dns-resolver-programmable-Fix-broken-interface.patch:
Rename to...
* gnu/packages/patches/perl-net-dns-resolver-programmable-fix.patch:
... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/networking.scm (perl-net-dns-resolver-programmable)[source]:
Likewise.
2017-05-08 16:29:23 +02:00
Tobias Geerinckx-Rice f930ef5c01
gnu: speedtest-cli: Update to 1.0.6.
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.6.
2017-05-07 02:56:50 +02:00
Petter 2f3108ad03
gnu: Avoid circular dependencies by Perl license.
* guix/licenses.scm (perl-license): New variable.
* gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license.
* gnu/packages/compression.scm: Same.
* gnu/packages/databases.scm: Same.
* gnu/packages/gd.scm: Same.
* gnu/packages/language.scm: Same.
* gnu/packages/libevent.scm: Same.
* gnu/packages/mail.scm: Same.
* gnu/packages/messaging.scm: Same.
* gnu/packages/ncurses.scm: Same.
* gnu/packages/networking.scm: Same.
* gnu/packages/photo.scm: Same.
* gnu/packages/tcl.scm: Same.
* gnu/packages/tex.scm: Same.
* gnu/packages/tls.scm: Same.
* gnu/packages/web.scm: Same.
* gnu/packages/wm.scm: Same.
* gnu/packages/xml.scm: Same.
* gnu/packages/xorg.scm: Same.
* gnu/packages/zip.scm: Same.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-02 23:41:14 +02:00
Mathieu Othacehe efba832751
gnu: ethtool: Update to 4.10.
* gnu/packages/networking.scm (ethtool): Update to 4.10.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-26 11:42:16 +02:00