FreeBSD Bugzilla – Attachment 211190 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]
(fixed) Use dhparam -dsaparam and don't specify generator
pound-patch-Makefile.in.patch (text/plain), 640 bytes, created by
Eirik Oeverby
on 2020-01-30 11:41:12 UTC
(
hide
)
Description:
(fixed) Use dhparam -dsaparam and don't specify generator
Filename:
MIME Type:
Creator:
Eirik Oeverby
Created:
2020-01-30 11:41:12 UTC
Size:
640 bytes
patch
obsolete
>--- files/patch-Makefile.in.orig 2019-03-30 15:47:42.000000000 +0000 >+++ files/patch-Makefile.in 2020-01-30 11:32:11.409977000 +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 -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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243724
:
211188
| 211190 |
211719