pv: bump version
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Jan 2015 20:22:52 +0000 (21:22 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Jan 2015 20:23:33 +0000 (21:23 +0100)
!LFS compilation needs a trivial patch which has been sent upstream.
Also add .hash file.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pv/0001-add-lstat64-to-64-emulation.patch [new file with mode: 0644]
package/pv/pv.hash [new file with mode: 0644]
package/pv/pv.mk

diff --git a/package/pv/0001-add-lstat64-to-64-emulation.patch b/package/pv/0001-add-lstat64-to-64-emulation.patch
new file mode 100644 (file)
index 0000000..a2aa4f5
--- /dev/null
@@ -0,0 +1,22 @@
+[PATCH] add lstat64 to *64 emulation
+
+pv nowadays also uses lstat64, so add it to the emulation defines for !LFS
+builds.
+
+Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
+---
+ autoconf/header.in |    1 +
+ 1 file changed, 1 insertion(+)
+
+Index: pv-1.5.7/autoconf/header.in
+===================================================================
+--- pv-1.5.7.orig/autoconf/header.in
++++ pv-1.5.7/autoconf/header.in
+@@ -76,6 +76,7 @@
+ # endif
+ # define open64 open
+ # define lseek64 lseek
++# define lstat64 lstat
+ #endif
+ #undef HAVE_IPC
diff --git a/package/pv/pv.hash b/package/pv/pv.hash
new file mode 100644 (file)
index 0000000..4120a81
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256 c8535061bb703086b67fa540da162ad48d6ecd219ae74157111465adfdef5997  pv-1.5.7.tar.bz2
index 095b0d6b195e98eb0f15c495db76a8787ce8eb6a..5346b10fc49f6215fad9a20ad3a4bec7359fc71c 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PV_VERSION = 1.4.12
+PV_VERSION = 1.5.7
 PV_SOURCE = pv-$(PV_VERSION).tar.bz2
 PV_SITE = http://www.ivarch.com/programs/sources
 PV_LICENSE = Artistic-2.0