summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Nelless2015-12-28 18:50:28 +0000
committerAndrew Nelless2015-12-28 18:50:28 +0000
commite48a1b27c55cbf4f774c02b1d16a2561ceebb1f1 (patch)
treeadc3ad0e5a3b00f980c1256a8be9a56b1db2a0b9 /PKGBUILD
parent541d3d0272a3b1aaa891c26444be5f96ac26086e (diff)
downloadaur-e48a1b27c55cbf4f774c02b1d16a2561ceebb1f1.tar.gz
Update to 3.2.10.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a67740cb0c4f..6e150af0adca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Zerial <fernando@zerial.org>
pkgname=unrealircd-pie
-pkgver=3.2.10.4
+pkgver=3.2.10.6
pkgrel=1
pkgdesc="Open Source IRC Server (hardened)"
arch=('i686' 'x86_64')
@@ -21,11 +21,11 @@ source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
unrealircd.tmpfiles.d
arch-fixes.patch
pie.patch)
-md5sums=('ea4e303a9783f703ecf7769d4c07a124'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '5f4bf9f99f6c78bc9e6ee4ec66b021fa'
- '939998a9ea163375ca3ecba457406adc')
+sha256sums=('842c217f1c1f776e6c9a0db11be7aa031892647c7635f3827f68826509e704e0'
+ '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
+ '2b2efb4b87b5b270e87fc0187ac1c559d41a41e6c81615182dc2bdd18bfcaccd'
+ 'c18cd686c30f0f44a22eac25891f6fd0da696b1e1fb0646e7e40627dee5f476f'
+ '9107f7d252a183dd209ec860ed71b87e2516f9f6bb14cf6addda9e0d92c594fa')
prepare() {
cd $srcdir/Unreal$pkgver
@@ -39,16 +39,16 @@ build() {
CPPFLAGS=`echo $CPPFLAGS | sed -E 's/\-D_FORTIFY_SOURCE(=[0-9]+)?//g'`
CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
- CFLAGS=`echo $CFLAGS | sed -E 's/\-fstack-protector(\-strong)?//g' |\
+ CFLAGS=`echo $CFLAGS | sed -E 's/\-fstack-protector(\-(all|strong))?//g' |\
sed -E 's/\-\-param=ssp\-buffer\-size=[0-9]+//g'`
CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector"
LDFLAGS=`echo $LDFLAGS | sed -E 's/,\-z,now(,)?/\1/g;s/,\-z,relro(,)?/\1/g'`
LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
- echo $CFLAGS
- echo $CPPFLAGS
- echo $LDFLAGS
+# echo $CFLAGS
+# echo $CPPFLAGS
+# echo $LDFLAGS
ac_cv_ip6=yes ./configure --with-showlistmodes \
--enable-prefixaq --with-listen=5 \