Browse Source

update to latest upstream

Waldemar Brodkorb 11 years ago
parent
commit
6837e90782
2 changed files with 2 additions and 12 deletions
  1. 2 2
      package/e2fsprogs/Makefile
  2. 0 10
      package/e2fsprogs/patches/patch-util_symlinks_c

+ 2 - 2
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

+ 0 - 10
package/e2fsprogs/patches/patch-util_symlinks_c

@@ -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>