pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44014: Update for sysutils/mktemp [patch]
>Number: 44014
>Category: pkg
>Synopsis: Update for sysutils/mktemp [patch]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Oct 30 09:15:00 +0000 2010
>Originator: Aleksey Cheusov
>Release: NetBSD 5.1_RC3
>Organization:
>Environment:
System: NetBSD asrock.chizhovka.net 5.1_RC3 NetBSD 5.1_RC3 (GENERIC) #1: Mon
Jun 28 00:06:07 EEST 2010
cheusov%asrock.chizhovka.net@localhost:/srv/obj/sys/arch/amd64/compile/GENERIC
amd64
Architecture: x86_64
Machine: amd64
>Description:
patch for updating sysutils/mktemp is below.
Major changes in upstream
Temporary file names now include digits in addition to letters.
mktemp will now terminate after 2*N^62 attempts, where N
is the number of Xs in the template. Previously it would try
forever.
Fixed UTF8 formatting of the grave accent character in the manual.
patch-ab is needed anymore.
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/mktemp/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 12 Dec 2009 23:20:52 -0000 1.8
+++ Makefile 30 Oct 2010 09:09:12 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2009/12/12 23:20:52 asau Exp $
#
-DISTNAME= mktemp-1.6
+DISTNAME= mktemp-1.7
CATEGORIES= sysutils security
MASTER_SITES= ftp://ftp.mktemp.org/pub/mktemp/ \
ftp://ftp.usa.openbsd.org/pub/mktemp/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/mktemp/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 12 Dec 2009 23:20:52 -0000 1.6
+++ distinfo 30 Oct 2010 09:09:12 -0000
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.6 2009/12/12 23:20:52 asau Exp $
-SHA1 (mktemp-1.6.tar.gz) = 562ee9f2b7033a90196409961c2137917c125838
-RMD160 (mktemp-1.6.tar.gz) = f29953ed51fe0f593c7407467ec1b99f24b5813d
-Size (mktemp-1.6.tar.gz) = 79154 bytes
-SHA1 (patch-ab) = cc2499cad500853d76cfd8d7840930e6a1364c6e
+SHA1 (mktemp-1.7.tar.gz) = 6a4098623cd65b9037b301b8f71c62454ccab2d9
+RMD160 (mktemp-1.7.tar.gz) = c6ad39326af4585a36e1846a6a6a8ce56d24265d
+Size (mktemp-1.7.tar.gz) = 78792 bytes
Index: patches/patch-ab
===================================================================
RCS file: patches/patch-ab
diff -N patches/patch-ab
--- patches/patch-ab 12 Dec 2009 23:20:52 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/12/12 23:20:52 asau Exp $
-
---- Makefile.in.orig 2008-08-17 19:38:34.000000000 +0400
-+++ Makefile.in 2009-12-13 02:16:34.000000000 +0300
-@@ -106,13 +106,13 @@
- install: install-dirs install-binaries install-man
-
- install-dirs:
-- $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1
-+ $(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
$(DESTDIR)$(mandir)/man1
-
- install-binaries: $(PROG)
-- $(INSTALL) -m 0555 -s $(PROG) $(bindir)/$(PROG)
-+ $(INSTALL) -m 0555 -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
-
- install-man:
-- $(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype) $(mandir)/man1/mktemp.1
-+ $(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype)
$(DESTDIR)$(mandir)/man1/mktemp.1
-
- check:
- @echo nothing to check
Home |
Main Index |
Thread Index |
Old Index