[arch-commits] Commit in strongswan/trunk (4 files)

Christian Rebischke shibumi at gemini.archlinux.org
Fri Aug 12 19:01:55 UTC 2022


    Date: Friday, August 12, 2022 @ 19:01:55
  Author: shibumi
Revision: 1265672

upgpkg: strongswan 5.9.7-1

Added:
  strongswan/trunk/keys/
  strongswan/trunk/keys/pgp/
  strongswan/trunk/keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc
Modified:
  strongswan/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   19 ++++++++--------
 keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc |    1 
 2 files changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 18:54:48 UTC (rev 1265671)
+++ PKGBUILD	2022-08-12 19:01:55 UTC (rev 1265672)
@@ -10,7 +10,7 @@
 # Contributor: Thermi <noel [at] familie-kuntze dot com>
 
 pkgname=strongswan
-pkgver=5.9.5
+pkgver=5.9.7
 pkgrel=1
 pkgdesc='Open source IPsec implementation'
 url='https://www.strongswan.org'
@@ -34,25 +34,26 @@
   etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf,bypass-lan.conf})
 source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2"{,.sig}
   'configure_ac.patch')
+
 validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-sha512sums=('3b11c4edb1ffccf0ea5b8b843acfe2eb18dcd3857fc2818b8481c4febe7959261e1b2804c3af29068319df469fa0b784682d3ba4d49a3eb580841ff3c34e33a1'
+sha512sums=('6e28a8ae0e4606a55661ae63a61d7bca445e8f62e91b37d32c957f03300d27ba05e099891c1160aae477b1f93ef844b66bb46da6cce5553eb03206c87e5e0d9a'
             'SKIP'
             '0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
 install=strongswan.install
-
+#options=('debug' '!strip')
 # We don't build libipsec because it would get loaded before kernel-netlink and netkey, which
 # would case processing to be handled in user space. Also, the plugin is experimental. If you need it,
 # add --enable-libipsec and --enable-kernel-libipsec
 prepare() {
-  cd   ${pkgname}-${pkgver}
-  patch   -p1 -l <"${srcdir}/configure_ac.patch"
-  autoreconf   -fiv
+  cd ${pkgname}-${pkgver}
+  patch -p1 -l <"${srcdir}/configure_ac.patch"
+  autoreconf -fiv
 }
 
 build() {
-  cd   ${pkgname}-${pkgver}
-
-  ./configure   --prefix=/usr \
+  cd ${pkgname}-${pkgver}
+#  CFLAGS="$CFLAGS -O2 -Wall"
+  ./configure --prefix=/usr \
     --sbindir=/usr/bin \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib \

Added: keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc
===================================================================
(Binary files differ)

Index: strongswan/trunk/keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc
===================================================================
--- keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc	2022-08-12 18:54:48 UTC (rev 1265671)
+++ keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc	2022-08-12 19:01:55 UTC (rev 1265672)

Property changes on: strongswan/trunk/keys/pgp/948F158A4E76A27BF3D07532DF42C170B34DBA77.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list