Age | Commit message (Expand) | Author |
2019-02-08 | gnu: launchmon: Don't use NAME in source URI....* gnu/packages/admin.scm (launchmon)[source]: Hard-code name.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: florence: Don't use NAME in source URI....* gnu/packages/accessibility.scm (florence)[source]: Hard-code name.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: i3blocks: Use GIT-FILE-NAME....* gnu/packages/wm.scm (i3blocks)[source]: Use GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: spice-protocol: Update to 0.12.15....* gnu/packages/spice.scm (spice-protocol): Update to 0.12.15.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: torsocks: Update to 2.3.0....* gnu/packages/tor.scm (torsocks): Update to 2.3.0.
[inputs]: Remove which.
[arguments]: Update 'absolutize' substitutions.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: torsocks: Don't use NAME in source URI....* gnu/packages/tor.scm (torsocks)[source]: Hard-code name.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: sdl2-ttf: Update to 2.0.15....* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.15.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: rcas-web: Update to 0.1.0....* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.1.0.
[inputs]: Replace guile2.2-redis with guile-redis.
| Ricardo Wurmus |
2019-02-09 | gnu: swaks: Update to 20181104.0....* gnu/packages/mail.scm (swaks): Update to 20181104.0.
| Arun Isaac |
2019-02-08 | gnu: Add dune-pdelab....* gnu/packages/maths.scm (dune-pdelab): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: Add dune-functions....* gnu/packages/maths.scm (dune-functions): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: Add dune-typetree....* gnu/packages/maths.scm (dune-typetree): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: Add dune-alugrid....* gnu/packages/maths.scm (dune-alugrid): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: Add usbmuxd....* gnu/packages/libusb.scm (usbmuxd): New variable.
| Danny Milosavljevic |
2019-02-08 | gnu: Add ifuse....* gnu/packages/libusb.scm (ifuse): New variable.
| Danny Milosavljevic |
2019-02-08 | gnu: libimobiledevice: Propagate "libplist"....* gnu/packages/libusb.scm (libimobiledevice)[propagated-inputs]: Add
libplist.
[inputs]: Remove libplist.
| Danny Milosavljevic |
2019-02-08 | gnu: guile-redis: Update to 1.3.0....* gnu/packages/guile-xyz.scm (guile-redis): Update to 1.3.0.
| Ricardo Wurmus |
2019-02-08 | gnu: Add dune-localfunctions....* gnu/packages/maths.scm (dune-localfunctions): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: Add dune-istl....* gnu/packages/maths.scm (dune-istl): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: Add dune-grid....* gnu/packages/maths.scm (dune-grid): New variable.
| Ricardo Wurmus |
2019-02-08 | gnu: umoci: Update to 0.4.4....* gnu/packages/virtualization.scm (umoci): Update to 0.4.4.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: guile-squee: Fix the license....The license originally specified in the package definition was incorrect. The
true license is the Lesser GNU General Public License.
* gnu/packages/guile-xyz.scm (guile-squee): Change license to license:lgpl3+.
| Christopher Baines |
2019-02-08 | git: Always use the system certificates by default....'guix pull' was always doing it, and now '--with-branch' & co. will do
it as well.
* guix/git.scm (honor-system-x509-certificates!): New procedure.
(%certificates-initialized?): New variable.
(with-libgit2): Add call to 'honor-system-x509-certificates!'.
* guix/scripts/pull.scm (honor-x509-certificates): Call
'honor-system-x509-certificates!' and fall back to
'honor-lets-encrypt-certificates!'.
| Ludovic Courtès |
2019-02-08 | guix build: '--with-branch' & co. fetch submodules....* guix/scripts/build.scm (transform-package-source-branch)[replace]: Add
'recursive?' field to the new package.
| Ludovic Courtès |
2019-02-08 | git: Add a 'recursive?' field to <git-checkout> records....* guix/git.scm (<git-checkout>)[recursive?]: New field.
(latest-repository-commit*): Add #:recursive? and honor it.
(git-checkout-compiler): Honor the 'recursive?' field of CHECKOUT.
| Ludovic Courtès |
2019-02-08 | git: Support recursive updates of submodules....* guix/git.scm: Autoload (git submodule).
(url-cache-directory): Add #:recursive? and honor it.
(call-with-repository): New procedure.
(with-repository): New macro.
(update-submodules): New procedure.
(update-cached-checkout): Add #:recursive? and #:log-port and honor
them.
(latest-repository-commit): Add #:recursive? and honor it.
[dot-git?]: Recognize ".git" regular files when RECURSIVE? is true.
| Ludovic Courtès |
2019-02-08 | gnu: python-2.7: Rebuild bytecode....Fixes <https://bugs.gnu.org/22010>.
* gnu/packages/python.scm (python-2.7)[arguments]: Add phase
"rebuild-bytecode".
(python-3.7)[arguments]: Replace "rebuild-bytecode" phase; remove outdated
comment.
| Ricardo Wurmus |
2019-02-08 | guix: Add wrap-script....* guix/build/utils.scm (wrap-script): New procedure.
(&wrap-error): New condition.
(wrap-error?, wrap-error-program, wrap-error-type): New procedures.
* tests/build-utils.scm ("wrap-script, simple case", "wrap-script, with
encoding declaration", "wrap-script, raises condition"): New tests.
| Ricardo Wurmus |
2019-02-07 | build: clean-go: Do not warn about *.go files in "test-tmp"....* Makefile.am (clean-go): Ignore "test-tmp" directory.
| Eric Bavier |
2019-02-07 | gnu: hdf5: Upgrade to 1.8.21....* gnu/packages/maths.scm (hdf5): Upgrade to 1.8.21.
[source]: Make version manipulations more readable using match.
| Eric Bavier |
2019-02-07 | gnu: hdf5: Remove use of deprecated MPI1 symbols....* gnu/packages/patches/hdf5-1.8-mpi-deprecations.patch,
gnu/packages/patches/hdf5-mpi-deprecations.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/maths.scm (hdf5, hdf5-1.10)[source]: Use them.
| Eric Bavier |
2019-02-07 | gnu: superlu-dist: Remove use of deprecated MPI1 symbols....* gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (superlu-dist)[source]: Use it.
| Eric Bavier |
2019-02-07 | gnu: emacs-fish-completion: Update to 1.0....* gnu/packages/emacs-xyz.scm (emacs-fish-completion): Update to 1.0.
| Pierre Neidhardt |
2019-02-07 | gnu: Add gpx....* gnu/packages/engineering.scm (gpx): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Tim Stahel |
2019-02-07 | gnu: Add dune-geometry....* gnu/packages/maths.scm (dune-geometry): New variable.
| Ricardo Wurmus |
2019-02-07 | gnu: Add dune-common....* gnu/packages/maths.scm (dune-common): New variable.
| Ricardo Wurmus |
2019-02-07 | gnu: Add coq-autosubst...* gnu/packages/coq.scm (coq-autosubst): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Dan Frumin |
2019-02-07 | gnu: libxslt: Update to 1.1.33....* gnu/packages/xml.scm (libxslt): Update to 1.1.33.
| Marius Bakke |
2019-02-07 | gnu: libxml2: Update to 2.9.9....* gnu/packages/xml.scm (libxml2): Update to 2.9.9.
| Marius Bakke |
2019-02-07 | gnu: openssl: Update to 1.0.2q....* gnu/packages/tls.scm (openssl): Update to 1.0.2q.
| Marius Bakke |
2019-02-07 | gnu: python: Update to 3.7.2....* gnu/packages/python.scm (python-3.7): Update to 3.7.2.
| Marius Bakke |
2019-02-07 | gnu: pcre2: Update to 10.32....* gnu/packages/pcre.scm (pcre2): Update to 10.32.
| Marius Bakke |
2019-02-07 | gnu: mit-krb5: Update to 1.17....* gnu/packages/kerberos.scm (mit-krb5): Update to 1.17.
| Marius Bakke |
2019-02-07 | gnu: libpng: Update to 1.6.36....* gnu/packages/image.scm (libpng): Update to 1.6.36.
| Marius Bakke |
2019-02-07 | gnu: binutils: Update to 2.32....* gnu/packages/base.scm (binutils): Update to 2.32.
| Marius Bakke |
2019-02-07 | gnu: mpfr: Update to 4.0.2....* gnu/packages/multiprecision.scm (mpfr): Update to 4.0.2.
| Marius Bakke |
2019-02-07 | gnu: bison: Update to 3.3.2....* gnu/packages/bison.scm (bison): Update to 3.3.2.
| Marius Bakke |
2019-02-07 | gnu: libarchive: Remove graft for 3.3.3....* gnu/packages/patches/libarchive-CVE-2017-14166.patch,
gnu/packages/patches/libarchive-CVE-2017-14502.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/backup.scm (libarchive): Update to 3.3.3.
[source](patches): Adjust for 3.3.3.
[replacement]: Remove field.
(libarchive-3.3.3): Remove variable.
| Marius Bakke |
2019-02-07 | gnu: python2: Incorporate grafted changes....* gnu/packages/python.scm (python-2.7)[source](patches): Add
python2-CVE-2018-14647.patch and python2-CVE-2018-1000802.patch.
[replacement]: Remove field.
(python-2/fixed): Remove variable.
| Marius Bakke |
2019-02-07 | gnu: sqlite: Remove graft for 3.26.0....* gnu/packages/sqlite.scm (sqlite): Update to 3.26.0.
[replacement]: Remove.
(sqlite-3.26.0): Remove variable.
| Marius Bakke |