[pacman-dev] [GIT] The official pacman repository annotated tag, v6.0.0alpha1, created. v6.0.0alpha1

Allan McRae allan at archlinux.org
Fri Dec 4 03:54:51 UTC 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".

The annotated tag, v6.0.0alpha1 has been created
        at  09b67861d9c550b0de411f95f36421d48c524499 (tag)
   tagging  a4240a55e448ffba15a5edbad1a31cb76f821231 (commit)
  replaces  v5.2.1
 tagged by  Allan McRae
        on  Fri Dec 4 13:36:09 2020 +1000

- Log -----------------------------------------------------------------
Time to road-test the new downloader code
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEZkWwqMcAXnjbHXhk+Z/+D+rpmb0FAl/Jrs8ACgkQ+Z/+D+rp
mb3T8gf/e6W1zu0Uhs2HqzqTvZHCIHnROKNSMBH/h3iA1iavwqS6fvnZXqOcsIEC
02Nk8H9Tu4V0EIDWck9wjAGddtQNeR1w3/ljaEZmazILH8mUYbHu4t/VSJH68JgP
EBF2BhEL6Ut2g2YuYOZSrIjC6cSdJ7j3uxM7ltuhZibCvux8Q2UxbFdncTvyB6ql
2L2cKWl9RURXu72+JGdGY5xyAv5KG5mwKyEPieWBV5+Mhb5iCDFfH9ILVO/XCwK8
Gv+bb4UT+IZ+UO9zj/rVl07lqqiGf8Ynj2DsdK6t7Vx1QIV+ms6ru27EqcKVkumr
P2LRogLuerYf5CrO/I5saaf+B/LZtg==
=4C8n
-----END PGP SIGNATURE-----

Allan McRae (31):
      Move update-copyright into build-aux
      Remove "Generated from ...; do not edit by hand" from scripts
      libalpm/sync.c: Do not download missing keys multiple times
      pactest: set package tar format to GNU_FORMAT
      Handle .part files that are the size of the correct package
      Add Eli to current maintainers
      Fix leak in _alpm_db_search on error condition
      Improved documentation for alpm_db_search() parameters
      Fix documentation of alpm_mtree_next and remove libarchive exposure
      tests: Fix typo in test description
      Increase meson test timeout
      Remove unneeded ltmain patch
      Increase maximum database size
      Fix "pacman -U <url>" operations
      Note that checksums from "makepkg -g" are not ideal
      makepkg: add CRC checksums and set these to be the default
      Add pacman-hooks.5 man page symlink
      build-aux/update-copyright 2019 2020
      Remove unneeded goto cleanup
      Add file and line number to RET_ERR{,_VOID}
      Use STRDUP for error checking in more places
      Use GOTO_ERR throughout
      pacman.8: Fix typo
      Add Gitlab Runner configuration
      Convert gitlab valgrind runner to meson
      Remove autotools support
      libalpm/signing.c: Fix calculation of packet size in parse_subpacket
      Revert "makepkg: drop duplicate reporting of missing dependencies"
      pacman-key: change signing key to RSA4096
      makepkg.conf: Reword "Defaults"
      Modify "pacman -h" output for files operations

Anatol Pomozov (33):
      Eliminate extra loop over dbs_sync
      Simplify construction of payloads in download_files
      Do not download files if find_dl_candidates() fails
      Move flushing 'output' list into separate function
      Add GOTO_ERR() macro to set error and then goto a label
      Hide cursor while pacman is running
      Add config option to specify amount of parallel download streams
      Introduce alpm_dbs_update() function for parallel db updates
      Add multi_curl handle to ALPM global context
      Inline dload_payload->curlerr field into a local variable
      Implement _alpm_multi_download
      Implement multiplexed download using mCURL
      Introduce event types for start/end database list download
      Extend download callback interface with start/complete events
      Implement multibar UI
      Convert download packages logic to multiplexed API
      Convert downloading databases to the new multiplexed API
      Swap alpm_db_update() implementation to multiplexed version
      Convert '-U pkg1 pkg2' codepath to parallel download
      Cleanup the old sequential download code
      Move signature payload creation to download engine
      Do not use counter for error tracking
      Add a utility function to check whether a file exists in the cache
      FS#33992: force download *.sig file if it does not exist in the cache
      Fallback to detached signatures during keyring check
      Build signature remote name based on the main payload name
      Do not free payload fields in the middle of this structure use
      Check that destfile_name exists before using it
      Fix error during keyring checking
      Enable sha256/md5 hash verification if detached signatures are used
      FS#66472: Remove *.sig file if package corrupted
      Go to the end of screen if 'printonly' mode enabled
      Move cursor to the end of the screen at the SIGINT

