Skip to content

Commit

Permalink
lsof:
Browse files Browse the repository at this point in the history
 * bump version to 4.87


git-svn-id: file:///var/svn/freetz/trunk@11538 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Jan 10, 2014
1 parent 5d83904 commit 3ff9aa1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -79,6 +79,7 @@ Latest changes:
* libusb1 1.0.17
* libxml 2.9.1
* lighttpd 1.4.33
* lsof 4.87
* mc 4.8.11
* minidlna 1.1.1
* mpfr 3.1.2-p5
Expand Down
2 changes: 1 addition & 1 deletion make/lsof/Config.in
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_LSOF
bool "lsof 4.86"
bool "lsof 4.87"
default n
depends on !FREETZ_BUSYBOX_LSOF
select FREETZ_REMOVE_LSOF if FREETZ_AVM_HAS_LSOF
Expand Down
4 changes: 2 additions & 2 deletions make/lsof/lsof.mk
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 4.86)
$(call PKG_INIT_BIN, 4.87)
$(PKG)_SOURCE:=lsof_$($(PKG)_VERSION)_src.tar.bz2
$(PKG)_SOURCE_MD5:=d15653d4bb63b9f520d93c9722d473e8
$(PKG)_SOURCE_MD5:=f4babd93a6ed08d0da3a8992d523e04f
$(PKG)_SITE:=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof
$(PKG)_DIR:=$($(PKG)_SOURCE_DIR)/$(pkg)_$($(PKG)_VERSION)_src

Expand Down
2 changes: 1 addition & 1 deletion make/lsof/patches/005-IPv6.patch
@@ -1,6 +1,6 @@
--- Configure
+++ Configure
@@ -2779,9 +2778,12 @@
@@ -2802,9 +2802,12 @@

# Test for IPv6 support.

Expand Down
4 changes: 2 additions & 2 deletions make/lsof/patches/030-LFS_controlled_by_freetz.patch
Expand Up @@ -9,7 +9,7 @@
LSOF_TSTSUBD="./tests"
LSOF_TSTCC="${LSOF_TSTSUBD}/config.cc"
LSOF_TSTCFLG="${LSOF_TSTSUBD}/config.cflags"
@@ -2680,7 +2680,7 @@
@@ -2703,7 +2703,7 @@
# Configure for Linux.

linux)
Expand All @@ -18,7 +18,7 @@
LSOF_TSTKMEM=0
if test "X$LSOF_CC" = "X" # {
then
@@ -2818,7 +2818,7 @@
@@ -2841,7 +2841,7 @@
LSOF_CFGL="$LSOF_CFGL -lselinux"
fi # }
LSOF_DIALECT_DIR="linux"
Expand Down
2 changes: 1 addition & 1 deletion make/lsof/patches/040-crosscompiling-strftime-test.patch
@@ -1,6 +1,6 @@
--- Configure
+++ Configure
@@ -5340,7 +5340,8 @@
@@ -5363,7 +5363,8 @@
$LSOF_CC ${LSOF_TMPC}.c -o ${LSOF_TMPC}.x > /dev/null 2>&1
if test -x ${LSOF_TMPC}.x # {
then
Expand Down

0 comments on commit 3ff9aa1

Please sign in to comment.