update package gnutls

This commit is contained in:
Mark Brand 2014-03-03 11:00:00 +01:00
parent cb65957c17
commit 81213e686e
2 changed files with 2 additions and 23 deletions

View File

@ -2,8 +2,8 @@
# See index.html for further information.
PKG := gnutls
$(PKG)_VERSION := 3.2.11
$(PKG)_CHECKSUM := 7204edeffc06ff4d60b181b65ea6ada5f4d31b24
$(PKG)_VERSION := 3.2.12
$(PKG)_CHECKSUM := bf14fdd897d572091b51a71070ed91332a0376a4
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2//$($(PKG)_FILE)

View File

@ -1,21 +0,0 @@
From 2ebb1d16beb6774af45bada0bae797e2852bca0a Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Sun, 9 Feb 2014 18:12:20 +0100
Subject: [PATCH] package readline: add missing semicolon
diff --git a/util.c b/util.c
index 6c68ad8..15238c0 100644
--- a/util.c
+++ b/util.c
@@ -390,6 +390,7 @@ _rl_strnicmp (string1, string2, count)
s2++;
}
while (--count != 0)
+ ;
return (0);
}
--
1.8.4.5