Age | Commit message (Expand) | Author |
2018-02-04 | gnu: libmicrohttpd: Update to 0.9.59....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.59.
| Tobias Geerinckx-Rice |
2018-01-27 | gnu: gnurl: Update to 7.58.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.58.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| ng0 |
2018-01-27 | Revert "gnu: gnurl: Add '--with-ca-bundle' path to configure-flags."...This reverts commit 8bf127d5ab5f95dc606fbec2b8de5c942dd79b9d.
It broke building gnurl in non-reproducible ways.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| ng0 |
2018-01-23 | gnu: gnunet: Use invoke....* gnu/packages/gnunet.scm (gnurl)[arguments]: Substitute invoke for system*.
(guile-gnunet)[arguments]: Likewise.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2018-01-23 | gnu: gnurl: Add '--with-ca-bundle' path to configure-flags....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>
| ng0 |
2017-12-09 | gnu: gnurl: Use new download URL....* gnu/packages/gnunet.scm (gnurl)[source]: Use mirror://gnu.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-12-08 | gnu: libmicrohttpd: Update to 0.9.58....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.58.
| Tobias Geerinckx-Rice |
2017-12-06 | gnu: gnurl: Update to 7.57.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.57.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-11-28 | gnu: libmicrohttpd: Update to 0.9.57....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.57.
[description]: Fix line breaks.
| Efraim Flashner |
2017-11-27 | gnu: gnurl: Update to 7.56.1-2....* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2.
[arguments]: Adjust the #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-10-24 | gnu: gnurl: Update to 7.56.1....* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-10-16 | gnu: libextractor: Update to 1.6....* gnu/packages/gnunet.scm (libextractor): Update to 1.6.
| Ludovic Courtès |
2017-10-12 | gnu: libextractor: Update to 1.5....* gnu/packages/gnunet.scm (libextractor): Update to 1.5.
| Marius Bakke |
2017-10-09 | gnu: gnurl: Let the testsuite run test1026....* 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>
| ng0 |
2017-10-08 | gnu: gnurl: Update to 7.56.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.56.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-01 | gnu: gnunet: Use 'gnutls/dane' as input....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>
| ng0 |
2017-10-01 | gnu: libmicrohttpd: Use 'gnutls/dane' as input....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>
| ng0 |
2017-10-01 | gnu: gnurl: Use 'gnutls/dane' as input....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>
| ng0 |
2017-09-23 | gnu: gnurl: Update to 7.55.1-4....* 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>
| ng0 |
2017-09-04 | gnu: Put autoconf-related phases immediately after the 'unpack phase....* 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.
| Kei Kebreau |
2017-08-27 | gnu: Fetch several Git sources over HTTPS....* 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.
| Leo Famulari |
2017-08-22 | gnu: gnurl: Update to 7.55.1-3....* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ng0 |
2017-08-21 | gnu: gnurl: Update to 7.55.1....* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ng0 |
2017-08-09 | gnu: gnurl: Update to 7.55.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.55.0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ng0 |
2017-07-31 | gnu: libmicrohttpd: Update to 0.9.55....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.55.
[arguments]: Add 'add-missing-LDFLAGS' phase.
| Ludovic Courtès |
2017-06-17 | gnu: gnurl: Update to 7.54.1....* gnu/packages/gnunet.scm (gnurl): Update to 7.54.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-06-11 | gnu: libextractor: Update to 1.4....* 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.
| Marius Bakke |
2017-04-20 | gnu: gnurl: Update to 7.54.0 [fixes CVE-2017-7468]...* gnu/packages/gnunet.scm (gnurl): Update to 7.54.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2017-03-30 | gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
| Tobias Geerinckx-Rice |
2017-02-24 | gnu: gnurl: Update to 7.53.1....* 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>
| ng0 |
2017-02-09 | gnu: libextractor: Move .a files to output "static"....* 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>
| ng0 |
2017-02-09 | gnu: libextractor: Add dependencies....* 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>
| ng0 |
2016-12-23 | gnu: gnurl: Split man pages to doc output....* gnu/packages/gnunet.scm (gnurl)[arguments]: Add 'move-man3-pages' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-12-23 | gnu: gnurl: Make tests more verbose....* 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>
| ng0 |
2016-12-23 | gnu: gnurl: Update to 7.52.1 [fixes CVE-2016-{9586, 9952, 9953, 9594}]....* 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>
| ng0 |
2016-12-04 | gnu: exiv2: Move to (gnu packages image)....* 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.
| Alex Kost |
2016-11-15 | gnu: libmicrohttpd: Update to 0.9.52....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52.
[home-page]: Use https.
| Efraim Flashner |
2016-11-02 | gnu: gnurl: Update to 7.51.0 [fixes CVE-2016-{8615..8625}]....* gnu/packages/gnunet.scm (gnurl): Update to 7.51.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-10-03 | gnu: gnunet: Add inputs....* 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>
| ng0 |
2016-09-14 | gnu: gnurl: Update to 7.50.3....* gnu/packages/gnunet.scm (gnurl): Update to 7.50.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-11 | gnu: gnunet: Use 'modify-phases'....* gnu/packages/gnunet.scm (gnunet)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-09-11 | gnu: gnurl: Use 'modify-phases'....* gnu/packages/gnunet.scm (gnurl)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-09-11 | gnu: gnurl: Update to 7.50.2-1....* 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>
| ng0 |
2016-08-30 | gnu: guile-gnunet: Use https URL....* gnu/packages/gnunet.scm (guile-gnunet)[home-page]: Use https URL.
| ng0 |
2016-08-29 | gnu: libmicrohttpd: Update to 0.9.51....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2016-08-22 | gnu: gnunet-gtk: Add libunique support....* gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique.
[arguments]: Add "--with-libunique" to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-08-15 | gnu: libextractor: Add more optional inputs....* gnu/packages/gnunet.scm (libextractor)[inputs]: Add gtk+, libarchive,
libgsf, and libmpeg2.
[arguments]: New field.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-08-15 | gnu: gnurl: Update to 7.50.1 [fixes CVE-2016-{5419,5420,5421]....* 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>
| ng0 |
2016-07-30 | gnu: gnunet-gtk: Configure with gnunet path....* gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet'
to #:configure-flags.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| ng0 |
2016-07-29 | gnu: Sync GNU descriptions with upstream....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.
| Ludovic Courtès |