Date: Mon, 28 Aug 2000 16:21:09 +0200 (CEST) From: stephane.legrand@bigfoot.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20899: Update for security/bugs port Message-ID: <200008281421.QAA17359@sequoia.mondomaineamoi.megalo>
next in thread | raw e-mail | index | archive | help
>Number: 20899 >Category: ports >Synopsis: Update for security/bugs port >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 28 07:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stephane Legrand >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: >Description: Diff patch to update security/bugs port diff -ruN bugs.orig/Makefile bugs/Makefile --- bugs.orig/Makefile Mon May 22 11:53:57 2000 +++ bugs/Makefile Mon Aug 28 14:57:37 2000 @@ -6,16 +6,13 @@ # PORTNAME= bugs -PORTVERSION= 2.0.1 +PORTVERSION= 3.3.2 CATEGORIES= security -MASTER_SITES= http://www.asi.fr/~martinez/crypto/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://www.bcrypt.com/crypto/ EXTRACT_SUFX= .tgz MAINTAINER= stephane.legrand@bigfoot.com -USE_GMAKE= yes - # No Manual page # Cryptography = be extra careful... @@ -30,16 +27,23 @@ -e 's/^install: instchoice all/install: instchoice/' \ < ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile +pre-install: + (cd ${WRKSRC}; ${MAKE} test) + post-install: .if !defined(NOPORTDOCS) ${CP} -R ${WRKSRC}/doc ${PREFIX}/${DISTNAME} .endif ${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME} - strip ${PREFIX}/${DISTNAME}/bcrypt \ + strip ${PREFIX}/${DISTNAME}/bchat \ + ${PREFIX}/${DISTNAME}/bcrypt \ ${PREFIX}/${DISTNAME}/bhide \ ${PREFIX}/${DISTNAME}/bkey \ + ${PREFIX}/${DISTNAME}/block \ ${PREFIX}/${DISTNAME}/blogin \ + ${PREFIX}/${DISTNAME}/bmore \ ${PREFIX}/${DISTNAME}/bpass \ ${PREFIX}/${DISTNAME}/bpassdel \ + ${PREFIX}/${DISTNAME}/bunlock \ .include <bsd.port.mk> diff -ruN bugs.orig/files/md5 bugs/files/md5 --- bugs.orig/files/md5 Sun May 21 19:35:58 2000 +++ bugs/files/md5 Mon Aug 28 14:48:06 2000 @@ -1 +1 @@ -MD5 (bugs-2.0.1.tgz) = 855a31c5da4cefa3e329cdcb191ccdae +MD5 (bugs-3.3.2.tgz) = a0cf6198892c6c751997603da44066df diff -ruN bugs.orig/pkg/DESCR bugs/pkg/DESCR --- bugs.orig/pkg/DESCR Sun May 21 21:39:37 2000 +++ bugs/pkg/DESCR Mon Aug 28 14:29:34 2000 @@ -10,7 +10,7 @@ IT IF YOU ARE NOT ALLOWED... -WWW: http://www.asi.fr/~martinez/ +WWW: http://www.bcrypt.com/ - Stephane Legrand diff -ruN bugs.orig/pkg/PLIST bugs/pkg/PLIST --- bugs.orig/pkg/PLIST Sun May 21 19:55:37 2000 +++ bugs/pkg/PLIST Mon Aug 28 15:09:06 2000 @@ -1,23 +1,30 @@ -bugs-2.0.1/bcrypt -bugs-2.0.1/bhide -bugs-2.0.1/bkey -bugs-2.0.1/blogin -bugs-2.0.1/bpass -bugs-2.0.1/bpassdel -bugs-2.0.1/libcrypt.a -bugs-2.0.1/doc/HOWTO -bugs-2.0.1/doc/README -bugs-2.0.1/doc/html/README -bugs-2.0.1/doc/txt/english/explanations.english -bugs-2.0.1/doc/txt/english/functions.english -bugs-2.0.1/doc/txt/french/EXPLICATIONS.french -bugs-2.0.1/doc/txt/french/bugs_fonctions.french -bugs-2.0.1/include/extra.h -bugs-2.0.1/include/libcrypt.h -@dirrm bugs-2.0.1/doc/txt/english -@dirrm bugs-2.0.1/doc/txt/french -@dirrm bugs-2.0.1/doc/html -@dirrm bugs-2.0.1/doc/txt -@dirrm bugs-2.0.1/doc -@dirrm bugs-2.0.1/include -@dirrm bugs-2.0.1 +bugs-3.3.2/bchat +bugs-3.3.2/bcrypt +bugs-3.3.2/bhide +bugs-3.3.2/bkey +bugs-3.3.2/block +bugs-3.3.2/blogin +bugs-3.3.2/bmore +bugs-3.3.2/bpass +bugs-3.3.2/bpassdel +bugs-3.3.2/bunlock +bugs-3.3.2/libcrypt.a +bugs-3.3.2/doc/HOWTO +bugs-3.3.2/doc/README +bugs-3.3.2/doc/dev_english.txt +bugs-3.3.2/doc/dev_french.txt +bugs-3.3.2/doc/index.html +bugs-3.3.2/doc/techbugs.html +bugs-3.3.2/doc/cv/cv_fr.html +bugs-3.3.2/doc/cv/cv_uk.html +bugs-3.3.2/doc/cv/note_fr.html +bugs-3.3.2/doc/cv/note_uk.html +bugs-3.3.2/doc/history/old_french.txt +bugs-3.3.2/include/extra.h +bugs-3.3.2/include/isaac.h +bugs-3.3.2/include/libcrypt.h +@dirrm bugs-3.3.2/doc/cv +@dirrm bugs-3.3.2/doc/history +@dirrm bugs-3.3.2/doc +@dirrm bugs-3.3.2/include +@dirrm bugs-3.3.2 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008281421.QAA17359>