summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-02 20:23:01 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-03 20:38:12 +0100
commitc74ebd05a4a22a0ff69bf3cd803cd32b894e7d3e (patch)
treee64f5c746026dd03800bb06b53f099ae47eb8fe9 /package/cryptodev-linux
parent6bb56dbf8ba919cb6670ad25a08fd0a9262ab586 (diff)
cryptodev-linux: update to latest stable version
Diffstat (limited to 'package/cryptodev-linux')
-rw-r--r--package/cryptodev-linux/Makefile6
-rw-r--r--package/cryptodev-linux/patches/patch-ioctl_c11
2 files changed, 3 insertions, 14 deletions
diff --git a/package/cryptodev-linux/Makefile b/package/cryptodev-linux/Makefile
index 3cccc0780..957853724 100644
--- a/package/cryptodev-linux/Makefile
+++ b/package/cryptodev-linux/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= cryptodev-linux
-PKG_VERSION:= 1.7
-PKG_RELEASE:= 2
-PKG_HASH:= 41880533b53de4d7b3f054e230f576988dafb8eed7bef5ebcf6422bb2e3a3b25
+PKG_VERSION:= 1.8
+PKG_RELEASE:= 1
+PKG_HASH:= 67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376
PKG_DESCR:= device that allows access to kernel cryptographic drivers
PKG_SECTION:= app/crypto
PKG_URL:= http://home.gna.org/cryptodev-linux/
diff --git a/package/cryptodev-linux/patches/patch-ioctl_c b/package/cryptodev-linux/patches/patch-ioctl_c
deleted file mode 100644
index 9af8f27d5..000000000
--- a/package/cryptodev-linux/patches/patch-ioctl_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cryptodev-linux-1.7.orig/ioctl.c 2015-02-07 15:31:23.000000000 -0600
-+++ cryptodev-linux-1.7/ioctl.c 2015-02-19 14:47:24.775772135 -0600
-@@ -546,7 +546,7 @@ static int
- clonefd(struct file *filp)
- {
- int ret;
-- ret = get_unused_fd();
-+ ret = get_unused_fd_flags(0);
- if (ret >= 0) {
- get_file(filp);
- fd_install(ret, filp);