| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/web.scm (fcgi)[arguments]: Disable parallel building.
|
|
|
|
| |
* gnu/packages/web.scm (libpsl): Update to 0.16.0.
|
|
|
|
|
|
| |
* gnu/packages/web.scm (httpd)[source]: Add patch for CVE-2016-8740.
* gnu/packages/patches/httpd-CVE-2016-8740.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
| |
* gnu/packages/web.scm (fcgiwrap): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file.
* gnu/packages/patches/fcgi-2.4.0-poll.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/web.scm (fcgi): New variable.
|
|
|
|
|
|
|
| |
This is a followup to abafd66d04c10fad77a8751fcc3a4dda192c6570.
* gnu/packages/web.scm (perl-catalyst-action-rest)[source]: Update to
new source uri.
|
|
|
|
|
|
|
| |
This is a followup to 776ca1cb223eb8ec439c7979d5440d5e5fbcaae0.
* gnu/packages/web.scm (perl-catalyst-view-tt)[source]: Change to new
source uri.
|
|
|
|
|
|
|
| |
This is a followup to 5b3646f100c112f5d43e55393a9be5b2b3647983.
* gnu/packages/web.scm (perl-http-server-simple)[source]: Update to new
source uri.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-message)[source]: Update URL.
[home-page]: Likewise.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-tiny): Update to 0.070.
[propagated-inputs]: Add perl-mozilla-ca.
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-server-simple): Update to 0.51.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-message): Update to 6.11.
[propagated-inputs]: Add perl-encode-locale.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.008.
[native-inputs]: Add perl-uri.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-libwww): Update to 6.15.
[propagated-inputs]: Add perl-http-date, perl-http-message, perl-uri.
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-body): Update to 1.22.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-html-parser): Update to 3.72.
[inputs]: Add perl-http-message.
|
|
|
|
| |
* gnu/packages/web.scm (perl-finance-quote): Update to 1.38.
|
|
|
|
| |
* gnu/packages/web.scm (perl-encode-locale): Update to 1.05.
|
|
|
|
| |
* gnu/packages/web.scm (perl-cgi): Update to 4.35.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-catalyst-view-tt): Update to 0.44.
[propagated-inputs]: Add perl-data-dump.
|
|
|
|
| |
* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.36.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-catalyst-plugin-session): Update to 0.40.
[propagated-inputs]: Add perl-mro-compat.
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): Update to 1.10.
[arguments]: Enable tests.
|
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-catalyst-action-rest): Update to 1.20.
[propagated-inputs]: Add perl-config-general, perl-cpanel-json-xs,
perl-xml-simple.
|
|
|
|
| |
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.33.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/web.scm (nginx): Update to 1.11.6.
[arguments]: Remove the obsolete option --with-ipv6 from #:configure-flags.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (httptunnel): New variable.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/packages/web.scm (libpsl): Update to 0.15.0.
|
|
|
|
| |
* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
|\| |
|
| |
| |
| |
| | |
* gnu/packages/web.scm (r-htmltable): New variable.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\| |
|
| |
| |
| |
| | |
* gnu/packages/web.scm (r-jsonlite): Update to 1.1.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (r-curl): Update to 2.2.
|
|/
|
|
|
|
| |
* 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/packages/python.scm (python-feedparser): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/web.scm (nginx): Update to 1.11.4.
[source] Use https.
[home-page]: Use https.
|
|
|
|
| |
* gnu/packages/web.scm (json-c): Update to 0.12.1.
|
|
|
|
| |
* gnu/packages/web.scm (goaccess): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (r-rjson): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (r-hwriter): New variable.
|
|
|
|
|
| |
* gnu/packages/web.scm (r-curl)[arguments]: Add phase
"allow-CURL_CA_BUNDLE".
|
|
|
|
|
|
| |
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.038.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
| |
* gnu/packages/web.scm (r-htmltools)[arguments]: Add phase
"copy-files-without-mode".
|