Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 15:30:04 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363914 - head/security/openssl/files
Message-ID:  <53de557c.5a4f.36ed903d@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Aug  3 15:30:04 2014
New Revision: 363914
URL: http://svnweb.freebsd.org/changeset/ports/363914
QAT: https://qat.redports.org/buildarchive/r363914/

Log:
  - rename patch files

Added:
  head/security/openssl/files/patch-Makefile
     - copied unchanged from r363792, head/security/openssl/files/patch-apps__Makefile
  head/security/openssl/files/patch-md5.c
     - copied unchanged from r363792, head/security/openssl/files/patch-crypto__md5__md5.c
Deleted:
  head/security/openssl/files/patch-apps__Makefile
  head/security/openssl/files/patch-crypto__md5__md5.c

Copied: head/security/openssl/files/patch-Makefile (from r363792, head/security/openssl/files/patch-apps__Makefile)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openssl/files/patch-Makefile	Sun Aug  3 15:30:04 2014	(r363914, copy of r363792, head/security/openssl/files/patch-apps__Makefile)
@@ -0,0 +1,11 @@
+--- apps/Makefile.orig	Tue Aug 10 11:09:07 2004
++++ apps/Makefile	Tue Oct 26 07:00:51 2004
+@@ -112,7 +112,7 @@
+ 	 done
+ 	@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
+ 	chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
+-	mv -f  $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
++	mv -f  $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample
+ 
+ tags:
+ 	ctags $(SRC)

Copied: head/security/openssl/files/patch-md5.c (from r363792, head/security/openssl/files/patch-crypto__md5__md5.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openssl/files/patch-md5.c	Sun Aug  3 15:30:04 2014	(r363914, copy of r363792, head/security/openssl/files/patch-crypto__md5__md5.c)
@@ -0,0 +1,11 @@
+--- crypto/md5/md5.c.orig	Thu Apr  9 07:59:29 1998
++++ crypto/md5/md5.c	Sun Dec 27 18:44:33 1998
+@@ -94,7 +94,7 @@
+ 				err++;
+ 				continue;
+ 				}
+-			printf("MD5(%s)= ",argv[i]);
++			printf("MD5 (%s) = ",argv[i]);
+ 			do_fp(IN);
+ 			fclose(IN);
+ 			}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de557c.5a4f.36ed903d>