git: 907b15ca59ec - main - security/krb5-devel: update to the latest MIT/KRB5 github commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Aug 2023 14:46:03 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=907b15ca59ecabd2d3fad33402df2c185d27ed09 commit 907b15ca59ecabd2d3fad33402df2c185d27ed09 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-08-14 14:37:01 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-08-14 14:45:52 +0000 security/krb5-devel: update to the latest MIT/KRB5 github commit --- security/krb5-devel/Makefile | 4 ++-- security/krb5-devel/distinfo | 6 +++--- security/krb5-devel/files/patch-aclocal.m4 | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index 1bafbad0a465..37bd030414b2 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -4,8 +4,8 @@ CATEGORIES= security .if !defined(MASTERDIR) PKGNAMESUFFIX= -devel .endif -HASH= 88a1701b4 -MIT_COMMIT_DATE= 2023.08.04 +HASH= f4dcb7e44 +MIT_COMMIT_DATE= 2023.08.07 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 diff --git a/security/krb5-devel/distinfo b/security/krb5-devel/distinfo index a481234201e5..87372f0ffeec 100644 --- a/security/krb5-devel/distinfo +++ b/security/krb5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691509430 -SHA256 (krb5-krb5-1.22.2023.08.04-88a1701b4_GH0.tar.gz) = 5a0d975082f5ad151e7fa2face58a131f50707a79b949672160d3efc38ad0953 -SIZE (krb5-krb5-1.22.2023.08.04-88a1701b4_GH0.tar.gz) = 5111522 +TIMESTAMP = 1692022748 +SHA256 (krb5-krb5-1.22.2023.08.07-f4dcb7e44_GH0.tar.gz) = 3aef96bae8f68bcfc3bacdb182fe66c24b591eecba3b7808497664b222460b59 +SIZE (krb5-krb5-1.22.2023.08.07-f4dcb7e44_GH0.tar.gz) = 5113323 diff --git a/security/krb5-devel/files/patch-aclocal.m4 b/security/krb5-devel/files/patch-aclocal.m4 deleted file mode 100644 index 28eb4173caeb..000000000000 --- a/security/krb5-devel/files/patch-aclocal.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- aclocal.m4.orig 2023-07-27 14:09:54.000000000 -0700 -+++ aclocal.m4 2023-07-31 09:20:10.684567000 -0700 -@@ -545,7 +545,7 @@ - TRY_WARN_CC_FLAG(-Wno-format-zero-length) - # Other flags here may not be supported on some versions of - # gcc that people want to use. -- for flag in overflow strict-overflow missing-format-attribute missing-prototypes return-type missing-braces parentheses switch unused-function unused-label unused-variable unused-value unknown-pragmas sign-compare newline-eof error=uninitialized no-maybe-uninitialized error=pointer-arith error=int-conversion error=incompatible-pointer-types error=discarded-qualifiers error=implicit-int error=strict-prototypes; do -+ for flag in overflow strict-overflow missing-format-attribute missing-prototypes return-type missing-braces parentheses switch unused-function unused-label unused-variable unused-value unknown-pragmas sign-compare newline-eof error=uninitialized no-maybe-uninitialized error=pointer-arith error=int-conversion error=incompatible-pointer-types error=discarded-qualifiers error=implicit-int; do - TRY_WARN_CC_FLAG(-W$flag) - done - # old-style-definition? generates many, many warnings