Skip to content
Success

Changes

Summary

  1. setup.py.mk: add back installation ordering for Python versions (commit: 6aefa37) (details)
  2. hunspell-pl: update to 20220801 (commit: cdbf14c) (details)
  3. userland-fetch: improvements for downloading and hashing (commit: 222cf2b) (details)
  4. perl/Log-Log4perl: update to 1.57 (commit: f5f899d) (details)
  5. barman: update to 3.2.0 and drop O_DIRECTORY patch (commit: 427b9fb) (details)
  6. claws-mail: update to 4.1.1 (commit: eaea659) (details)
  7. psycopg2: update to 2.9.4 and drop 32 bit (commit: 477bff5) (details)
  8. make-rules: use versioned test dir for perl and python (commit: 5d7921d) (details)
  9. setup.py.mk: support for tox testing (commit: 7929158) (details)
  10. diffstat: update to 1.65 (commit: 9a4c82f) (details)
  11. dmenu: update to 5.2 (commit: 9fbeac1) (details)
  12. datamash: update to 1.8 and provide test results (commit: 253a512) (details)
  13. xterm: update to 374 (commit: 895c15e) (details)
  14. citus: update to 11.1.3 (commit: 6ba9a5d) (details)
  15. firefox: update to 102.4.0 (commit: d0b5574) (details)
  16. thunderbird: update to 102.4.0 (commit: 777ebb9) (details)
  17. viewres: update to 1.0.7 (commit: 6319d4b) (details)
  18. weechat: update to 3.7.1 (commit: d3dcbed) (details)
Commit 6aefa37c31232291c87d0fb94ac023408ed286a4 by noreply
setup.py.mk: add back installation ordering for Python versions

(commit: 6aefa37)
The file was modifiedmake-rules/setup.py.mk (diff)
Commit cdbf14c4a7df3257f565255c0d90ba5a3d7d1bec by noreply
hunspell-pl: update to 20220801

(commit: cdbf14c)
The file was modifiedcomponents/text/hunspell-pl/Makefile (diff)
Commit 222cf2ba62b42cdf4cf076b7939d0df7768f44f8 by noreply
userland-fetch: improvements for downloading and hashing

HASH_DIR support: search for an envvar HASH_DIR, a hashes/ directory in
the directory of --file, or a hashes/ the current directory. If found, look
inside the files in that directory for checksums in the format outputted by
sha256sum. Checksum files will be used if --hash is not provided.

partial downloads: any cancelled download leaves a .part file, which can
be continued later if the server supports it, or will be overwritten if not.

retrying: if there is a retryable network error, userland-fetch will try
to continue the download once or twice before quitting.

security tests: fail on unsecured, unhashed download with no signature.

Removed deprecated splithost and splittype commands.

Added -n/--need-hash option: userland-fetch will exit if a hash cannot be found
for the file.
Added -N/--need-sig option: userland-fetch will exit if a signature cannot be
found for the file, cannot be checked, or fails validation.

Added -g/--get-hashes option: userland-fetch will look for remote hash
files, and download them if there aren't any local copies.
Added -G/--get-sigs option: userland-fetch will look for remote
signatures and download them, overwriting local copies.
Added -c/--clobber-hash option: userland-fetch will replace files in
HASH_DIR with new files, if found (the same way as -g/--get-hashes).

If things get too strict, set the envvar ALLOW_UNVERIFIED_DOWNLOADS=yes
to skip some validation steps.
(commit: 222cf2b)
The file was modifieddoc/userland-tools.md (diff)
The file was modifiedtools/userland-fetch (diff)
Commit f5f899d04bcab0d90aa303e733ea2da4f43bc185 by noreply
perl/Log-Log4perl: update to 1.57

(commit: f5f899d)
The file was modifiedcomponents/perl/Log-Log4perl/Makefile (diff)
Commit 427b9fb039ba963399dc88326fb34a33109a9bc4 by noreply
barman: update to 3.2.0 and drop O_DIRECTORY patch

