FreeBSD Bugzilla – Attachment 156907 Details for
Bug 200307
[PATCH] security/ncrypt: Update to version 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security_ncrypt.diff
security_ncrypt.diff (text/plain), 3.75 KB, created by
tkato432
on 2015-05-18 18:39:34 UTC
(
hide
)
Description:
security_ncrypt.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-05-18 18:39:34 UTC
Size:
3.75 KB
patch
obsolete
>diff -urN /usr/ports/security/ncrypt/Makefile security/ncrypt/Makefile >--- /usr/ports/security/ncrypt/Makefile 2015-05-16 09:33:03.846738000 +0900 >+++ security/ncrypt/Makefile 2015-05-19 00:00:00.000000000 +0900 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/security/ncrypt/Makefile 386455 2015-05-15 18:04:58Z sunpoet $ > > PORTNAME= ncrypt >-PORTVERSION= 0.7.0 >-PORTREVISION= 3 >+PORTVERSION= 0.8.0 > CATEGORIES= security > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} > >@@ -12,13 +11,19 @@ > > LICENSE= GPLv2 > >+USES= autoreconf tar:tgz > GNU_CONFIGURE= yes >-INSTALL_TARGET= install-strip >-USES= tar:tgz > > PLIST_FILES= bin/ncrypt bin/nrm > >+pre-patch: >+ @${RM} ${WRKSRC}/*.m4 >+ > post-patch: >- @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' ${WRKSRC}/Makefile.in >+ @${REINPLACE_CMD} -e \ >+ 's| getopt.c getopt1.c||' ${WRKSRC}/Makefile.am >+ @${REINPLACE_CMD} -e \ >+ 's|-O0|| ; \ >+ s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure.ac > > .include <bsd.port.mk> >diff -urN /usr/ports/security/ncrypt/distinfo security/ncrypt/distinfo >--- /usr/ports/security/ncrypt/distinfo 2014-06-21 17:45:40.000000000 +0900 >+++ security/ncrypt/distinfo 2015-05-19 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (ncrypt-0.7.0.tgz) = 3b6182775bc82a889140b4847b5d30e561093c6ab772440323e4856b157ccc87 >-SIZE (ncrypt-0.7.0.tgz) = 172283 >+SHA256 (ncrypt-0.8.0.tgz) = 771267940226bb570dea2a5b2300e542a78285fa38c45d6f74903931c15633ab >+SIZE (ncrypt-0.8.0.tgz) = 785474 >diff -urN /usr/ports/security/ncrypt/files/patch-getopt.c security/ncrypt/files/patch-getopt.c >--- /usr/ports/security/ncrypt/files/patch-getopt.c 2014-06-21 17:45:40.000000000 +0900 >+++ security/ncrypt/files/patch-getopt.c 1970-01-01 09:00:00.000000000 +0900 >@@ -1,10 +0,0 @@ >---- getopt.c.orig Tue Aug 30 11:15:09 2005 >-+++ getopt.c Tue Aug 30 11:15:23 2005 >-@@ -46,6 +46,7 @@ >- #endif >- >- #include <stdio.h> >-+#include <string.h> >- >- /* Comment out all this code if we are using the GNU C Library, and are not >- actually compiling the library itself. This code is part of the GNU C >diff -urN /usr/ports/security/ncrypt/files/patch-ncrypt.c security/ncrypt/files/patch-ncrypt.c >--- /usr/ports/security/ncrypt/files/patch-ncrypt.c 2014-06-21 17:45:40.000000000 +0900 >+++ security/ncrypt/files/patch-ncrypt.c 2015-05-19 00:00:00.000000000 +0900 >@@ -1,5 +1,5 @@ >---- ncrypt.c.orig Tue Aug 30 10:57:04 2005 >-+++ ncrypt.c Tue Aug 30 10:57:30 2005 >+--- ncrypt.c.orig 2015-05-11 20:36:52 UTC >++++ ncrypt.c > @@ -17,6 +17,7 @@ > #include <sys/stat.h> > #include <sys/mman.h> >diff -urN /usr/ports/security/ncrypt/pkg-descr security/ncrypt/pkg-descr >--- /usr/ports/security/ncrypt/pkg-descr 2015-05-16 09:33:03.847593000 +0900 >+++ security/ncrypt/pkg-descr 2015-05-19 00:00:00.000000000 +0900 >@@ -1,12 +1,7 @@ >-NCrypt is intended to give you security in an insecure environment. If you are >-wanting to encrypt files (particularly on a multi-user system where you don't >-have root), wishing to hide your activites from prying eyes, and want to "cover >-your tracks", then NCrypt is for you. It is a symmetrical file >-encryptor/decryptor that gives you the choice of the top three candidates for >-AES as the encryption algorithm (Rijndael, Serpent, Twofish), tries to minimize >-exposure of the plaintext password in memory, and can safely erase the plaintext >-version from the hard drive. It compiles without any extra crypto libraries, >-making it ideal for systems where you just have a compiler and basic libraries >-(such as an ISP's shell server). >+NCrypt is intended to give you security in an insecure environment. >+If you are wanting to encrypt files (particularly on a multi-user >+system where you don't have root), wishing to hide your activites >+from prying eyes, and want to "cover your tracks", then NCrypt is >+for you. > > WWW: http://ncrypt.sourceforge.net/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200307
: 156907