Skip to content

Commit

Permalink
libgpg-error: Update to 1.33
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and thiagoricciardi committed Apr 3, 2019
1 parent b848659 commit d8e82c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions libs/libgpg-error/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libgpg-error
PKG_VERSION:=1.32
PKG_VERSION:=1.33
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgpg-error/
PKG_HASH:=c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca
PKG_HASH:=5d38826656e746c936e7742d9cde072b50baa3c4c49daa168a56813612bf03ff

PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING

Expand All @@ -29,7 +31,6 @@ define Package/libgpg-error
CATEGORY:=Libraries
TITLE:=GnuPG error handling helper library
URL:=http://www.gnupg.org/related_software/libgpg-error/
MAINTAINER:=W. Michael Petullo <[email protected]>
endef

define Package/libgpg-error/description
Expand Down
7 changes: 3 additions & 4 deletions libs/libgpg-error/patches/001-cross-compile-fix.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
diff -u --recursive libgpg-error-1.32-vanilla/configure.ac libgpg-error-1.32/configure.ac
--- libgpg-error-1.32-vanilla/configure.ac 2018-07-15 01:23:30.028462129 -0400
+++ libgpg-error-1.32/configure.ac 2018-07-15 01:25:32.214267179 -0400
@@ -74,6 +74,18 @@
--- a/configure.ac
+++ b/configure.ac
@@ -74,6 +74,18 @@ AM_SILENT_RULES
AC_CANONICAL_HOST
AB_INIT

Expand Down

0 comments on commit d8e82c7

Please sign in to comment.