summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-01-31 16:51:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-01-31 16:51:16 +0100
commit6837e9078267288f14de6ed02e157358f59e9272 (patch)
tree6a2a9de16a84f2c2ee1c1fc42cb909fbf4c59543 /package/e2fsprogs
parent7dcda2d31fbda2b06ce38c1df1580194e9f83420 (diff)
update to latest upstream
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile4
-rw-r--r--package/e2fsprogs/patches/patch-util_symlinks_c10
2 files changed, 2 insertions, 12 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 0d88b11fc..b33175484 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= e2fsprogs
-PKG_VERSION:= 1.42.5
+PKG_VERSION:= 1.42.7
PKG_RELEASE:= 1
-PKG_MD5SUM:= aca828bb4bcca20991a442deb950b670
+PKG_MD5SUM:= a1ec22ef003688dae9f76c74881b22b9
PKG_DESCR:= Ext2/3/4 filesystem utilities
PKG_SECTION:= fs
PKG_DEPENDS:= libcom-err libuuid libblkid libpthread
diff --git a/package/e2fsprogs/patches/patch-util_symlinks_c b/package/e2fsprogs/patches/patch-util_symlinks_c
deleted file mode 100644
index a8011f907..000000000
--- a/package/e2fsprogs/patches/patch-util_symlinks_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- e2fsprogs-1.42.4.orig/util/symlinks.c 2012-05-15 04:04:19.000000000 +0200
-+++ e2fsprogs-1.42.4/util/symlinks.c 2012-07-26 18:50:03.000000000 +0200
-@@ -8,7 +8,6 @@
- #endif
- #include <stdio.h>
- #include <stdlib.h>
--#include <malloc.h>
- #include <string.h>
- #include <fcntl.h>
- #include <sys/param.h>