diff options
author | abs <abs> | 2006-08-14 13:19:54 +0000 |
---|---|---|
committer | abs <abs> | 2006-08-14 13:19:54 +0000 |
commit | fb350c7757e14550e36410c5bb9d61e2abcbe389 (patch) | |
tree | 6fef67610c11a46baa7c162b99f7e90669913de6 | |
parent | 55cfc18710b2aa23bb97fb3dd5d977483725abd5 (diff) | |
download | pkgsrc-fb350c7757e14550e36410c5bb9d61e2abcbe389.tar.gz |
Update msu to 1.08:
- call fchown on tty
- Rename log() to log_msu() to avoid compiler warning
- switch dist to .tbz from .tgz
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | security/msu/Makefile | 5 | ||||
-rw-r--r-- | security/msu/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index c098be5e8d3..502e4ed97af 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.1025 2006/08/14 13:16:29 gdt Exp $ +$NetBSD: CHANGES-2006,v 1.1026 2006/08/14 13:21:20 abs Exp $ Changes to the packages collection and infrastructure in 2006: @@ -3938,3 +3938,4 @@ Changes to the packages collection and infrastructure in 2006: Updated audio/libtunepimp to 0.5.1 [wiz 2006-08-13] Updated devel/bzr to 0.9 [wiz 2006-08-13] Updated graphics/gimp-ufraw to 0.9.1 [gdt 2006-08-14] + Updated security/msu to 1.08 [abd 2006-08-14] diff --git a/security/msu/Makefile b/security/msu/Makefile index 6f9219f34ef..42b09183f1f 100644 --- a/security/msu/Makefile +++ b/security/msu/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:56 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/08/14 13:19:54 abs Exp $ # -DISTNAME= msu-1.06 +DISTNAME= msu-1.08 CATEGORIES= security MASTER_SITES= http://www.mono.org/abs/tools/msu/ +EXTRACT_SUFX= .tbz MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.mono.org/abs/tools/msu/ diff --git a/security/msu/distinfo b/security/msu/distinfo index 55bb3871b82..ff5f255d51c 100644 --- a/security/msu/distinfo +++ b/security/msu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 13:10:08 agc Exp $ +$NetBSD: distinfo,v 1.9 2006/08/14 13:19:54 abs Exp $ -SHA1 (msu-1.06.tar.gz) = f6538a1c57db2d45d01c0948889e46942c636179 -RMD160 (msu-1.06.tar.gz) = a12dfc90206a0a428919fb555f45b1a310485f3f -Size (msu-1.06.tar.gz) = 3295 bytes +SHA1 (msu-1.08.tbz) = 9a2f9804a5cdc93e669573b21907a386a3a2ea64 +RMD160 (msu-1.08.tbz) = 93b2cce8567a874cd111e6f46f4a2f2e2c424a0f +Size (msu-1.08.tbz) = 3399 bytes |