FreeBSD Bugzilla – Attachment 211188 Details for
Bug 243724
www/pound: Use -dsaparam for openssl dhparam to cut build time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch for files/patch-Makefile.in
file_243724.txt (text/plain), 774 bytes, created by
Eirik Oeverby
on 2020-01-30 11:15:38 UTC
(
hide
)
Description:
Patch for files/patch-Makefile.in
Filename:
MIME Type:
Creator:
Eirik Oeverby
Created:
2020-01-30 11:15:38 UTC
Size:
774 bytes
patch
obsolete
>--- work/.makepatch-tmp/archived-patches/patch-Makefile.in 2019-03-30 15:47:42.000000000 +0000 >+++ files/patch-Makefile.in 2020-01-30 11:09:58.898068000 +0000 >@@ -1,5 +1,14 @@ >---- Makefile.in.orig 2018-05-11 10:16:05 UTC >+--- Makefile.in.orig 2020-01-30 11:09:31 UTC > +++ Makefile.in >+@@ -49,7 +49,7 @@ dh512.h: >+ openssl dhparam -5 -C -noout 512 > dh512.h >+ >+ dh@C_DH_LEN@.h: >+- openssl dhparam -5 -C -noout @C_DH_LEN@ > dh@C_DH_LEN@.h >++ openssl dhparam -5 -dsaparam -C -noout @C_DH_LEN@ > dh@C_DH_LEN@.h >+ >+ svc.o: svc.c dh512.h dh@C_DH_LEN@.h >+ ${CC} ${CFLAGS} -c -o svc.o svc.c > @@ -58,11 +58,11 @@ $(OBJS) poundctl.o: pound.h config.h > > install: all
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 Raw
Actions:
View
Attachments on
bug 243724
:
211188
|
211190
|
211719