~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH 1/2] main/libgcrypt: remove unused patch

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20160817203819.11557-1-dsabogalcc@gmail.com>
Sender timestamp
1471466298
DKIM signature
missing
Download raw message
Patch: +0 -15
---
 main/libgcrypt/nocxx.patch | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 main/libgcrypt/nocxx.patch

diff --git a/main/libgcrypt/nocxx.patch b/main/libgcrypt/nocxx.patch
deleted file mode 100644
index beb1ab9..0000000
--- a/main/libgcrypt/nocxx.patch
@@ -1,15 +0,0 @@
--- a/configure	2004-12-07 21:34:23.205172545 +0000
+++ b/configure	2004-12-07 21:37:17.726654782 +0000
@@ -5148,10 +5148,8 @@
   :
 else
   { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&5
-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&2;}
-   { (exit 1); exit 1; }; }
+See \`config.log' for more details." >&5;}
+   { echo "C++ sucks, ignoring ..." >&5; }; }
 fi
 
 ac_ext=cc
-- 
2.8.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] main/libgcrypt: security upgrade to 1.7.3 (CVE-2016-6313)

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20160817203819.11557-2-dsabogalcc@gmail.com>
In-Reply-To
<20160817203819.11557-1-dsabogalcc@gmail.com> (view parent)
Sender timestamp
1471466299
DKIM signature
missing
Download raw message
Patch: +6 -6
---
 main/libgcrypt/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/libgcrypt/APKBUILD b/main/libgcrypt/APKBUILD
index aebfeec..694aa971 100644
--- a/main/libgcrypt/APKBUILD
+++ b/main/libgcrypt/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libgcrypt
pkgver=1.7.2
pkgver=1.7.3
pkgrel=0
pkgdesc="general purpose crypto library based on the code used in GnuPG"
url="http://www.gnupg.org"
arch="all"
license="LGPL"
depends=
depends=""
depends_dev="libgpg-error-dev"
makedepends="$depends_dev texinfo"
subpackages="$pkgname-dev $pkgname-doc"
source="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$pkgver.tar.bz2"
source="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$pkgname-$pkgver.tar.bz2"

builddir="$srcdir"/$pkgname-$pkgver
build () {
@@ -44,6 +44,6 @@ package() {
	rm -f ${pkgdir}/usr/share/info/dir
}

md5sums="ec7b21dd2134af4b3aece5e5dfd3a700  libgcrypt-1.7.2.tar.bz2"
sha256sums="3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f  libgcrypt-1.7.2.tar.bz2"
sha512sums="3e5917c0f9094f59626983a256b68c1569cbd94fb9ec68650bc9815cf665a7825b6a0060a6a4a3c24744107a2d13c9baa8e8ffe64b743414fd461493e54987cf  libgcrypt-1.7.2.tar.bz2"
md5sums="c869e542cc13a1c28d8055487bf7f5c4  libgcrypt-1.7.3.tar.bz2"
sha256sums="ddac6111077d0a1612247587be238c5294dd0ee4d76dc7ba783cc55fb0337071  libgcrypt-1.7.3.tar.bz2"
sha512sums="55c5704e45167dc5adf1e5a92789a5d841dc27966212cc556abb374e724fddcd85c74b83e0cfa5f3ed2575e3fec9465e8a90d1c5bc8ab1f6697c9abfc2dcaa05  libgcrypt-1.7.3.tar.bz2"
-- 
2.8.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)