Carson Black (1):
      Dull version colour numbers in summary

Chih-Hsuan Yen (1):
      util.c: table_print_line: properly align texts involving CJK

Colin Woodbury (1):
      Restore usage line for -Fh

Daniel T. Borelli (1):
      Dereference double pointer before assigning NULL

Dave Reisner (5):
      Ensure regex object is always initialized
      Use c99 struct initialization to avoid memset calls
      makepkg: drop duplicate reporting of missing dependencies
      meson: handle XFAIL tests outside of TAP
      Avoid depending on side effects in assert(...) expressions

Denton Liu (1):
      srcinfo.sh: remove trailing newline

Earnestly (1):
      Use noextract with pacman-conf NoExtract

Eli Schwartz (30):
      scripts/library: remove human_to_size
      build: remove use of handcrafted m4 in configuring scripts
      makepkg: fix regression that broke extraction of file:// sources
      meson: make non-symlink scripts install for real, and use a better wrapper
      pactest: add environment option to run tests with valgrind
      makepkg: add the $startdir to package .BUILDINFO
      autotools: emit error message when autoconf-archive is missing
      doc: clarify the format of a PKGBUILD source fragment
      doc: reformat intro to VCS sources to distinguish the grammar
      makepkg: make per-package files containing '$pkgname' consistently work
      meson: use better check for debug builds
      editorconfig: set meson indentation style
      doc: remove vim modelines from BUILDINFO(5)
      pacman-conf: add support for new ParallelDownloads config option
      pacman-conf: fix incomplete support for ILoveCandy
      Log invalid conf settings as an error
      libmakepkg/strip: don't re-add the same debug source multiple times
      build: add libintl dependency to meson and the .pc file
      makepkg: guard against undefined git pinned sources
      makepkg: correctly handle missing download clients
      libmakepkg: fix regression in sending plain() output to stderr
      makepkg/repo-add: handle GPGKEY with spaces
      makepkg/repo-add: do not accept public-only keys for signing
      doc/pacman.8: fix typo
      libmakepkg: extend compress.sh to also permit checking validity
      repo-add: use more libmakepkg to handle common compression routines
      remove more autotools files
      makepkg: libprovides: don't provide both versioned and unversioned sonames
      makepkg: fix signing of source packages
      makepkg: properly localize some internal function variables

Ethan Sommer (5):
      libmakepkg: add optional argument support to parseopts
      libmakepkg: fix empty arguments in parseopts
      makepkg: replaces sed in-place with built in substitution
      repo-add: use wc -c on stdin instead of file to avoid use of cut
      libmakepkg: use readelf instead of file for finding ELF file types

Filipe Laíns (1):
      ci: cache packages

Ivy Foster (2):
      Add NoProgressbar to pacman.conf options
      Add fossil scm support to makepkg

Levente Polyak (1):
      makepkg: deterministic PKGINFO libprovides for multiple library versions

Matthew Sexton (2):
      pacman-key: hide lsign and revoke output behind --verbose
      pacman-key: ignore already lsigned/deleted keys

Michael Straube (2):
      makepkg: emptydirs: fix typo
      libmakepkg: compress: fix tar extension

Morten Linderud (1):
      doc/makepkg.8: Added punctuations.

Rikard Falkeborn (2):
      Add REALLOC macro to simplify realloc error handling
      Constify some input pointers

Ronan Pigott (1):
      Add pacman-conf zsh completions

morganamilo (12):
      pacman: clarify error when alpm fails to init
      pacman: make exact_file an int
      pacman+libalpm: handle search errors
      pacman: print error when -Fx is given invalid regex
      libalpm: fix alpm_option_set_assumeinstalled
      Docs docs docs
      libalpm: set parallel_downloads to 1 when creating the handle
      libalpm: don't call dlcb when not set
      libalpm: clarify alpm_download_event_completed_t status
      libalpm: set errno when setting parallel downloads with an invalid number
      libalpm: add alpm_option_get_parallel_downloads
      libalpm: set ret in download files

-----------------------------------------------------------------------


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list