Date: Tue, 8 Sep 2009 23:56:05 -0700 From: Charlie Kester <corky1951@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138653: [MAINTAINER PATCH] security/ccrypt: update to 1.9 Message-ID: <20090909065610.319C110656A4@hub.freebsd.org> Resent-Message-ID: <200909090700.n89703wi015468@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138653 >Category: ports >Synopsis: [MAINTAINER PATCH] security/ccrypt: update to 1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 09 07:00:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Charlie Kester <corky1951@comcast.net> >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD bigbox.local 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Wed Aug 19 06:50:21 PDT 2009 root@bigbox.local:/usr/obj/usr/src/sys/BIGBOX i386 >Description: update to version 1.9 >How-To-Repeat: >Fix: --- ccrypt-1.9.diff begins here --- diff -ruN /usr/ports/security/ccrypt/Makefile ./ccrypt/Makefile --- /usr/ports/security/ccrypt/Makefile 2009-08-21 17:34:49.000000000 -0700 +++ ./ccrypt/Makefile 2009-09-08 21:58:48.000000000 -0700 @@ -7,19 +7,19 @@ # PORTNAME= ccrypt -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= security MASTER_SITES= SF \ - http://www.mathstat.dal.ca/~selinger/ccrypt/download/ + http://www.mathstat.dal.ca/~selinger/ccrypt/download/ MAINTAINER= corky1951@comcast.net COMMENT= A command-line utility for encrypting and decrypting files and streams .if !defined(WITHOUT_NLS) -USE_GNOME= intltool +USE_GNOME= intltool USE_GETTEXT= yes -PLIST_SUB+= NLS="" +PLIST_SUB+= NLS="" .else USE_PERL5_BUILD= yes CONFIGURE_ARGS+= --disable-nls diff -ruN /usr/ports/security/ccrypt/distinfo ./ccrypt/distinfo --- /usr/ports/security/ccrypt/distinfo 2009-06-18 22:31:20.000000000 -0700 +++ ./ccrypt/distinfo 2009-09-08 21:58:48.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (ccrypt-1.8.tar.gz) = c8be3f35b8dddf3310ca043cd9817620 -SHA256 (ccrypt-1.8.tar.gz) = efd0487ebd21b7aee5c0d6c205d638c29880f3c4163d4bdfa9477c7838f61677 -SIZE (ccrypt-1.8.tar.gz) = 665596 +MD5 (ccrypt-1.9.tar.gz) = c3f78019d7a166dd66f1d4b1390c62c2 +SHA256 (ccrypt-1.9.tar.gz) = 6538cb75f7f45faf20f912c7b0d284831b0afced9fc61984b8d45a990276ebaf +SIZE (ccrypt-1.9.tar.gz) = 667059 diff -ruN /usr/ports/security/ccrypt/files/patch-Makefile.in ./ccrypt/files/patch-Makefile.in --- /usr/ports/security/ccrypt/files/patch-Makefile.in 2009-06-18 22:31:20.000000000 -0700 +++ ./ccrypt/files/patch-Makefile.in 1969-12-31 16:00:00.000000000 -0800 @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2009-06-05 07:59:43.000000000 -0700 -+++ Makefile.in 2009-06-10 18:06:23.000000000 -0700 -@@ -251,7 +251,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = m4 po intl src emacs doc check -+SUBDIRS = m4 po intl src doc check - EXTRA_DIST = m4/ChangeLog config.rpath README-WIN intltool-extract.in \ - intltool-merge.in intltool-update.in - diff -ruN /usr/ports/security/ccrypt/files/patch-src-main.c ./ccrypt/files/patch-src-main.c --- /usr/ports/security/ccrypt/files/patch-src-main.c 2009-06-18 22:31:20.000000000 -0700 +++ ./ccrypt/files/patch-src-main.c 1969-12-31 16:00:00.000000000 -0800 @@ -1,13 +0,0 @@ ---- src/main.c.orig 2009-06-05 07:58:59.000000000 -0700 -+++ src/main.c 2009-06-10 16:56:56.000000000 -0700 -@@ -519,10 +519,6 @@ - } - } - -- /* reset stdin/stdout to binary mode under Windows */ -- setmode(0,O_BINARY); -- setmode(1,O_BINARY); -- - /* if --keyref given, check encryption keys against named file */ - if (cmd.keyref && (cmd.mode == ENCRYPT || cmd.mode == KEYCHANGE)) { - f = fopen(cmd.keyref, "rb"); diff -ruN /usr/ports/security/ccrypt/files/patch-src-platform.h ./ccrypt/files/patch-src-platform.h --- /usr/ports/security/ccrypt/files/patch-src-platform.h 2009-06-18 22:31:20.000000000 -0700 +++ ./ccrypt/files/patch-src-platform.h 1969-12-31 16:00:00.000000000 -0800 @@ -1,12 +0,0 @@ ---- src/platform.h.orig 2009-06-05 07:39:49.000000000 -0700 -+++ src/platform.h 2009-06-10 17:18:40.000000000 -0700 -@@ -78,9 +78,6 @@ - - #else /* on a POSIX system, map these to no-ops */ - --static inline void setmode(int fd, int mode) { -- return; --} - #ifndef O_BINARY - #define O_BINARY 0 - #endif /* O_BINARY */ --- ccrypt-1.9.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090909065610.319C110656A4>