View | Details | Raw Unified | Return to bug 216559
Collapse All | Expand All

(-)b/security/openssl-devel/files/patch-Configurations_unix-Makefile.tmpl (+11 lines)
Added Link Here
1
--- Configurations/unix-Makefile.tmpl.orig	2017-01-28 21:48:55 UTC
2
+++ Configurations/unix-Makefile.tmpl
3
@@ -339,7 +339,7 @@ install_ssldirs:
4
 	@echo "install $(SRCDIR)/apps/openssl.cnf -> $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.dist"
5
 	@cp $(SRCDIR)/apps/openssl.cnf $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new
6
 	@chmod 644 $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new
7
-	@mv -f  $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.dist
8
+	@mv -f  $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.new $(DESTDIR)$(OPENSSLDIR)/openssl.cnf.sample
9
 	@if ! [ -f "$(DESTDIR)$(OPENSSLDIR)/openssl.cnf" ]; then \
10
 		echo "install $(SRCDIR)/apps/openssl.cnf -> $(DESTDIR)$(OPENSSLDIR)/openssl.cnf"; \
11
 		cp $(SRCDIR)/apps/openssl.cnf $(DESTDIR)$(OPENSSLDIR)/openssl.cnf; \
(-)b/security/openssl-devel/files/patch-config (-2 / +2 lines)
Lines 1-6 Link Here
1
--- config.orig	2016-02-15 18:08:07 UTC
1
--- config.orig	2017-01-26 13:10:21 UTC
2
+++ config
2
+++ config
3
@@ -713,14 +713,8 @@ case "$GUESSOS" in
3
@@ -705,14 +705,8 @@ case "$GUESSOS" in
4
   sparc64-*-*bsd*)	OUT="BSD-sparc64" ;;
4
   sparc64-*-*bsd*)	OUT="BSD-sparc64" ;;
5
   ia64-*-*bsd*)		OUT="BSD-ia64" ;;
5
   ia64-*-*bsd*)		OUT="BSD-ia64" ;;
6
   amd64-*-*bsd*)	OUT="BSD-x86_64" ;;
6
   amd64-*-*bsd*)	OUT="BSD-x86_64" ;;
(-)b/security/openssl-devel/files/pkg-message.in (-2 / +1 lines)
Lines 1-4 Link Here
1
1
2
Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf
2
Edit %%PREFIX%%/openssl/openssl.cnf to fit your needs.
3
and edit it to fit your needs.
4
3
(-)b/security/openssl-devel/pkg-plist (-1 / +1 lines)
Lines 3192-3197 man/man7/ssl.7.gz Link Here
3192
man/man7/x509.7.gz
3192
man/man7/x509.7.gz
3193
%%OPENSSLDIR%%/misc/CA.pl
3193
%%OPENSSLDIR%%/misc/CA.pl
3194
%%OPENSSLDIR%%/misc/tsget
3194
%%OPENSSLDIR%%/misc/tsget
3195
@sample %%OPENSSLDIR%%/openssl.cnf.dist %%OPENSSLDIR%%/openssl.cnf
3195
@sample %%OPENSSLDIR%%/openssl.cnf.sample
3196
@dir %%OPENSSLDIR%%/private
3196
@dir %%OPENSSLDIR%%/private
3197
@dir %%OPENSSLDIR%%/certs
3197
@dir %%OPENSSLDIR%%/certs
(-)b/security/openssl/files/pkg-message.in (-2 / +1 lines)
Lines 1-4 Link Here
1
1
2
Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf
2
Edit %%PREFIX%%/openssl/openssl.cnf to fit your needs.
3
and edit it to fit your needs.
4
3
(-)b/security/openssl/pkg-plist (-2 / +1 lines)
Lines 1704-1710 man/man7/des_modes.7.gz Link Here
1704
%%OPENSSLDIR%%/misc/c_issuer
1704
%%OPENSSLDIR%%/misc/c_issuer
1705
%%OPENSSLDIR%%/misc/c_name
1705
%%OPENSSLDIR%%/misc/c_name
1706
%%OPENSSLDIR%%/misc/tsget
1706
%%OPENSSLDIR%%/misc/tsget
1707
%%OPENSSLDIR%%/openssl.cnf.sample
1707
@sample %%OPENSSLDIR%%/openssl.cnf.sample
1708
%%PORTDOCS%%%%DOCSDIR%%/openssl.txt
1708
%%PORTDOCS%%%%DOCSDIR%%/openssl.txt
1709
@dir %%OPENSSLDIR%%/certs
1709
@dir %%OPENSSLDIR%%/certs
1710
@dir %%OPENSSLDIR%%/private
1710
@dir %%OPENSSLDIR%%/private
1711
- 

Return to bug 216559