Skip to content

Commit

Permalink
gdbm: updated to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Furniel committed May 3, 2021
1 parent 6ea08e0 commit f392834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions patches/gdbm/gdbm_1.18.1-win32-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -498,15 +498,16 @@ diff -urN gdbm-1.15_orig/src/gdbmopen.c gdbm-1.15/src/gdbmopen.c
diff -urN gdbm-1.15_orig/src/gdbmtool.c gdbm-1.15/src/gdbmtool.c
--- gdbm-1.15_orig/src/gdbmtool.c 2018-06-14 14:53:35.000000000 +0300
+++ gdbm-1.15/src/gdbmtool.c 2018-06-17 20:55:52.053880600 +0300
@@ -22,8 +22,6 @@
@@ -22,9 +22,6 @@
#include <errno.h>
#include <ctype.h>
#include <signal.h>
-#include <pwd.h>
-#include <sys/ioctl.h>
#ifdef HAVE_SYS_TERMIOS_H
# include <sys/termios.h>
#endif
-#include <termios.h>
#include <stdarg.h>
#ifdef HAVE_LOCALE_H
# include <locale.h>
@@ -1993,6 +1995,7 @@
{
istr = instream_file_create (GDBMTOOLRC);
Expand Down
2 changes: 1 addition & 1 deletion scripts/gdbm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# **************************************************************************

PKG_VERSION=1.18.1
PKG_VERSION=1.19
PKG_NAME=gdbm-${PKG_VERSION}
PKG_DIR_NAME=gdbm-${PKG_VERSION}
PKG_TYPE=.tar.gz
Expand Down

0 comments on commit f392834

Please sign in to comment.