aboutsummaryrefslogtreecommitdiff
path: root/libs/gdbm
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-02-20 22:06:21 -0800
committerRosen Penev <rosenp@gmail.com>2021-02-20 22:07:17 -0800
commit9be3ba48349c19bd8a98823b9b5d02f22165c771 (patch)
treeeae90b90d8e20b2db28b3b23febfec6a01bc980b /libs/gdbm
parent937a733854f32ee2d05b162909363464814efba7 (diff)
gdbm: update to 1.19
Remove upstreamed patch. Use AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/gdbm')
-rw-r--r--libs/gdbm/Makefile6
-rw-r--r--libs/gdbm/patches/999-001-fix-multiple-def-gcc-10.patch11
2 files changed, 3 insertions, 14 deletions
diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile
index 11f8c049f..8e0e85d70 100644
--- a/libs/gdbm/Makefile
+++ b/libs/gdbm/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gdbm
-PKG_VERSION:=1.18.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.19
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/gdbm
-PKG_HASH:=86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc
+PKG_HASH:=37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
PKG_LICENSE:=GPL-3.0-or-later
diff --git a/libs/gdbm/patches/999-001-fix-multiple-def-gcc-10.patch b/libs/gdbm/patches/999-001-fix-multiple-def-gcc-10.patch
deleted file mode 100644
index 5ccb395fd..000000000
--- a/libs/gdbm/patches/999-001-fix-multiple-def-gcc-10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/parseopt.c
-+++ b/src/parseopt.c
-@@ -255,8 +255,6 @@ print_option_descr (const char *descr, s
- }
-
- char *parseopt_program_name;
--char *parseopt_program_doc;
--char *parseopt_program_args;
- const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
- void (*parseopt_help_hook) (FILE *stream);
-