Commit Graph

297 Commits (893c2df00daa4e6dd6a7ff3813d7df5329877f9e)

Author SHA1 Message Date
Mark H Weaver 893c2df00d
Merge branch 'master' into core-updates 2019-08-22 15:53:27 -04:00
Timotej Lazar 5094da0b83
gnu: Add reaver.
* gnu/packages/networking.scm (reaver): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-22 17:59:30 +02:00
Timotej Lazar a83e2a01fb
gnu: Add pixiewps.
* gnu/packages/networking.scm (pixiewps): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-22 17:59:30 +02:00
Tobias Geerinckx-Rice 15783008ca
gnu: whois: Update to 5.5.1.
* gnu/packages/networking.scm (whois): Update to 5.5.1.
2019-08-22 15:35:32 +02:00
Tobias Geerinckx-Rice cc08576d9b
gnu: whois: Don't use NAME in source URI.
* gnu/packages/networking.scm (whois)[source]: Hard-code NAME.
2019-08-22 15:35:32 +02:00
Tobias Geerinckx-Rice 35805bff9f
gnu: hcxdumptool: Update to 5.2.0.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.2.0.
2019-08-21 23:52:47 +02:00
Tobias Geerinckx-Rice 28553e17fd
gnu: hcxtools: Update to 5.2.0.
* gnu/packages/networking.scm (hcxtools): Update to 5.2.0.
2019-08-21 23:52:47 +02:00
Marius Bakke 462ad9f56b
Merge branch 'master' into core-updates 2019-08-13 20:42:06 +02:00
Nicolas Goaziou 0ca3ee43b7
gnu: wireshark: Update to 3.0.3.
* gnu/packages/networking.scm (wireshark): Update to 3.0.3.
2019-08-01 17:30:11 +02:00
Marius Bakke 6a2e54236e
Merge branch 'master' into core-updates 2019-07-31 14:28:56 +02:00
Tobias Geerinckx-Rice 858be79474
gnu: perl-net-dns-resolver-mock: Edit synopsis & description.
* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[synopsis]:
Remove unfortunate ‘a’.
[description]: Fix typo.  Edit for clarity.
2019-07-25 22:42:40 +02:00
Tobias Geerinckx-Rice ce3a71c619
gnu: perl-net-dns-resolver-mock: Unpropagate perl-net-dns.
* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[inputs]:
Move perl-net-dns to here…
[propagated-inputs]: …from here.
2019-07-25 22:42:40 +02:00
Julien Lepiller ac629e625c
gnu: Add perl-net-dns-resolver-mock.
* gnu/packages/networking.scm (perl-net-dns-resolver-mock): New
variable.
2019-07-25 21:27:22 +02:00
Marius Bakke ccad0e4d69
Merge branch 'master' into core-updates 2019-07-22 18:58:48 +02:00
Marius Bakke 8dea61731b
gnu: whois: Update to 5.5.0.
* gnu/packages/networking.scm (whois): Update to 5.5.0.
2019-07-22 16:22:22 +02:00
Marius Bakke 65db770833
gnu: zyre: Kernel headers are system headers.
* gnu/packages/networking.scm (zyre)[arguments]: Add <#:make-flags>.
2019-07-19 15:01:03 +02:00
Marius Bakke f02ab17b4a
gnu: czmq: Update to 4.2.0.
* gnu/packages/networking.scm (czmq): Update to 4.2.0.
[arguments]: Enable tests, but patch out the non-working one.
2019-07-19 15:00:03 +02:00
Marius Bakke 3401526fcf
gnu: pidentd: Build against OpenSSL 1.0.
* gnu/packages/networking.scm (pidentd)[inputs]: Change OPENSSL to OPENSSL-1.0.
2019-07-19 00:12:14 +02:00
Marius Bakke 5d1f5b305f
gnu: zeromq: Update to 4.3.2.
* gnu/packages/networking.scm (zeromq): Update to 4.3.2.
[source](uri): Adjust accordingly.
2019-07-18 19:23:08 +02:00
Ludovic Courtès 64de896a71
Merge branch 'master' into core-updates 2019-07-17 15:51:10 +02:00
Marius Bakke 97149c5767
gnu: Adjust uses of C{,PLUS}_INCLUDE_PATH for GCC 7.
These variables are no longer set in the build environment by default.  GCC
still respects these search paths and treats them as "system headers" so we
can continue to use them, just not expect them to be available.

