Age | Commit message (Expand) | Author |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-13 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-12-11 | gnu: gmnisrv: Update to 1.0....* gnu/packages/web.scm (gmnisrv): Update to 1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Nikolay Korotkiy |
2021-12-10 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-12-08 | gnu: hitch: Update to 1.7.2....* gnu/packages/web.scm (hitch): Update to 1.7.2.
| Marius Bakke |
2021-12-07 | gnu: Add kiwix-tools....* gnu/packages/web.scm (kiwix-tools): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Denis 'GNUtoo' Carikli |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-11-27 | gnu: varnish: Update to 7.0.1....* gnu/packages/web.scm (varnish): Update to 7.0.1.
| Tobias Geerinckx-Rice |
2021-11-23 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-22 | gnu: http-parser: Update to 1.1.4....* gnu/packages/web.scm (http-parser): Update to 1.1.4.
[phases]: Delete trailing #t.
| Maxim Cournoyer |
2021-11-21 | gnu: nghttp2: Resurrect cross-building....* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings"
when cross-building.
| Jan (janneke) Nieuwenhuizen |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-17 | gnu: tidy-html: Update to 5.8.0....* gnu/packages/web.scm (tidy-html): Update to 5.8.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Philip McGrath |
2021-11-15 | gnu: hpcguix-web: Update to 0.2.0....* gnu/packages/web.scm (hpcguix-web): Update to 0.2.0.
[arguments]: In 'wrap-program' phase, add guile-zlib to DEPS.
[native-inputs]: Add GUILE.
[inputs]: Add GUILE-ZLIB, GUILE-COMMONMARK, and GUILE-JSON.
[propagated-inputs]: Remove. These were pointless.
* gnu/services/web.scm (<hpcguix-web-configuration>)[address, port]: New
fields.
* doc/guix.texi (Web Services): Document them.
* gnu/tests/web.scm (%hpcguix-web-os): Add 'address'.
| Ludovic Courtès |
2021-11-12 | gnu: python-feedparser: Add input...* gnu/packages/web.scm (python-feedparser) [propagated-inputs]: Add
python-sgmllib3k
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Morgan Smith |
2021-11-11 | gnu: uhttpmock: Use libsoup 2....* gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2 to
fix build.
| Maxim Cournoyer |
2021-11-11 | gnu: json-c: Update to 0.15....* gnu/packages/web.scm (json-c): Update to 0.15.
[source]: Remove obsolete patch 'json-c-CVE-2020-12762.patch'.
* gnu/packages/patches/json-c-CVE-2020-12762.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2021-11-08 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-11-08 | gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d....* gnu/packages/web.scm (nginx-documentation): Update to 1.21.4-2791-9385526a9b2d.
| Tobias Geerinckx-Rice |
2021-11-08 | gnu: nginx: Update to 1.21.4....* gnu/packages/web.scm (nginx): Update to 1.21.4.
| Tobias Geerinckx-Rice |
2021-10-31 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-10-26 | gnu: darkhttpd: Cross-compile....* gnu/packages/web.scm (darkhttpd)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2021-10-26 | gnu: darkhttpd: Update to 1.13....* gnu/packages/web.scm (darkhttpd): Update to 1.13.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-23 | gnu: goaccess: Update to 1.5.2....* gnu/packages/web.scm (goaccess): Update to 1.5.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-23 | gnu: Use 'search-input-file' some more....This patch replaces occurrences of:
(string-append (assoc-ref %build-inputs "…") "/…")
by:
(search-input-file %build-inputs "/…")
* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences): Likewise.
(openrct2-objects): Likewise.
(mrrescue): Likewise.
(0ad-data): Likewise.
(xonotic-data): Likewise.
(drascula): Likewise.
(make-lure-package): Likewise.
(make-queen-package): Likewise.
(sky): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
| Ludovic Courtès |
2021-10-21 | gnu: Fix ‘this packages’ and some other niggles....* gnu/packages/crates-io.scm (rust-home-0.5)[description]:
Fix ‘this packages’ typo.
* gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]:
Likewise.
* gnu/packages/python-check.scm (python-pytest-csv)[description]:
Likewise.
* gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise,
and note which language.
* gnu/packages/python-xyz.scm (python-recommonmark)[description]:
Likewise, and work around ‘enabling you’.
| Tobias Geerinckx-Rice |
2021-10-18 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-10-15 | gnu: buku: Update to 4.6....* gnu/packages/web.scm (buku): Update to 4.6.
| Tobias Geerinckx-Rice |
2021-10-14 | Merge branch 'master' into core-updates-frozen | Marius Bakke |
2021-10-13 | gnu: perl-uri-fetch: Update to 0.15....* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
| Marius Bakke |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-10-08 | gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013]....This fixes CVE-2021-42013, which refers to the incomplete fix of CVE-2021-41773
in httpd 2.4.50:
https://httpd.apache.org/security/vulnerabilities_24.html
* gnu/packages/web.scm (httpd): Update to 2.4.51.
| Leo Famulari |
2021-10-05 | gnu: Apache httpd: Update to 2.4.50 [Fixes CVE-2021-{41524,41773}]....This update includes an important fix for an actively exploited path traversal
vulnerability (CVE-2021-41773), which allows attackers to access files outside
the "document root":
https://httpd.apache.org/security/vulnerabilities_24.html
* gnu/packages/web.scm (httpd): Update to 2.4.50.
| Leo Famulari |
2021-10-05 | gnu: hitch: Provide the 'ps' command for tests.......otherwise, failing tests would show up as successful. This is a follow-up
to commit 273380fda2889e5ba4e7fba28b5b104306872c69.
* gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
| Marius Bakke |
2021-10-04 | gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2....* gnu/packages/web.scm (nginx-documentation): Update to 1.21.3-2769-16f6fa718be2.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: nginx: Update to 1.21.3....* gnu/packages/web.scm (nginx): Update to 1.21.3.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: httpd: Update to 2.4.49....* gnu/packages/web.scm (httpd): Update to 2.4.49.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: stunnel: Don't install installation instructions....* gnu/packages/web.scm (stunnel)[arguments]: Add a 'prune-documentation
phase.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: stunnel: Update to 5.60....* gnu/packages/web.scm (stunnel): Update to 5.60.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-09-17 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
| Marius Bakke |
2021-09-16 | gnu: varnish-modules: Update to 0.19.0....* gnu/packages/web.scm (varnish-modules): Update to 0.19.0.
| Marius Bakke |
2021-09-16 | gnu: varnish: Update to 7.0.0....* gnu/packages/web.scm (varnish): Update to 7.0.0.
[arguments]: Set CC in #:configure-flags. Rewrite use-absolute-file-names
phase to use named inputs instead of WHICH and patch one more file. Remove
trailing #t's.
[inputs]: Add BASH-MINIMAL and COREUTILS. Replace PCRE with PCRE2, and
PYTHON-WRAPPER with PYTHON.
| Marius Bakke |
2021-09-11 | gnu: castor: Update to 0.8.18....* gnu/packages/web.scm (castor): Update to 0.8.18.
| Nicolas Goaziou |
2021-09-07 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-09-03 | gnu: nginx-documentation: Update to 1.21.2-2764-bc9c5d11b67c....* gnu/packages/web.scm (nginx-documentation): Update to 1.21.2-2764-bc9c5d11b67c.
| Tobias Geerinckx-Rice |
2021-09-03 | gnu: nginx: Update to 1.21.2....* gnu/packages/web.scm (nginx): Update to 1.21.2.
| Tobias Geerinckx-Rice |
2021-09-02 | gnu: esbuild: Disable race detector on 32-bit targets....* gnu/packages/web.scm (esbuild)[arguments]: Set the ESBUILD_RACE
variable to an empty string to remove the -race option.
| Pierre Langlois |
2021-08-25 | gnu: uhttpmock: Fix tests....* gnu/packages/web.scm (uhttpmock)[arguments]: Add 'set-home-for-tests' phase.
| Guillaume Le Vaillant |
2021-08-14 | gnu: python-feedparser: Update to 6.0.8....* gnu/packages/web.scm (python-feedparser): Update to 6.0.8.
[propagated-inputs]: Add python-sgmllib3k.
| Mathieu Othacehe |