summaryrefslogtreecommitdiff
path: root/gnu/packages/gnunet.scm
Commit message (Collapse)AuthorAge
...
* gnu: gnurl: Add '--with-ca-bundle' path to configure-flags.ng02018-01-23
| | | | | | | | | As a fork of cURL, gnURL on Guix needs to be made aware of the certificate store to prevent the well-known issue we have. * gnu/packages/gnunet.scm (gnurl)[configure-flags]: Add '--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Use new download URL.ng02017-12-09
| | | | | | * gnu/packages/gnunet.scm (gnurl)[source]: Use mirror://gnu. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libmicrohttpd: Update to 0.9.58.Tobias Geerinckx-Rice2017-12-08
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.58.
* gnu: gnurl: Update to 7.57.0.ng02017-12-06
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.57.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libmicrohttpd: Update to 0.9.57.Efraim Flashner2017-11-28
| | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.57. [description]: Fix line breaks.
* gnu: gnurl: Update to 7.56.1-2.ng02017-11-27
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2. [arguments]: Adjust the #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnurl: Update to 7.56.1.ng02017-10-24
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libextractor: Update to 1.6.Ludovic Courtès2017-10-16
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.6.
* gnu: libextractor: Update to 1.5.Marius Bakke2017-10-12
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.5.
* gnu: gnurl: Let the testsuite run test1026.ng02017-10-09
| | | | | | | * gnu/packages/gnunet.scm (gnurl)[argument]: Remove '(delete-file "tests/data/test1026")' and the comments related to it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Update to 7.56.0.ng02017-10-08
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.56.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet: Use 'gnutls/dane' as input.ng02017-10-01
| | | | | | | | | | | | | This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (gnunet)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: libmicrohttpd: Use 'gnutls/dane' as input.ng02017-10-01
| | | | | | | | | | | | | | This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (libmicrohttpd)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gnurl: Use 'gnutls/dane' as input.ng02017-10-01
| | | | | | | | | | | | | This switches the used GnuTLS to the one recommended by the GNUnet Documentation (Chapter "Installation Handbook", Section "Generic installation instructions") where a specific order of dependency installation is required. In this order libunbound is installed first, then GnuTLS, then libgnurl, followed by libmicrohttpd. * gnu/packages/gnunet.scm (gnurl)[inputs]: Replace gnutls with 'gnutls/dane'. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gnurl: Update to 7.55.1-4.ng02017-09-23
| | | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4. (native-inputs): Remove 'autoconf' and 'automake'. (arguments)[phases]: Remove 'autoconf' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Put autoconf-related phases immediately after the 'unpack phase.Kei Kebreau2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
* gnu: Fetch several Git sources over HTTPS.Leo Famulari2017-08-27
| | | | | | | | | | | | | | * gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
* gnu: gnurl: Update to 7.55.1-3.ng02017-08-22
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: gnurl: Update to 7.55.1.ng02017-08-21
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: gnurl: Update to 7.55.0.ng02017-08-09
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.55.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: libmicrohttpd: Update to 0.9.55.Ludovic Courtès2017-07-31
| | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.55. [arguments]: Add 'add-missing-LDFLAGS' phase.
* gnu: gnurl: Update to 7.54.1.ng02017-06-17
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.54.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libextractor: Update to 1.4.Marius Bakke2017-06-11
| | | | | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.4. [source]: Remove obsolete patch and snippet. * gnu/packages/patches/libextractor-ffmpeg-3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: gnurl: Update to 7.54.0 [fixes CVE-2017-7468]ng02017-04-20
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.54.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* gnu: gnurl: Update to 7.53.1.ng02017-02-24
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.53.1. (source)[uri]: Update to new upstream filename. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: libextractor: Move .a files to output "static".ng02017-02-09
| | | | | | | * gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output. [arguments](phases): New phase for moving .a files to output "static". Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: libextractor: Add dependencies.ng02017-02-09
| | | | | | | | | * gnu/packages/gnunet.scm (libextractor): Add dependencies: tidy-html, libmp4v2, libsmf, bzip2. [arguments](configure-flags): Add "--with-libtidy". * Adjust the FIXME comment section accordingly. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: gnurl: Split man pages to doc output.ng02016-12-23
| | | | | | * gnu/packages/gnunet.scm (gnurl)[arguments]: Add 'move-man3-pages' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnurl: Make tests more verbose.ng02016-12-23
| | | | | | | * gnu/packages/gnunet.scm (gnurl)[arguments]: Replace the 'check' phase. Move the 'disable-test1026' and 'patch-runtests' phases into 'check' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnurl: Update to 7.52.1 [fixes CVE-2016-{9586, 9952, 9953, 9594}].ng02016-12-23
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.52.1. [arguments]: Add 'autoconf' and 'disable-test1026' phases. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: exiv2: Move to (gnu packages image).Alex Kost2016-12-04
| | | | | | | | * gnu/packages/geeqie.scm (exiv2): Move to... * gnu/packages/image.scm: ... here. * gnu/packages/gnome.scm: Adjust the used modules. * gnu/packages/gnunet.scm: Likewise. * gnu/packages/gps.scm: Likewise.
* gnu: libmicrohttpd: Update to 0.9.52.Efraim Flashner2016-11-15
| | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52. [home-page]: Use https.
* gnu: gnurl: Update to 7.51.0 [fixes CVE-2016-{8615..8625}].ng02016-11-02
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.51.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnunet: Add inputs.ng02016-10-03
| | | | | | | | | * gnu/packages/gnunet.scm (gnunet)[inputs]: Add perl, jansson, nss, gmp, bluez, glib, libogg. [native-inputs]: Move python-2 from here ... [inputs]: ... to here. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnurl: Update to 7.50.3.ng02016-09-14
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.50.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnunet: Use 'modify-phases'.Efraim Flashner2016-09-11
| | | | * gnu/packages/gnunet.scm (gnunet)[arguments]: Use 'modify-phases'.
* gnu: gnurl: Use 'modify-phases'.Efraim Flashner2016-09-11
| | | | * gnu/packages/gnunet.scm (gnurl)[arguments]: Use 'modify-phases'.
* gnu: gnurl: Update to 7.50.2-1.ng02016-09-11
| | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.50.2-1. [arguments]: Remove 'delete-failing-test1139 phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guile-gnunet: Use https URL.ng02016-08-30
| | | | * gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL.
* gnu: libmicrohttpd: Update to 0.9.51.ng02016-08-29
| | | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet-gtk: Add libunique support.ng02016-08-22
| | | | | | | * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique. [arguments]: Add "--with-libunique" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libextractor: Add more optional inputs.ng02016-08-15
| | | | | | | | * gnu/packages/gnunet.scm (libextractor)[inputs]: Add gtk+, libarchive, libgsf, and libmpeg2. [arguments]: New field. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnurl: Update to 7.50.1 [fixes CVE-2016-{5419,5420,5421].ng02016-08-15
| | | | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.50.1. [configure-flags]: Configure with --disable-smb. Disable test1139. [description]: Fix typo. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnunet-gtk: Configure with gnunet path.ng02016-07-30
| | | | | | | * gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet' to #:configure-flags. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Sync GNU descriptions with upstream.Ludovic Courtès2016-07-29
| | | | | | | | | From 'guix lint -c gnu-description'. * gnu/packages/gnunet.scm (gnunet): Adjust description. * gnu/packages/marst.scm (marst): Likewise. * gnu/packages/maths.scm (c-graph): Likewise. * gnu/packages/networking.scm (macchanger): Likewise.
* gnurl: Update to 7.48.0.ng02016-07-04
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.48.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Update name for ng0.ng02016-07-03
| | | | Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmicrohttpd: Update to 0.9.50.ng02016-06-11
| | | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Use full SHA1 commit ids.Hartmut Goebel2016-06-05
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pbtranscript-tofu, mosaik, smithlab-cpp, piranha): Use full SHA1 commit ids. * gnu/packages/ci.scm (hydra): Likewise. * gnu/packages/compression.scm (sfarkxtc): Likewise. * gnu/packages/emacs.scm (emacs-ob-ipython): Likewise. * gnu/packages/games.scm (mars, emulation-station): Likewise. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/music.scm (non-sequencer): Likewise. * gnu/packages/version-control.scm (git-flow, git-test-sequence): Likewise. * gnu/packages/xorg.scm (xf86-video-intel): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>