Tobias Geerinckx-Rice
11bf3b2f03
gnu: hiawatha: Update to 10.8.4.
...
* gnu/packages/web.scm (hiawatha): Update to 10.8.4.
2019-02-14 03:50:18 +01:00
Marius Bakke
cb94d5e161
gnu: Varnish: Update to 6.1.1.
...
* gnu/packages/web.scm (varnish): Update to 6.1.1.
[native-inputs]: Add PYTHON-SPHINX.
[arguments]: Add "--disable-pcre-jit" to #:configure-flags.
2019-02-14 00:13:06 +01:00
Tobias Geerinckx-Rice
34920d2adf
gnu: websockify: Don't use unstable tarball.
...
* gnu/packages/web.scm (websockify)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:55 +01:00
Tobias Geerinckx-Rice
2772debc74
gnu: libyajl: Don't use unstable tarball.
...
* gnu/packages/web.scm (libyajl)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice
3e3414efd4
gnu: rapidjson: Don't use unstable tarball.
...
* gnu/packages/web.scm (rapidjson)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice
082504addf
gnu: qjson: Don't use unstable tarball.
...
* gnu/packages/web.scm (qjson)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice
20ab34c16f
gnu: fcgiwrap: Don't use unstable tarball.
...
* gnu/packages/web.scm (fcgiwrap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice
bff44abb14
gnu: mod-wsgi: Don't use unstable tarball.
...
* gnu/packages/web.scm (mod-wsgi)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:53 +01:00
Tobias Geerinckx-Rice
fba9a66095
gnu: xinetd: Don't use unstable tarball.
...
* gnu/packages/web.scm (xinetd)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-10 17:45:38 +01:00
Ludovic Courtès
50a93adc05
Merge branch 'staging'
2019-02-09 15:14:59 +01:00
Tobias Geerinckx-Rice
f0e6859310
gnu: jo: Update to 1.2.
...
* gnu/packages/web.scm (jo): Update to 1.2.
2019-02-04 09:39:11 +01:00
Marius Bakke
0747328e31
Merge branch 'master' into staging
2019-01-31 23:32:56 +01:00
Marius Bakke
0a3849f610
gnu: httpd: Update to 2.4.38.
...
* gnu/packages/web.scm (httpd): Update to 2.4.38.
2019-01-31 20:57:21 +01:00
Arun Isaac
a382860bd4
gnu: rss-bridge: Update to 2019-01-13.
...
* gnu/packages/web.scm (rss-bridge): Update to 2019-01-13.
[source]: Use git-fetch.
[native-inputs]: Remove gzip and tar.
2019-01-31 16:27:39 +05:30
Ricardo Wurmus
0791437f97
gnu: Move most packages from guile.scm to new module.
...
* gnu/packages/guile.scm (artanis, guildhall, guile-aspell, guile-bash,
guile-8sync, guile-daemon, guile-dsv, guile-fibers, guile-syntax-highlight,
guile-sjson, guile-colorized, guile-pfds, guile-aa-tree, guile-simple-zmq,
jupyter-guile-kernel, guile-sparql, guile-debbugs, guile-email,
guile-debbugs-next, guile-newt, guile-mastodon, guile-parted, guile-xosd,
guile-dbi, guile-dbd-sqlite3, guile-config, guile-hall, guile-ics, guile-wisp,
guile-sly, g-wrap, guile-miniadapton, guile-reader, guile2.2-reader,
guile-ncurses, guile-ncurses/gpm, guile-lib, guile2.0-lib, guile2.2-lib,
guile-minikanren, guile2.0-minikanren, guile2.2-minikanren, guile-irregex,
guile2.0-irregex, guile2.2-irregex, haunt, guile2.0-haunt, guile2.2-haunt,
guile-redis, guile2.0-redis, guile2.2-redis, guile-commonmark,
guile2.0-commonmark, guile2.2-commonmark, mcron, mcron2): Move these variables
from here...
* gnu/packages/guile-xyz.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/installer.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/ci.scm,
gnu/packages/gtk.scm,
gnu/packages/guile.scm,
gnu/packages/mail.scm,
gnu/packages/package-management.scm,
gnu/packages/skribilo.scm,
gnu/packages/web.scm,
gnu/services/mcron.scm: Update module references.
2019-01-28 14:57:10 +01:00
Christopher Baines
dd7bc92afc
gnu: linkchecker: Fix most test failures.
...
Add a patch to skip more tests that require the network. Along with some other
changes, this gets all but of one of the tests passing.
The remaining test is broken due to a problem with the Python package in Guix,
which is fixed by [1] which is currently on the core-updates branch. This
patch doesn't work on core-updates due to python2-miniboa not being present.
1: d453b0e11d
* gnu/packages/python.scm (linkchecker)[source]: Add patch.
[native-inputs]: Add more inputs required for the tests.
[arguments]: Enable the tests, move the 'check phase after 'install. Test
using the installed software, and use py.test.
2019-01-25 22:00:05 +00:00
Ludovic Courtès
3e2d4e69c3
Merge branch 'master' into staging
2019-01-20 22:12:10 +01:00
Ricardo Wurmus
44d10b1f72
gnu: Separate Python core packages from the rest.
...
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 14:46:44 +01:00
Marius Bakke
6764f94317
Merge branch 'master' into staging
2019-01-13 01:40:04 +01:00
Marius Bakke
b2e765de4c
gnu: httpd: Update to 2.4.37.
...
* gnu/packages/web.scm (httpd): Update to 2.4.37.
2019-01-13 01:25:17 +01:00
Marius Bakke
48a51af9d2
gnu: http-parser: Update to 2.9.0.
...
* gnu/packages/web.scm (http-parser): Update to 2.9.0.
2019-01-13 01:25:15 +01:00
Marius Bakke
304db09257
gnu: http-parser: Download from git.
...
* gnu/packages/web.scm (http-parser)[source]: Change to GIT-FETCH.
2019-01-13 01:25:15 +01:00
Efraim Flashner
0e28967250
Merge remote-tracking branch 'origin/master' into staging
2019-01-09 10:52:41 +02:00
Ricardo Wurmus
e0d3f4bf1a
gnu: Remove reference to (gnu packages statistics).
...
* gnu/packages/web.scm: Remove obsolete use-module clause.
2019-01-07 15:55:06 +01:00
Ricardo Wurmus
92ce188331
gnu: Move R packages from web.scm to cran.scm.
...
* gnu/packages/web.scm (r-httpuv, r-jsonlite, r-servr, r-htmltools,
r-htmlwidgets, r-htmltable, r-curl, r-hwriter, r-rjson, r-shiny,
r-shinydashboard, r-shinyfiles, r-crosstalk, r-rook, r-miniui): Move these
from here...
* gnu/packages/cran.scm: ...to here.
2019-01-07 15:05:27 +01:00
Marius Bakke
f30830b2e6
Merge branch 'master' into staging
2018-12-22 15:26:30 +01:00
Mark H Weaver
b42b5afdf4
gnu: Fix misplaced commas (unquotes).
...
* gnu/packages/java.scm (ant-bootstrap),
gnu/packages/kde.scm (kdenlive),
gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner),
gnu/packages/mpd.scm (ncmpc),
gnu/packages/opencl.scm (beignet),
gnu/packages/pdf.scm (zathura-pdf-mupdf),
gnu/packages/video.scm (streamlink),
gnu/packages/web-browsers.scm (luakit),
gnu/packages/web.scm (perl-libwww),
gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
2018-12-13 00:08:05 -05:00
Marius Bakke
6521155212
gnu: glib-networking: Update to 2.58.0.
...
* gnu/packages/gnome.scm (glib-networking): Update to 2.58.0.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Explicitly disable libproxy; add phase to appease tests.
(libgdata, libsoup)[arguments]: Remove phase that sets SSL_CERT_FILE.
* gnu/packages/spice.scm (spice)[arguments]: Likewise.
* gnu/packages/web.scm (uhttpmock)[arguments]: Likewise.
2018-12-12 20:49:14 +01:00
Marius Bakke
cc2e0566be
gnu: jansson: Don't build libjansson.a.
...
* gnu/packages/web.scm (jansson)[arguments]: New field.
2018-12-12 20:49:14 +01:00
Marius Bakke
a556679ef4
gnu: jansson: Update to 2.12.
...
* gnu/packages/web.scm (jansson): Update to 2.12.
[source](uri): Use bzip2 compressed tarball.
2018-12-12 20:49:14 +01:00
Marius Bakke
6a4d56346c
gnu: nghttp2: Update to 1.35.1.
...
* gnu/packages/web.scm (nghttp2): Update to 1.35.1.
[native-inputs]: Add GCC-7.
[arguments]: Add workaround for <https://bugs.gnu.org/30756 >.
2018-12-12 20:49:13 +01:00
Ricardo Wurmus
68464ea259
gnu: sassc: Fix build.
...
* gnu/packages/web.scm (sassc)[arguments]: Delete bootstrap phase; let
phase end on boolean.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2018-12-06 12:26:30 -05:00
Marius Bakke
4a21d1765d
gnu: nginx: Update to 1.14.2.
...
* gnu/packages/web.scm (nginx): Update to 1.14.2.
2018-12-06 15:58:18 +01:00
Marius Bakke
25ca46985c
Merge branch 'master' into core-updates
2018-11-29 15:56:49 +01:00
Arun Isaac
5df8f0689d
gnu: rss-bridge: Update to 2018-11-10.
...
* gnu/packages/web.scm (rss-bridge): Update to 2018-11-10.
2018-11-27 20:21:22 +05:30
Marius Bakke
ec8130eb23
Merge branch 'master' into core-updates
2018-11-22 00:10:44 +01:00
Alex Vong
078e2edf1d
gnu: Add json-parser.
...
* gnu/packages/web.scm (json-parser): New variable.
2018-11-22 03:20:49 +08:00
Marius Bakke
4f70db97a0
Merge branch 'master' into core-updates
2018-11-20 01:14:12 +01:00
Roel Janssen
4db71841ee
gnu: r-shinyfiles: Update to 0.7.2.
...
* gnu/packages/web.scm (r-shinyfiles): Update to 0.7.2.
2018-11-19 17:20:05 +01:00
Efraim Flashner
774f8bbeb1
gnu: linkchecker: Use 'git-file-name' for the source.
...
* gnu/packages/web.scm (linkchecker)[source]: Add missing 'file-name'
field.
2018-11-18 11:57:44 +02:00
Marius Bakke
79ee97a144
Merge branch 'master' into core-updates
2018-11-14 21:20:46 +01:00
Ricardo Wurmus
2fef54fd64
gnu: hpcguix-web: Do not re-bootstrap.
...
* gnu/packages/web.scm (hpcguix-web)[arguments]: Do not run autoreconf after
the bootstrap phase; remove "autoconf" phase to "set-variables"; end phase
with #T.
2018-11-11 12:27:01 +01:00
Marius Bakke
55174e668f
Merge branch 'master' into core-updates
2018-11-07 21:09:57 +01:00
Marius Bakke
c6b05bacc0
gnu: nginx: Update to 1.14.1 [security fixes].
...
This fixes CVE-2018-16843, CVE-2018-16844, and CVE-2018-16845.
* gnu/packages/web.scm (nginx): Update to 1.14.1.
2018-11-06 21:34:30 +01:00
Tobias Geerinckx-Rice
c3b8300af3
gnu: jq: Don't use NAME in source URI.
...
* gnu/packages/web.scm (jq)[source]: Code more hard.
2018-11-06 15:34:36 +01:00
Tobias Geerinckx-Rice
418dd6adb5
gnu: jq: Update to 1.6.
...
* gnu/packages/web.scm (jq): Update to 1.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/jq-CVE-2015-8863.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-06 15:34:36 +01:00
Marius Bakke
f4a5faa9dc
Merge branch 'master' into core-updates
2018-11-05 23:56:22 +01:00
Ricardo Wurmus
4633c8e6fc
gnu: r-shinydashboard: Update to 0.7.1.
...
* gnu/packages/web.scm (r-shinydashboard): Update to 0.7.1.
[propagated-inputs]: Add r-promises.
2018-10-30 21:48:10 +01:00
Ricardo Wurmus
65279cc8f3
gnu: Add r-shinyfiles.
...
* gnu/packages/web.scm (r-shinyfiles): New variable.
2018-10-30 21:48:10 +01:00
Ricardo Wurmus
a056e2251e
gnu: r-htmlwidgets: Update to 1.3.
...
* gnu/packages/web.scm (r-htmlwidgets): Update to 1.3.
2018-10-30 21:48:10 +01:00