* gnu/packages/mpi.scm (openmpi)[arguments]: Do not attempt to read from
C_INCLUDE_PATH, nor CPLUS_INCLUDE_PATH.
* gnu/packages/games.scm (kiki)[arguments]: Likewise.
* gnu/packages/networking.scm (hcxtools)[arguments]: Likewise.
* gnu/packages/synergy.scm (synergy)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (gemma, sailfish)[arguments]: Likewise.
* gnu/packages/maths.scm (dune-alugrid)[arguments]: Likewise.
2019-07-14 18:13:34 +02:00
Rutger Helling 39a20acc06
gnu: nzbget: Update to 21.0.
* gnu/packages/networking.scm (nzbget): Update to 21.0.
2019-07-14 15:55:47 +02:00
Efraim Flashner 037036cb19
gnu: strongswan: Update to 5.8.0 [fixes CVE-2018-17540, CVE-2018-2065{0,1}].
* gnu/packages/networking.scm (strongswan): Update to 5.8.0.
2019-07-10 21:33:48 +03:00
Efraim Flashner 666879604c
gnu: net-snmp: Mark package not affected by CVE-2015-8100.
* gnu/packages/networking.scm (net-snmp)[properties]: New field.
2019-07-10 21:33:34 +03:00
Vasile Dumitrascu 2e8c912fdc
gnu: aircrack-ng: Update to 1.5.2.
* gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-18 17:01:30 +02:00
Tobias Geerinckx-Rice 55c08305d6
gnu: gandi.cli: Update to 1.5.
* gnu/packages/networking.scm (gandi.cli): Update to 1.5.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice a0f2c945e3
gnu: hcxdumptool: Update to 5.1.5.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.1.5.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 6807d6a985
gnu: hcxtools: Update to 5.1.6.
* gnu/packages/networking.scm (hcxtools): Update to 5.1.6.
2019-06-18 06:15:02 +02:00
Marius Bakke 71bfbe9ba8
gnu: whois: Update to 5.4.3.
* gnu/packages/networking.scm (whois): Update to 5.4.3.
2019-06-14 14:06:06 +02:00
Marius Bakke 456ba27496
gnu: openvswitch: Update to 2.11.1.
* gnu/packages/networking.scm (openvswitch): Update to 2.11.1.
2019-06-05 00:37:39 +02:00
Marius Bakke 034db23701
gnu: openvswitch: Update home page.
* gnu/packages/networking.scm (openvswitch)[source, home-page]: Use HTTPS.
2019-06-05 00:37:39 +02:00
Nicolas Goaziou 6406badb2a
gnu: wireshark: Update to 3.0.2.
* gnu/packages/networking.scm (wireshark): Update to 3.0.2.
2019-05-23 16:16:55 +02:00
Tobias Geerinckx-Rice 5af7428b79
gnu: ubridge: Don't use unstable tarball.
* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-05-15 21:23:57 +02:00
Tobias Geerinckx-Rice e8e2281ee9
gnu: ubridge: Update to 0.9.15.
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
2019-05-15 21:23:57 +02:00
Maxim Cournoyer 03981f9064
gnu: Add go-netns.
* gnu/packages/networking.scm (go-netns): New variable.
2019-05-05 20:14:14 -04:00
Maxim Cournoyer 523533ed09
gnu: Add go-sctp.
* gnu/packages/networking.scm (go-sctp): New variable.
2019-05-05 20:14:14 -04:00
Ludovic Courtès 7d62fa206b
Merge branch 'staging' 2019-04-28 14:45:35 +02:00
Tobias Geerinckx-Rice 4f7db08571
gnu: hcxdumptool: Update to 5.1.4.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.1.4.
2019-04-26 00:58:16 +02:00
Tobias Geerinckx-Rice 03c443ce8f
gnu: hcxtools: Update to 5.1.4.
* gnu/packages/networking.scm (hcxtools): Update to 5.1.4.
2019-04-26 00:58:06 +02:00
Marius Bakke f5961dd585
Merge branch 'master' into staging 2019-04-17 00:08:34 +02:00
Tobias Geerinckx-Rice c66e556288
gnu: wireshark: Update to 3.0.1.
* gnu/packages/networking.scm (wireshark): Update to 3.0.1.
2019-04-16 00:05:05 +02:00
Tobias Geerinckx-Rice 33dbb0465e
gnu: perl-net-dns: Update to 1.20.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.20.
2019-04-15 11:00:15 +02:00
Tobias Geerinckx-Rice 4c7eeee470
gnu: socat: Update to 1.7.3.3.
* gnu/packages/networking.scm (socat): Update to 1.7.3.3.
2019-04-15 11:00:14 +02:00
宋文武 49cb1cf950
gnu: Add perl-danga-socket.
* gnu/packages/networking.scm (perl-danga-socket): New variable.
2019-04-10 19:00:18 +08:00
Marius Bakke 571fb008a5
Merge branch 'master' into staging 2019-04-01 00:02:39 +02:00
Marius Bakke 4f0464c923
gnu: whois: Update to 5.4.2.
* gnu/packages/networking.scm (whois): Update to 5.4.2.
2019-03-31 21:26:16 +02:00
Efraim Flashner 36a4366d79
gnu: Fix descriptions to not use quotes.
* gnu/packages/admin.scm (wpa-supplicant-minimal, mingetty, di),
* gnu/packages/audio.scm (fil-plugins),
* gnu/packages/base.scm (make-ld-wrapper, make-glibc-locales),
* gnu/packages/bioinformatics.scm (r-samtools),
* gnu/packages/chez.scm (chez-mit),
* gnu/packages/commencement.scm (make-gcc-toolchain),
* gnu/packages/compression.scm (fastjar),
* gnu/packages/cran.scm (r-maps, r-rcpp),
* gnu/packages/databases.scm (sparql-query),
* gnu/packages/dunst.scm (dunst),
* gnu/packages/ftp.scm (ncftp),
* gnu/packages/gl.scm (freeglut),
* gnu/packages/haskell-check.scm (ghc-tasty-golden),
* gnu/packages/haskell.scm (ghc-case-insensitive, ghc-text,
ghc-haskell-src, ghc-syb, ghc-deepseq-generics, ghc-network-uri,
ghc-rerebase, ghc-zlib),
* gnu/packages/image.scm (jbig2dec),
* gnu/packages/kde-frameworks.scm (kinit, karchive),
* gnu/packages/linux.scm (wireless-tools, perf, module-init-tools, kbd),
* gnu/packages/lirc.scm (lirc),
* gnu/packages/lisp.scm (uglify-js),
* gnu/packages/mate.scm (mate-netbook),
* gnu/packages/microcom.scm (microcom),
* gnu/packages/music.scm (bristol),
* gnu/packages/networking.scm (perl-geo-ip),
* gnu/packages/patchutils.scm (patches),
* gnu/packages/perl-check.scm (perl-test-more-utf8),
* gnu/packages/perl.scm (perl-log-report-optional, perl-file-which,
perl-io-tty, perl-log-any, perl-digest-sha1, perl-class-load,
perl-regexp-common, perl-module-pluggable, perl-class-modifier),
* gnu/packages/python-xyz.scm (python-backports-abc, python-natsort),
* gnu/packages/samba.scm (iniparser),
* gnu/packages/search.scm (mlocate),
* gnu/packages/spice.scm (spice),
* gnu/packages/statistics.scm (r-dt, r-lubridate, r-estimability,
r-commonmark, r-digest, r-viridislite, r-stringr),
* gnu/packages/tex.scm (texlive-latex-changebar),
* gnu/packages/version-control.scm (subversion),
* gnu/packages/w3m.scm (w3m),
* gnu/packages/web.scm (perl-http-parser,
perl-plack-middleware-reverseproxy),
* gnu/packages/xorg.scm (xkeyboard-config, mkfontdir, xcursor-theme,
mkfontscale, xinit, font-alias)[description]: Use @code instead of quotes.
2019-03-31 20:51:10 +03:00
Marius Bakke 081850816f
Merge branch 'master' into staging 2019-03-21 23:18:54 +01:00
Tobias Geerinckx-Rice c1d6865166
gnu: gandi.cli: Update to 1.4.
* gnu/packages/networking.scm (gandi.cli): Update to 1.4.
2019-03-19 18:21:17 +01:00
Tobias Geerinckx-Rice 47982ca9b0
gnu: python-ipy: Update to 1.00.
* gnu/packages/networking.scm (python-ipy): Update to 1.00.
2019-03-19 18:21:16 +01:00