summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into python-build-systemLeo Famulari2016-11-25
|\
| * gnu: nginx: Update to 1.11.6.Leo Famulari2016-11-25
| | | | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.11.6. [arguments]: Remove the obsolete option --with-ipv6 from #:configure-flags.
| * gnu: Add httptunnel.Tobias Geerinckx-Rice2016-11-15
| | | | | | | | * gnu/packages/web.scm (httptunnel): New variable.
* | gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)Hartmut Goebel2016-11-15
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains the changes for all modules beside python.scm where setuptools are used in an inherited package and removing this input also removes the need for inheriting the package. This is the case if adding setuptools in the inherited package was the only change. Change this to not inherit and remove the new needless call to "strip-python2-variant (if applicable). * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython, python-twobitreader, python2-twobitreader, python-plastid, python2-plastid, python2-pybigwig, python2-screed, sra-tools): No longer "inherit" Python 2 packages inheriting from a Python 3 package if the sole reason for inheriting was adding python-setuptools respective python2-setuptools to [inputs], [native-inputs] or [propagated-inputs]. Remove now needless [properties] "python2-variant" where applicable. * gnu/packages/django.scm (python-pytest-django, python2-pytest-django, python-django-filter, python2-django-filter): Likewise. * gnu/packages/gnupg.scm (python2-pygpgme): Likewise. * gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient): Likewise. * gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise. * gnu/packages/music.scm (python-pylast, python2-pylast): Likewise. * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock, python2-git-review): Likewise. * gnu/packages/password-utils.scm (python2-bcrypt): Likewise. * gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise. * gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise. * gnu/packages/web.scm (python2-feedparser): Likewise.
* gnu: libpsl: Update to 0.15.0.Tobias Geerinckx-Rice2016-11-14
| | | | * gnu/packages/web.scm (libpsl): Update to 0.15.0.
* gnu: tidy: Use ‘modify-phases’.Tobias Geerinckx-Rice2016-11-13
| | | | * gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
* Merge branch 'master' into core-updatesMark H Weaver2016-11-07
|\
| * gnu: jansson: Update to 2.9.Leo Famulari2016-11-06
| | | | | | | | | | | | | | * gnu/packages/web.scm (jansson): Update to 2.9. [source]: Remove 'jansson-CVE-2016-4425.patch'. * gnu/packages/patches/jansson-CVE-2016-4425.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | Merge branch 'master' into core-updatesMark H Weaver2016-11-06
|\|
| * gnu: Add r-htmltable.Ricardo Wurmus2016-11-03
| | | | | | | | * gnu/packages/web.scm (r-htmltable): New variable.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-28
|\|
| * gnu: python-feedparser: Disable the test suite.Leo Famulari2016-10-28
| | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-feedparser to fail. * gnu/packages/python.scm (python-feedparser, python2-feedparser)[arguments]: Disable the tests.
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-26
|\|
| * gnu: r-jsonlite: Update to 1.1.Ricardo Wurmus2016-10-26
| | | | | | | | * gnu/packages/web.scm (r-jsonlite): Update to 1.1.
| * gnu: r-curl: Update to 2.2.Ricardo Wurmus2016-10-26
| | | | | | | | * gnu/packages/web.scm (r-curl): Update to 2.2.
* | gnu: perl-www-curl: Fix build failure.Leo Famulari2016-10-26
|/ | | | | | * gnu/packages/patches/perl-www-curl-remove-symbol.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (perl-www-curl)[source]: Use it.
* gnu: Add python-feedparser.ng02016-10-09
| | | | | | * gnu/packages/python.scm (python-feedparser): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: nginx: Update to 1.11.4.Efraim Flashner2016-10-06
| | | | | | * gnu/packages/web.scm (nginx): Update to 1.11.4. [source] Use https. [home-page]: Use https.
* gnu: json-c: Update to 0.12.1.Leo Famulari2016-10-05
| | | | * gnu/packages/web.scm (json-c): Update to 0.12.1.
* gnu: Add GoAccess.Ludovic Courtès2016-10-04
| | | | * gnu/packages/web.scm (goaccess): New variable.
* gnu: Add r-rjson.Ricardo Wurmus2016-09-26
| | | | * gnu/packages/web.scm (r-rjson): New variable.
* gnu: Add r-hwriter.Ricardo Wurmus2016-09-26
| | | | * gnu/packages/web.scm (r-hwriter): New variable.
* gnu: r-curl: Respect CURL_CA_BUNDLE variable.Ricardo Wurmus2016-09-23
| | | | | * gnu/packages/web.scm (r-curl)[arguments]: Add phase "allow-CURL_CA_BUNDLE".
* gnu: perl-io-socket-ssl: Update to 2.038.ng02016-09-22
| | | | | | * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.038. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: r-htmltools: Ensure temporary files can be deleted.Ricardo Wurmus2016-09-21
| | | | | * gnu/packages/web.scm (r-htmltools)[arguments]: Add phase "copy-files-without-mode".
* gnu: polipo: Use 'modify-phases'.Tobias Geerinckx-Rice2016-09-16
| | | | * gnu/packages/web.scm (polipo)[arguments]: Use 'modify-phases'.
* gnu: Add darkhttpd.Arun Isaac2016-09-15
| | | | | | * gnu/packages/web.scm (darkhttpd): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: r-curl: Update to 1.2.Ricardo Wurmus2016-09-12
| | | | * gnu/packages/web.scm (r-curl): Update to 1.2.
* gnu: r-htmlwidgets: Update to 0.7.Ricardo Wurmus2016-09-12
| | | | * gnu/packages/web.scm (r-htmlwidgets): Update to 0.7.
* gnu: r-jsonlite: Update to 1.0.Ricardo Wurmus2016-09-12
| | | | * gnu/packages/web.scm (r-jsonlite): Update to 1.0.
* gnu: Add surfraw.ng02016-09-08
| | | | | | * gnu/packages/web.scm (surfraw): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add perl-www-opensearch.ng02016-09-05
| | | | | | * gnu/packages/web.scm (perl-www-opensearch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add perl-uri-fetch.ng02016-09-05
| | | | | | * gnu/packages/web.scm (perl-uri-fetch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add perl-feed-find.ng02016-09-05
| | | | | | * gnu/packages/web.scm (perl-feed-find): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add perl-uri-template.ng02016-09-05
| | | | | | * gnu/packages/web.scm (perl-uri-template): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: perl-net-smtp-ssl: Use CPAN mirror.Efraim Flashner2016-08-19
| | | | * gnu/packages/web.scm (perl-net-smtp-ssl)[source]: Use CPAN mirror.
* gnu: Add NetSurf.Eric Bavier2016-08-17
| | | | | | * gnu/packages/web.scm (netsurf): New variable. * gnu/packages/patches/netsurf-about.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libpsl: Update to 0.14.0.Tobias Geerinckx-Rice2016-08-18
| | | | * gnu/packages/web.scm (libpsl): Update to 0.14.0.
* gnu: jq: Fix CVE-2015-8863.Jelle Licht2016-08-11
| | | | | | | | * gnu/packages/patches/jq-CVE-2015-8863.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (jq)[source]: Use it. Signed-off-by: Leo Famulari <leo@famulari.name>
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2016-07-28
|\
| * gnu: krona-tools: Update to 2.7.Ben Woodcroft2016-07-27
| | | | | | | | | | * gnu/packages/web.scm (krona-tools): Update to 2.7. [arguments]: Delete 'build' phase. Install new scripts.
* | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2016-07-25
|\|
| * gnu: perl-io-socket-ssl: Add IDN support.ng02016-07-24
| | | | | | | | | | | | | | * gnu/packages/web.scm (perl-io-socket-ssl)[propagated-inputs]: Add perl-uri for IDN support. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: perl-io-socket-ssl: Update to 2.033.ng02016-07-24
| | | | | | | | | | | | * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.033. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesLeo Famulari2016-07-22
|\| | | | | | | | | | | | | | | | | Resolved conflicts: * gnu/packages/scheme.scm: Conflict in import of (guix licenses). On master, "#:hide (openssl)" was used. On core-updates, "#:select (some licenses)" was used. The latter won the conflict. * gnu/packages/version-control.scm (git)[arguments]: Whitespace conflict in 'install-shell-completion.
| * gnu: Update URLs for sourceforge.net.Leo Famulari2016-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm: Update URLs pointing to sourceforge.net. * gnu/packages/audacity.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/bioinformatics.scm: Likewise. * gnu/packages/boost.scm: Likewise. * gnu/packages/cdrom.scm: Likewise. * gnu/packages/code.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/cups.scm: Likewise. * gnu/packages/djvu.scm: Likewise. * gnu/packages/docbook.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/flashing-tools.scm: Likewise. * gnu/packages/fonts.scm: Likewise. * gnu/packages/fontutils.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/ghostscript.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnucash.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lirc.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/mcrypt.scm: Likewise. * gnu/packages/mp3.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/onc-rpc.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/pdf.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/photo.scm: Likewise. * gnu/packages/popt.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/rdesktop.scm: Likewise. * gnu/packages/screen.scm: Likewise. * gnu/packages/swig.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise.
* | Merge branch 'master' into core-updatesLudovic Courtès2016-07-20
|\|
| * gnu: httpd: Update to 2.4.23.Leo Famulari2016-07-06
| | | | | | | | | | | | Fixes CVE-2016-4979. * gnu/packages/web.scm (httpd): Update to 2.4.23.
| * gnu: perl-uri: Update to 1.71.ng02016-06-20
| | | | | | | | | | | | * gnu/packages/web.scm (perl-uri): Update to 1.71. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* | Merge branch 'master' into core-updatesLudovic Courtès2016-06-27
| |