[dpkg] 38/38: Dpkg::OpenPGP::KeyHandle: Refactor new key handle from dpkg-buildpackage

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a01be4c05a8f780fdc59a25e66c1c83e4930f28e commit a01be4c05a8f780fdc59a25e66c1c83e4930f28e (HEAD

[dpkg] 37/38: dpkg-buildpackage: Rename $signkey to $signkeyid

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=529758a0120af35e6ee1d6cfe6d68012981db936 commit 529758a0120af35e6ee1d6cfe6d68012981db936 Author

[dpkg] 35/38: Dpkg::OpenPGP: Make it a class

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=823dd9ceec68cf481ca2101ae73a3cc433adec84 commit 823dd9ceec68cf481ca2101ae73a3cc433adec84 Author

[dpkg] 34/38: Dpkg::OpenPGP: Move status check from _gpg_exec() to _gpg_verify()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e490f8ff7b4e9657c65ee4b144246669ce22bf0b commit e490f8ff7b4e9657c65ee4b144246669ce22bf0b Author

[dpkg] 33/38: Dpkg::OpenPGP: Use dearmor() instead of _gpg_import_keys() in _gpg_verify()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a11d7340da2f679fc673d92767dfefcbb3eb1e69 commit a11d7340da2f679fc673d92767dfefcbb3eb1e69 Author

[dpkg] 31/38: Dpkg::OpenPGP: Switch armor() to use native OpenPGP armor functions

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=925b1696cd94a4a0770ba187f87276b369e69bc3 commit 925b1696cd94a4a0770ba187f87276b369e69bc3 Author

[dpkg] 32/38: Dpkg::OpenPGP: Add new dearmor() function

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=2c622bc07510a4503816e936a1e36308d25090c5 commit 2c622bc07510a4503816e936a1e36308d25090c5 Author

[dpkg] 28/38: Dpkg::Source::Package: Add armor_original_tarball_signature() member

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3bdad83225dfa70a1de18dccafea6949f262c399 commit 3bdad83225dfa70a1de18dccafea6949f262c399 Author

[dpkg] 30/38: Dpkg::OpenPGP: Add native helpers for ASCII Armor

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=0eb367fb4eacc28885c365907e0707df237c80a2 commit 0eb367fb4eacc28885c365907e0707df237c80a2 Author

[dpkg] 26/38: Dpkg::OpenPGP: Refactor is_armored() out from openpgp_sig_to_asc()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c0511ef62988d5598b838b226590630feb8452dd commit c0511ef62988d5598b838b226590630feb8452dd Author

[dpkg] 29/38: Dpkg::OpenPGP: Merge ASCII armored key import into signature verification

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=43d07b3c601f87ff7fa68d7aedf5b79dd6502533 commit 43d07b3c601f87ff7fa68d7aedf5b79dd6502533 Author

[dpkg] 27/38: Dpkg::OpenPGP: Refactor armoring code into an armor() function

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=83d6b2ab2dc5a3d257afb5f38debdcb092b4e811 commit 83d6b2ab2dc5a3d257afb5f38debdcb092b4e811 Author

[dpkg] 25/38: Dpkg::OpenPGP: Rename and namespace GnuPG specific symbols

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=280f64d6c07b41b0e24313b4ff750cd13f95115a commit 280f64d6c07b41b0e24313b4ff750cd13f95115a Author

[dpkg] 22/38: Dpkg::OpenPGP: Refactor _gpg_verify() out from verify_signature()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c62aabc77638517b732873b280820f454b376b43 commit c62aabc77638517b732873b280820f454b376b43 Author

[dpkg] 24/38: Dpkg::OpenPGP: Rename keyrings option to certs

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=37973f01415213b477a936f5a813604567650764 commit 37973f01415213b477a936f5a813604567650764 Author

[dpkg] 23/38: Dpkg::OpenPGP: Split verify_signature() into verify() and inline_verify()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=9ab885d538ade4b161ed1f1467f3cac3d8941b80 commit 9ab885d538ade4b161ed1f1467f3cac3d8941b80 Author

[dpkg] 21/38: Dpkg::OpenPGP: Require gpgv and do not fallback to gpg to verify signatures

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f7f88cc62a86d4b96f2c9b0479f495a198d5a59d commit f7f88cc62a86d4b96f2c9b0479f495a198d5a59d Author

[dpkg] 19/38: Dpkg::OpenPGP: Refactor _gpg_import_keys() out of import_key()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=816b7847df15762635f8269f36c3a9eb728bbacb commit 816b7847df15762635f8269f36c3a9eb728bbacb Author

[dpkg] 20/38: Dpkg::OpenPGP: Refactor GnuPG common options into functions

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7343b9d30e0e827364857d71a87eaa03c054bcb9 commit 7343b9d30e0e827364857d71a87eaa03c054bcb9 Author

[dpkg] 18/38: Dpkg::OpenPGP: Pass opts as a hash ref on the first argument

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d861e635c7bef4dda9afd758ec90bb93be3ebe27 commit d861e635c7bef4dda9afd758ec90bb93be3ebe27 Author

[dpkg] 08/38: dselect: Require the Dpkg modules for the ftp access method

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bc382efce48612135428ebae8c9820b924cc67a2 commit bc382efce48612135428ebae8c9820b924cc67a2 Author

[dpkg] 06/38: Dselect::Ftp: Conditionally load perl modules shipped in the perl package

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=61d4dc27cbe5f33420a7287bf830637eaf9e41a9 commit 61d4dc27cbe5f33420a7287bf830637eaf9e41a9 Author

[dpkg] 16/38: scripts: Switch to use file_touch() instead of open coding it

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5715e867b386c80ac4273da5cb96c0638d849e1d commit 5715e867b386c80ac4273da5cb96c0638d849e1d Author

[dpkg] 09/38: dselect: Remove unused Net::FTP import from ftp method scripts

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=0e7dcece7edcf0b83b710c725b1b993ed9731bac commit 0e7dcece7edcf0b83b710c725b1b993ed9731bac Author

[dpkg] 17/38: Dpkg::OpenPGP: Remove unused $exec_opts argument from _exec_openpgp()

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bfed9bcd7ffd3c9643863dfd0afb7ac3e50b7268 commit bfed9bcd7ffd3c9643863dfd0afb7ac3e50b7268 Author

[dpkg] 14/38: scripts: Switch to use file_dump() instead of open coding it

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3f2c70454f0d3a225d36b80be55cd6cb917d76d8 commit 3f2c70454f0d3a225d36b80be55cd6cb917d76d8 Author

[dpkg] 15/38: Dpkg::File: Add new file_touch() function

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=99a7e9b29d2078f8978d3738af82b93296ac9046 commit 99a7e9b29d2078f8978d3738af82b93296ac9046 Author

[dpkg] 13/38: Dpkg::File: Add new file_dump() function

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a3341d7db833b1e25f09b9cca6630301856c0aa8 commit a3341d7db833b1e25f09b9cca6630301856c0aa8 Author

[dpkg] 02/38: build: Sort test_data variables

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bfea22b21a8bdf4dbfd9aa28d05ccf282974a3b2 commit bfea22b21a8bdf4dbfd9aa28d05ccf282974a3b2 Author

[dpkg] 11/38: test: Add Dpkg::File unit tests

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=659bfca2ab7fe06ff056e298a877cfbb0ca5e35c commit 659bfca2ab7fe06ff056e298a877cfbb0ca5e35c Author

[dpkg] 10/38: Test::Dpkg: Make test_get_temp_path() remove the path before creating it

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d9215012601b4b54aaa5f3edc3d7bd530235cb1e commit d9215012601b4b54aaa5f3edc3d7bd530235cb1e Author

[dpkg] 01/38: build: Move authorcheck target to tap.am

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=bed9621d25fb4e78d4e13b0bb54750c6c198fadb commit bed9621d25fb4e78d4e13b0bb54750c6c198fadb Author

[dpkg] 04/38: dpkg-genchanges: Refactor $is_backport check into a boolean

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f9d4053b7533ea9caca496f444ec22fd5687ba2 commit 1f9d4053b7533ea9caca496f444ec22fd5687ba2 Author

[dpkg] 03/38: dpkg-genchanges: Use intermediate variables to access fields

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6464cc404c9656a636a89ccb7dce979d7f94d29e commit 6464cc404c9656a636a89ccb7dce979d7f94d29e Author

[dpkg] 07/38: dselect: Unconditionally load perl modules included in perl-base

2022-11-01 Thread Guillem Jover
This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg. View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=387c13c453902448965ea842dc0cdb861c538bac commit 387c13c453902448965ea842dc0cdb861c538bac Author