Next | Query returned 172 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-04-04 01:16:00 by Amitai Schleier | Files touched by this commit (2)
Log message:
Fix PLIST with PKG_OPTIONS=-gnutls.
   2023-02-27 13:35:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
gnupg2: updated to 2.4.0

Noteworthy changes in version 2.4.0 (2022-12-16)
------------------------------------------------

* gpg: New command --quick-update-pref.  [rGd40d23b233]

* gpg: New list-options show-pref and show-pref-verbose.
  [rG811cfa34cb]

* gpg: New option --list-filter to restrict key listings like
    gpg -k --list-filter 'select=revoked-f && sub/algostr=ed25519'
  [rG1324dc3490]

* gpg: New --export-filter export-revocs.  [rGc985b52e71]

* gpg: Also import stray revocation certificates.  [rG7aaedfb107]

* gpg: Add a notation to encryption subkeys in de-vs mode.  [T6279]

* gpg: Improve signature verification speed by a factor of more than
  four.  Double detached signing speed.  [T5826]

* gpg: Allow only OCB for AEAD encryption.  [rG5a2cef801d]

* gpg: Fix trusted introducer for mbox only user-ids.  [T6238]

* gpg: Report an error via status-fd for receiving a key from the
  agent.  [T5151]

* gpg: Make --require-compliance work without the --status-fd
  option.  [rG2aacd843ad]

* gpg: Fix verification of cleartext signatures with overlong lines.
  [T6272]

* agent: Fix import of protected OpenPGP v5 keys.  [T6294]

* gpgsm: Change the default cipher algorithm from AES128 to AES256.
  Also announce support for this in signatures.  [rG2d8ac55d26]

* gpgsm: Always use the chain validation model if the root-CA
  requests this.  [rG7fa1d3cc82]

* gpgsm: Print OCSP revocation date and reason in cert listings.
  [rGb6abaed2b5]

* agent: Support Win32-OpenSSH emulation by gpg-agent.  [T3883]

* scd: Support the Telesec Signature Card v2.0.  [T6252]

* scd: Redact --debug cardio output of a VERIFY APDU.  [T5085]

* scd: Skip deleted pkcs#15 records in CARDOS 5.  [rG061efac03f]

* dirmngr: Fix build with no LDAP support.  [T6239]

* dirmngr: Fix verification of ECDSA signed CRLs.  [rG868dabb402]

* wkd: New option --add-revocs for gpg-wks-client.  [rGc3f9f2d497]

* wkd: Ignore expired user-ids in gpg-wks-client.  [T6292]

* card: New commands "gpg" and "gpgsm".  [rG9c4691c73e]
   2022-12-28 10:40:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
gnupg2: updated to 2.2.41

Noteworthy changes in version 2.2.41 (2022-12-09)
-------------------------------------------------
* gpg: Add a notation to encryption subkeys in de-vs mode.
* gpg: Fix trusted introducer for mbox only user-ids.
* gpg: Report an error via status-fd for receiving a key from the
  agent.
* gpg: Make --require-compliance work without the --status-fd
  option.
* gpg: Improve signature verification speed by a factor of more than
  four.  Double detached signing speed.
* gpg: New --export-filter export-revocs.
* gpg: Import stray revocation certificates to improve WKD
  usability.
* wkd: New option --add-revocs for gpg-wks-client.
* wkd: Ignore expired user-ids in gpg-wks-client.
* scd: Support the Telesec Signature Card v2.0.
* Fix build regression depending on libgpg-error version.
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687)
Log message:
*: bump PKGREVISION for libunistring shlib major bump
   2022-10-17 11:13:18 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
gnupg2: add new patch
   2022-10-17 11:08:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
gnupg2: updated to 2.2.40

Noteworthy changes in version 2.2.40 (2022-10-10)
-------------------------------------------------
* gpg: Do not consider unknown public keys as non-compliant while
  decrypting.
* gpg: Avoid to emit a compliance mode line if Libgcrypt is
  non-compliant.
* gpg: In de-vs mode use AES-128 instead of 3-DES as implicit
  preference.
* gpgsm: Fix reporting of bad passphrase error during PKCS-11
  import.
* dirmngr: Fix CRL Distribution Point fallback to other schemes.
* dirmngr: New LDAP server flag "areconly" (A-record-only).
* dirmngr: Fix upload of multiple keys for an LDAP server specified
  using the colon format.
* dirmngr: Use LDAP schema v2 when a Base DN is specified.
* wkd: New command --mirror for gpg-wks-client.
   2022-09-27 14:49:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
gnupg2: updated to 2.2.39

Noteworthy changes in version 2.2.39 (2022-09-02)
-------------------------------------------------
* agent: Fix regression in 2.2.37 related to non-extended format
  private keys.

Noteworthy changes in version 2.2.38 (2022-09-01)
-------------------------------------------------
* gpg: Make --require-compliance work for sign+encrypt.
* gpg: Fix an encoding problem under Windows in the printed
  timezone.
* gpg: Emit a FAILURE status for --require-compliance errors.
* dirmngr: Avoid caching expired certificates.
   2022-08-31 11:42:13 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
gnupg2: updated to 2.2.37

Noteworthy changes in version 2.2.37 (2022-08-24)
-------------------------------------------------

  * gpg: In de-vs mode use SHA-256 instead of SHA-1 as implicit
    preference.  [T6043]

  * gpg: Actually show symmetric+pubkey encrypted data as de-vs
    compliant.  Add extra compliance checks for symkey_enc packets.
    [T6119]

  * gpg: Request keygrip of key to be added via command-fd interface.
    [T5771]

  * gpg: Look up user ID to revoke by UID hash.  [T5936]

  * gpg: Fix wrong error message for "keytocard".  [T6122]

  * gpg: --card-status shows the application type for non-openpgp
    cards again.  [rG8e393e2592]

  * gpg: The options --auto-key-import and --include-key-block are
    again listed by gpgconf.  [T6138]

  * gpgsm: New option --compatibility-flags.  [rG77b6896f7a]

  * agent: New options --no-user-trustlist and --sys-trustlist-name.
    [T5990]

  * agent: Track and update the Display-S/N of cards so that the
    "please insert card" prompt may now show more information.  Use
    "gpg --card-status" to update stored card meta data.  [T6135]

  * scd:openpgp: Fix problem with ECC algorithm attributes on
    Yubikeys.  [rG225c66f13b87]

  * scd:openpgp: Fix problem with Yubikey 5.4 firmware.  [T6070]

  * dirmngr: Ask keyservers to provide the key fingerprints.  [T5741]

  * ssh: Allow authentication as used by OpenSSH's PQ crypto support.
    [T5935]

  * wkd: Fix path traversal attack in gpg-wks-server.  Add the mail
    address to the pending request data.  [rGc1489ca0e1, T6098]

  * gpgconf: Improve registry dumping.  [rG6bc9592318]

  * Silence warnings from AllowSetForegroundWindow.  [rG6583abedf3]
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.

Next | Query returned 172 messages, browsing 11 to 20 | Previous