Bug 279903

Summary: security/libgpg-error: Update to 1.50
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me Flags: novel: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;h=b865ecc7197a4f60b1530958fbb25a92bdfdc3de;hb=bb732615daad9bba9026354ae90f0f5292ea4908
Attachments:
Description Flags
Patch for libgpg-error none

Description Daniel Engberg freebsd_committer freebsd_triage 2024-06-22 07:26:44 UTC
Created attachment 251615 [details]
Patch for libgpg-error

* Backport upstream commmit a59e902b887fd92337c9728f668cf9c89da3957a
* Remove GNU_CONFIGURE_MANPREFIX

Reference:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=a59e902b887fd92337c9728f668cf9c89da3957a

Compile and runtime tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist, make test)

Mini-exp run on 13.2 (amd64) with libgcrypt 1.11.0 looks fine (dependency list grabbed from https://www.freshports.org/security/libgpg-error/)

https://pdr2.bofh.network/build.html?mastername=132-diizzy&build=libgpg-gcrypt
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-23 18:39:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=944a708531dde5a1fd497124e6503f04a8a15df3

commit 944a708531dde5a1fd497124e6503f04a8a15df3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-23 15:58:25 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-23 18:19:17 +0000

    security/libgpg-error: Update to 1.50

    * Backport upstream commmit a59e902b887fd92337c9728f668cf9c89da3957a
    * Remove GNU_CONFIGURE_MANPREFIX

    Reference:
    https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=a59e902b887fd92337c9728f668cf9c89da3957a

    Changelog:
    https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;h=b865ecc7197a4f60b1530958fbb25a92bdfdc3de;hb=bb732615daad9bba9026354ae90f0f5292ea4908

    PR:             279903
    Reviewed by:    novel (maintainer)

 security/libgpg-error/Makefile                     |  5 ++--
 security/libgpg-error/distinfo                     |  6 ++---
 ...-a59e902b887fd92337c9728f668cf9c89da3957a (new) | 30 ++++++++++++++++++++++
 security/libgpg-error/pkg-plist                    |  2 +-
 4 files changed, 36 insertions(+), 7 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-06-23 18:42:19 UTC
Committed, thanks!