(commit: 427b9fb)
The file was modifiedcomponents/python/barman/barman.p5m (diff)
The file was modifiedcomponents/python/barman/manifests/sample-manifest.p5m (diff)
The file was removedcomponents/python/barman/patches/01-O_DIRECTORY.patch
The file was modifiedcomponents/python/barman/Makefile (diff)
Commit eaea6593537a548e3db4bc635af78f4da6d93b86 by noreply
claws-mail: update to 4.1.1

(commit: eaea659)
The file was modifiedcomponents/mail/claws-mail/patches/02-git_version.patch (diff)
The file was modifiedcomponents/mail/claws-mail/pkg5 (diff)
The file was modifiedcomponents/mail/claws-mail/claws-mail.p5m (diff)
The file was modifiedcomponents/mail/claws-mail/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/mail/claws-mail/Makefile (diff)
Commit 477bff521ab61e7060f40934fe0ca5c77161f997 by noreply
psycopg2: update to 2.9.4 and drop 32 bit

(commit: 477bff5)
The file was modifiedcomponents/python/psycopg2/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/python/psycopg2/Makefile (diff)
The file was modifiedcomponents/python/psycopg2/psycopg2-PYVER.p5m (diff)
The file was modifiedcomponents/python/psycopg2/pkg5 (diff)
Commit 5d7921def96ff17eb82de892b2c264dcc5955b6d by noreply
make-rules: use versioned test dir for perl and python

(commit: 5d7921d)
The file was modifiedmake-rules/makemaker.mk (diff)
The file was modifiedmake-rules/setup.py.mk (diff)
Commit 792915898df78ad6f978c4029705eefb7658bbc0 by noreply
setup.py.mk: support for tox testing

(commit: 7929158)
The file was modifiedmake-rules/shared-macros.mk (diff)
The file was modifiedmake-rules/setup.py.mk (diff)
The file was modifiedcomponents/text/diffstat/Makefile (diff)
The file was modifiedcomponents/text/diffstat/diffstat.p5m (diff)
The file was removedcomponents/text/diffstat/test/results-64.master
The file was modifiedcomponents/text/diffstat/manifests/sample-manifest.p5m (diff)
The file was addedcomponents/text/diffstat/test/results-all.master
The file was modifiedcomponents/desktop/dmenu/dmenu.p5m (diff)
The file was modifiedcomponents/desktop/dmenu/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/desktop/dmenu/pkg5 (diff)
The file was modifiedcomponents/desktop/dmenu/Makefile (diff)
Commit 253a512897ceeea3e78f627da4ff68dfcb006b59 by noreply
datamash: update to 1.8 and provide test results

(commit: 253a512)
The file was modifiedcomponents/text/datamash/pkg5 (diff)
The file was modifiedcomponents/text/datamash/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/text/datamash/Makefile (diff)
The file was addedcomponents/text/datamash/test/results-all.master
The file was modifiedcomponents/text/datamash/datamash.p5m (diff)
The file was modifiedcomponents/x11/xterm/Makefile (diff)
The file was modifiedcomponents/database/postgresql-14-citus/Makefile (diff)
The file was modifiedcomponents/web/firefox/Makefile (diff)
Commit 777ebb9bbe948ec87a5b6084b6bbd89610161bcd by noreply
thunderbird: update to 102.4.0

(commit: 777ebb9)
The file was modifiedcomponents/mail/thunderbird/Makefile (diff)
The file was modifiedcomponents/mail/thunderbird/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/mail/thunderbird/thunderbird.p5m (diff)
The file was modifiedcomponents/x11/viewres/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/x11/viewres/viewres.p5m (diff)
The file was modifiedcomponents/x11/viewres/pkg5 (diff)
The file was modifiedcomponents/x11/viewres/Makefile (diff)
The file was modifiedcomponents/network/weechat/pkg5 (diff)
The file was modifiedcomponents/network/weechat/Makefile (diff)