[Lunar-commits] <moonbase-core> installwatch: new patch version
v4hn
me at v4hn.de
Mon Dec 3 01:47:57 CET 2012
commit e3af350702ee66732e77827a5a8d45da05330536
Author: v4hn <me at v4hn.de>
Date: Sun, 02 Dec 2012 16:47:57 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/e3af350702ee66732e77827a5a8d45da05330536
installwatch: new patch version
The new patch fixes a stupid bug that caused the following behaviour:
touch foo
ln -s foo bar
LD_PRELOAD=/usr/lib/installwatch.so ln -s foo bar
=> this logged something like "-1 symlink foo foo #failed" before
now it correctly logs "-1 symlink foo bar #failed"
---
utils/installwatch/DETAILS | +4/-3
1 file changed, 4 insertions(+), 3 deletions(-)
--- a/utils/installwatch/DETAILS
+++ b/utils/installwatch/DETAILS
@@ -1,15 +1,16 @@
MODULE=installwatch
VERSION=0.6.3
SOURCE=$MODULE-$VERSION.tgz
- SOURCE2=$MODULE-$VERSION-at_support_realpathfix3.patch.gz
+ SOURCE2=$MODULE-$VERSION-at_support_realpathfix4.patch.gz
SOURCE_URL[0]=http://download.lunar-linux.org/lunar/mirrors
SOURCE_URL[1]=http://asic-linux.com.mx/~izto/checkinstall/files/source
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:e6090aaae6e6df8af11913efa4eb056d0ac07ade
- SOURCE2_VFY=sha1:9be11b1101174419af3be14e65678a55e7f85ee6
+ SOURCE2_VFY=sha1:e4fb1f283045313f3942bc92ed7ea3d32b83bafd
WEB_SITE=http://asic-linux.com.mx/~izto/checkinstall/installwatch.html
ENTERED=20011230
- UPDATED=20120812
+ UPDATED=20121201
+ MAINTAINER=v4hn at lunar-linux.org
SHORT="utility for tracking files from installation of software"
cat << EOF
More information about the Lunar-commits
mailing list