security/krb5-devel: update to the latest MIT/KRB5 github commit

This commit is contained in:
Cy Schubert 2023-08-14 07:37:01 -07:00
parent c582c86c09
commit 907b15ca59
3 changed files with 5 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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