diff options
author | Sergei Vyshenski <svysh.fbsd@gmail.com> | 2023-11-15 18:12:03 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-02-22 13:31:22 +0100 |
commit | 99a65e60e62bf7734d283eff7ff737e4d084536c (patch) | |
tree | 76618c72c9bd9e38ced2244654a72854d149b107 /security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs | |
parent | net-mgmt/cacti: update to 1.2.26 (diff) |
security/p5-Crypt-OpenSSL-AES: Update to 0.19
- huge update 0.02 --> 0.19
- add LICENSE and DEPENDS groups
- comply with openssl as ssl=base, openssl111, openssl31, openssl32, libressl
- strip .so library
- shebangfix
- assign maintainership
- can take m-ship if John Ferrell <jdferrell3@yahoo.com> finds this appropriate
ChangeLog: https://metacpan.org/release/TIMLEGGE/Crypt-OpenSSL-AES-0.19/source/Changes
PR: 275112
Approved by: jdferrell3@yahoo.com (maintainer timeout)
Diffstat (limited to 'security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs')
-rw-r--r-- | security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs b/security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs new file mode 100644 index 000000000000..4734c763d691 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs @@ -0,0 +1,11 @@ +--- AES.xs.orig 2023-11-10 22:50:53 UTC ++++ AES.xs +@@ -2,7 +2,7 @@ + #include "EXTERN.h" + #include "perl.h" + #include "XSUB.h" +-#include "openssl/opensslv.h" ++#include <openssl/opensslv.h> + + #include <openssl/aes.h> + #if OPENSSL_VERSION_NUMBER >= 0x00908000L |