FreeBSD Bugzilla – Attachment 59750 Details for
Bug 89861
[MAINTAINER UPDATE]: security/libtomcrypt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.08 KB, created by
Wesley Shields
on 2005-12-02 18:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Wesley Shields
Created:
2005-12-02 18:40:02 UTC
Size:
4.08 KB
patch
obsolete
>diff -ruN security/libtomcrypt.orig/Makefile security/libtomcrypt/Makefile >--- security/libtomcrypt.orig/Makefile Fri Nov 18 16:34:31 2005 >+++ security/libtomcrypt/Makefile Fri Dec 2 12:39:55 2005 >@@ -6,14 +6,11 @@ > # > > PORTNAME= libtomcrypt >-PORTVERSION= 1.06 >+PORTVERSION= 1.08 > CATEGORIES= security > MASTER_SITES= http://libtomcrypt.org/files/ > DISTNAME= crypt-${PORTVERSION} > >-PATCH_SITES= http://www.libtomcrypt.org/files/patch-1.06/ >-PATCHFILES= makefile.diff >- > MAINTAINER= wxs@csh.rit.edu > COMMENT= Comprehensive, modular and portable cryptographic toolkit > >@@ -52,12 +49,19 @@ > BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX > .else > NOPORTDOCS= yes >-INSTALL_TARGET= install_lib >+MAKE_ARGS+= NODOCS=yes > .endif > > .if defined(MAINTAINER_MODE) > test: build >- (cd ${WRKSRC} && ${GMAKE} test && ${WRKSRC}/test) >-.endif >+ @${ECHO_MSG} "Testing with -DUSE_TFM..." >+ (cd ${WRKSRC} && CFLAGS="${CFLAGS} -DUSE_TFM" EXTRALIBS="-L${PREFIX}/lib -ltfm" ${GMAKE} test && ${WRKSRC}/test) > >+ @${ECHO_MSG} "Cleaning up test binary..." >+ @${RM} ${WRKSRC}/test >+ @${RM} ${WRKSRC}/demos/test.o >+ >+ @${ECHO_MSG} "Testing with -DUSE_LTM..." >+ (cd ${WRKSRC} && CFLAGS="${CFLAGS} -DUSE_LTM" EXTRALIBS="-L${PREFIX}/lib -ltommath" ${GMAKE} test && ${WRKSRC}/test) >+.endif > .include <bsd.port.post.mk> >diff -ruN security/libtomcrypt.orig/distinfo security/libtomcrypt/distinfo >--- security/libtomcrypt.orig/distinfo Fri Nov 18 16:34:31 2005 >+++ security/libtomcrypt/distinfo Fri Nov 25 13:25:06 2005 >@@ -1,4 +1,3 @@ >-MD5 (crypt-1.06.tar.bz2) = f7b5fd2a5d4b2917576da7885f27e4a0 >-SIZE (crypt-1.06.tar.bz2) = 1160330 >-MD5 (makefile.diff) = 76b18782400494589c35e12e6cdd081d >-SIZE (makefile.diff) = 1372 >+MD5 (crypt-1.08.tar.bz2) = 3cce06f48b4ae59f0e287d21fb2d2a54 >+SHA256 (crypt-1.08.tar.bz2) = e972295b49f89ddf6e5d3e12295048aece888ba421924289be14abadeac54119 >+SIZE (crypt-1.08.tar.bz2) = 1192803 >diff -ruN security/libtomcrypt.orig/files/patch-makefile security/libtomcrypt/files/patch-makefile >--- security/libtomcrypt.orig/files/patch-makefile Fri Nov 18 16:34:31 2005 >+++ security/libtomcrypt/files/patch-makefile Fri Nov 25 12:00:08 2005 >@@ -1,15 +1,6 @@ >---- makefile.orig Thu Aug 18 13:07:13 2005 >-+++ makefile Thu Aug 18 13:10:14 2005 >-@@ -15,7 +15,7 @@ >- #ARFLAGS=r >- >- # Compilation flags. Note the += does not write over the user's CFLAGS! >--CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE >-+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE >- >- # additional warnings (newer GCC 3.4 and higher) >- #CFLAGS += -Wsystem-headers -Wdeclaration-after-statement -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wmissing-prototypes \ >-@@ -24,10 +24,10 @@ >+--- makefile.orig Fri Nov 18 06:11:19 2005 >++++ makefile Wed Nov 23 09:49:00 2005 >+@@ -35,10 +35,10 @@ > ifndef IGNORE_SPEED > > # optimize for SPEED >@@ -22,26 +13,21 @@ > > # optimize for SIZE > #CFLAGS += -Os -DLTC_SMALL_CODE >-@@ -249,10 +249,16 @@ >- install: library docs >+@@ -270,11 +270,11 @@ >+ endif > install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) > install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH) > - install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(DATAPATH) >-+ install -d -g $(GROUP) -o $(USER) $(DATAPATH) >-+ install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH) >-+ install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH) >-+ install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DATAPATH) >-+ >-+install_lib: library >-+ install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) >-+ install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH) > install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH) > install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH) >+ ifndef NODOCS > - install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DESTDIR)$(DATAPATH) >++ install -d -g $(GROUP) -o $(USER) $(DATAPATH) >++ install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DATAPATH) >+ endif > > install_test: testprof/$(LIBTEST) >- install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) >-@@ -305,7 +311,7 @@ >+@@ -328,7 +328,7 @@ > latex crypt > /dev/null > makeindex crypt.idx > /dev/null > latex crypt > /dev/null
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 89861
: 59750