Date: Tuesday, May 2, 2023 @ 21:15:43
Author: anatolik
Revision: 1455919
archrelease: copy trunk to community-x86_64
Added:
s2n-tls/repos/community-x86_64/PKGBUILD
(from rev 1455918, s2n-tls/trunk/PKGBUILD)
s2n-tls/repos/community-x86_64/missing_symbol_workaround.patch
(from rev 1455918, s2n-tls/trunk/missing_symbol_workaround.patch)
Deleted:
s2n-tls/repos/community-x86_64/PKGBUILD
s2n-tls/repos/community-x86_64/missing_symbol_workaround.patch
---------------------------------+
PKGBUILD | 72 +++++++++++++++++++-------------------
missing_symbol_workaround.patch | 26 ++++++-------
2 files changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 21:15:19 UTC (rev 1455918)
+++ PKGBUILD 2023-05-02 21:15:43 UTC (rev 1455919)
@@ -1,36 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=s2n-tls
-pkgver=1.3.42
-pkgrel=1
-pkgdesc='A C99 implementation of the TLS/SSL protocols that is designed to be
simple, small, fast, and with security as a priority'
-arch=(x86_64)
-url='https://github.com/aws/s2n-tls'
-license=(Apache)
-provides=(s2n) # upstream renamed the project from s2n to s2n-tls
-conflicts=(s2n)
-replaces=(s2n)
-depends=(openssl gcc-libs)
-makedepends=(cmake)
-source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip)
-sha256sums=('8b4268810190c6ae19c69e62ad6672f8d25a3ee687dd06afe6c5450b105f10ea')
-
-build() {
- cd s2n-tls-$pkgver
-
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_SHARED_LIBS=ON -DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF \
- -S . -B build
- cmake --build build
-}
-
-check() {
- cd s2n-tls-$pkgver
- cmake --build build --target test
-}
-
-package() {
- cd s2n-tls-$pkgver
-
- cmake --build build --target install -- DESTDIR="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: s2n-tls/repos/community-x86_64/PKGBUILD (from rev 1455918,
s2n-tls/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 21:15:43 UTC (rev 1455919)
@@ -0,0 +1,36 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=s2n-tls
+pkgver=1.3.43
+pkgrel=1
+pkgdesc='A C99 implementation of the TLS/SSL protocols that is designed to be
simple, small, fast, and with security as a priority'
+arch=(x86_64)
+url='https://github.com/aws/s2n-tls'
+license=(Apache)
+provides=(s2n) # upstream renamed the project from s2n to s2n-tls
+conflicts=(s2n)
+replaces=(s2n)
+depends=(openssl gcc-libs)
+makedepends=(cmake)
+source=(s2n-tls-$pkgver.zip::https://github.com/aws/s2n-tls/archive/v$pkgver.zip)
+sha256sums=('a3ec8b4d30408bc22f7e88673be1d53f5fc4b0ae50ee9b120580315931283813')
+
+build() {
+ cd s2n-tls-$pkgver
+
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_SHARED_LIBS=ON -DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF \
+ -S . -B build
+ cmake --build build
+}
+
+check() {
+ cd s2n-tls-$pkgver
+ cmake --build build --target test
+}
+
+package() {
+ cd s2n-tls-$pkgver
+
+ cmake --build build --target install -- DESTDIR="$pkgdir/"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: missing_symbol_workaround.patch
===================================================================
--- missing_symbol_workaround.patch 2023-05-02 21:15:19 UTC (rev 1455918)
+++ missing_symbol_workaround.patch 2023-05-02 21:15:43 UTC (rev 1455919)
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a93d51f5..8d2806ad 100755
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -177,7 +177,7 @@ set(CMAKE_C_FLAGS_DEBUGOPT "")
-
- target_compile_options(${PROJECT_NAME} PRIVATE -pedantic -std=gnu99 -Wall
-Werror -Wimplicit -Wunused -Wcomment -Wchar-subscripts
- -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings
-Wno-deprecated-declarations -Wno-unknown-pragmas -Wformat-security
-- -Wno-missing-braces -fvisibility=hidden -DS2N_EXPORTS)
-+ -Wno-missing-braces -DS2N_EXPORTS)
-
- if(S2N_NO_PQ)
- target_compile_options(${PROJECT_NAME} PUBLIC -DS2N_NO_PQ)
Copied: s2n-tls/repos/community-x86_64/missing_symbol_workaround.patch (from
rev 1455918, s2n-tls/trunk/missing_symbol_workaround.patch)
===================================================================
--- missing_symbol_workaround.patch (rev 0)
+++ missing_symbol_workaround.patch 2023-05-02 21:15:43 UTC (rev 1455919)
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a93d51f5..8d2806ad 100755
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -177,7 +177,7 @@ set(CMAKE_C_FLAGS_DEBUGOPT "")
+
+ target_compile_options(${PROJECT_NAME} PRIVATE -pedantic -std=gnu99 -Wall
-Werror -Wimplicit -Wunused -Wcomment -Wchar-subscripts
+ -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings
-Wno-deprecated-declarations -Wno-unknown-pragmas -Wformat-security
+- -Wno-missing-braces -fvisibility=hidden -DS2N_EXPORTS)
++ -Wno-missing-braces -DS2N_EXPORTS)
+
+ if(S2N_NO_PQ)
+ target_compile_options(${PROJECT_NAME} PUBLIC -DS2N_NO_PQ)