Age | Commit message (Collapse) | Author |
|
* gnu/packages/java.scm (java-jakarta-oro)[source]: Download using an
apache mirror:// URL.
|
|
* gnu/packages/java.scm (java-commons-httpclient)[source]: Use an apache
mirror:// URL.
|
|
* gnu/packages/java.scm (ant-bootstrap)[source]: Use an apache mirror://
URL.
|
|
* gnu/packages/maven.scm (maven-artifact)[source]: Use an apache
mirror:// URL.
|
|
* gnu/packages/maven.scm (maven-wagon-provider-api)[source]: Use an
apache mirror:// URL.
|
|
* gnu/packages/maven.scm (maven-plugin-annotations)[source]: Use an
apache mirror:// URL.
|
|
* gnu/packages/maven.scm (maven-shared-utils)[source]: Use an apache
mirror:// URL.
|
|
* gnu/packages/web.scm (serf)[source]: Use an apache mirror:// URL.
|
|
* gnu/packages/version-control.scm (subversion)[source]: Use an apache
mirror:// URL.
|
|
* gnu/packages/tex.scm (lyx)[build-system]: Switch to qt-build-system.
[arguments]: Remove imported modules. Remove custom 'wrap-qt phase.
|
|
* gnu/packages/tex.scm (lyx)[arguments]: Adjust configure-flags to not
add the version to the binary's suffix. Remove custom
'patch-desktop-file, 'setenv-check and 'install-symlink phases.
|
|
* gnu/packages/tex.scm (lyx): Update to 2.3.5.1.
[arguments]: Remove 'fix-compilation-with-boost-1.69 phase. In
'patch-python phase patch more files, substitute with python3. Split
'setenv-check and create empty file after 'unpack.
|
|
Fixes <https://bugs.gnu.org/37147>.
* gnu/packages/tex.scm (lyx)[arguments]: Import qt-utils. Add phase to
wrap the lyx2.3 binary.
|
|
Previously call-with-transaction would both retry when SQLITE_BUSY errors were
thrown and do what its name suggested (start and rollback/commit a
transaction). This changes it to do only what its name implies, which
simplifies its implementation. Retrying is provided by the new
call-with-SQLITE_BUSY-retrying procedure.
* guix/store/database.scm (call-with-transaction): no longer restarts, new
#:restartable? argument controls whether "begin" or "begin immediate" is
used.
(call-with-SQLITE_BUSY-retrying, call-with-retrying-transaction,
call-with-retrying-savepoint): new procedures.
(register-items): use call-with-retrying-transaction to preserve old
behavior.
* .dir-locals.el (call-with-retrying-transaction,
call-with-retrying-savepoint): add indentation information.
|
|
update-or-insert can break if an insert occurs between when it decides whether
to update or insert and when it actually performs that operation. Putting the
check and the update/insert operation in the same transaction ensures that the
update/insert will only succeed if no other write has occurred in the middle.
* guix/store/database.scm (call-with-savepoint): new procedure.
(update-or-insert): use call-with-savepoint to ensure the read and the
insert/update occur within the same transaction.
|
|
Most of our queries would fail to finalize their statements properly if sqlite
returned an error during their execution. This resolves that, and also makes
them somewhat more concise as a side-effect.
This also makes some small changes to improve certain queries where behavior
was strange or overly verbose.
* guix/store/database.scm (call-with-statement): new procedure.
(with-statement): new macro.
(last-insert-row-id, path-id, update-or-insert, add-references): rewrite to
use with-statement.
(update-or-insert): factor last-insert-row-id out of the end of both
branches.
(add-references): remove pointless last-insert-row-id call.
* .dir-locals.el (with-statement): add indenting information.
|
|
guile-sqlite3 provides statement caching, making it unnecessary for sqlite to
keep re-preparing statements that are frequently used. Unfortunately it
doesn't quite emulate the semantics of sqlite_finalize properly, because it
doesn't cause a commit if the statement being finalized is the last "active"
statement (see https://notabug.org/guile-sqlite3/guile-sqlite3/issues/12). We
work around this by wrapping sqlite-finalize with our own version that ensures
sqlite-reset is called, which does The Right Thing™.
* guix/store/database.scm (sqlite-finalize): new procedure that shadows the
sqlite-finalize from (sqlite3).
|
|
* gnu/packages/education.scm (fet): Update to 5.45.0.
|
|
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.3.
|
|
* gnu/packages/linux.scm (thinkfan): Update to 1.2.
[home-page]: Switch to an up-to-date home page.
|
|
* gnu/packages/admin.scm (progress): Update to 0.15.
|
|
* gnu/packages/man.scm (man-pages): Update to 5.07.
|
|
* gnu/packages/maths.scm (ipopt)[source]: Fix URI.
|
|
* gnu/packages/game-development.scm (grfcodec)[source]: Use HTTPS for URL.
Re-indent package.
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-2280ae18.
|
|
* gnu/packages/maths.scm (ipopt)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/file-systems.scm (fsarchiver)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/documentation.scm (asciidoc)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.10.0.
|
|
* gnu/packages/password-utils.scm (qtpass)[arguments]: Import qt-utils
modules. Add phase to wrap qtpass binary.
|
|
* gnu/packages/password-utils.scm (qtpass): Update to 1.3.2.
|
|
* gnu/packages/mail.scm (mu): Update to 1.4.10.
|
|
* gnu/packages/wm.scm (herbstluftwm): Update to 0.8.3.
|
|
* gnu/packages/networking.scm (ethtool): Update to 5.7.
|
|
* gnu/packages/networking.scm (haproxy): Update to 2.1.6.
|
|
* gnu/packages/machine-learning.scm (dlib): Update to 19.20.
|
|
* gnu/packages/music.scm (pd): Update to 0.51-0.
|
|
* gnu/packages/music.scm (pd)[home-page]: Use HTTPS.
|
|
* gnu/packages/music.scm (pd)[arguments]: Construct the wish file name from the tk package version.
|
|
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
|
|
* gnu/packages/mail.scm (msmtp): Update to 1.8.11.
|
|
* gnu/packages/mail.scm (mpop): Update to 1.4.10.
|
|
* gnu/packages/linux.scm (nvme-cli): Update to 1.11.2.
|
|
* gnu/packages/linux.scm (iptables): Update to 1.8.5.
[source]: Add URL.
[arguments]: Add an ‘install-missing-script’ phase.
|
|
* gnu/packages/linux.scm (nftables): Update to 0.9.5.
|
|
* gnu/packages/linux.scm (libnftnl): Update to 1.1.7.
|
|
* gnu/packages/gtk.scm (gtkspell3): Update to 3.0.10.
[propagated-inputs]: Replace enchant-1.6 with default version 2.
|
|
* gnu/packages/kde-utils.scm (smb4k): Update to 3.0.6.
|
|
* gnu/packages/gnome.scm (mm-common): Update to 1.0.1.
|