Browse Source

Merge pull request #7632 from neheb/gpg

libgpg-error: Update to 1.33
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
76f356202a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions
  1. +4
    -3
      libs/libgpg-error/Makefile
  2. +3
    -4
      libs/libgpg-error/patches/001-cross-compile-fix.patch

+ 4
- 3
libs/libgpg-error/Makefile View File

@ -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 <mike@flyn.org>
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
@ -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 <mike@flyn.org>
endef
define Package/libgpg-error/description


+ 3
- 4
libs/libgpg-error/patches/001-cross-compile-fix.patch View File

@ -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


Loading…
Cancel
Save