Browse Source

stone: rebuilt with openssl 1.0.2g and disable SSL2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10089 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 8 years ago
parent
commit
77337bf941
1 changed files with 5 additions and 2 deletions
  1. 5 2
      s/stone/stone-vl.spec

+ 5 - 2
s/stone/stone-vl.spec

@@ -9,7 +9,7 @@ Summary: The stone is TCP and UDP packet repeater.
 Summary(ja): TCP & UDP パケットリピータ stone
 Name: stone
 Version: 2.3e
-Release: 4%{_dist_release}
+Release: 5%{_dist_release}
 
 License: GPL
 Group: Applications/Internet
@@ -67,7 +67,7 @@ mv GPL.txt.utf8 GPL.txt
 
 # --- build
 %build
-make linux-ssl SSL_FLAGS='-DUSE_SSL' SSL_LIBS='-lssl -lcrypto'
+make linux-ssl SSL_FLAGS='-DUSE_SSL -DOPENSSL_NO_SSL2 ' SSL_LIBS='-lssl -lcrypto'
 
 
 # --- install
@@ -107,6 +107,9 @@ rm -rf ${RPM_BUILD_ROOT}
 # ----------------------------------------------------------
 
 %changelog
+* Tue Mar 15 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.3e-5
+- rebuilt with openssl 1.0.2g and disable SSL2
+
 * Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.3e-4
 - rebuilt on current VineSeed
 - added BR: nkf to convert document encoding to UTF