Browse Source

upgrading package: tor 0.2.2.7 -> 0.2.2.8

master
parent
commit
373991027b
  1. 12
      tor/tor.patch
  2. 8
      tor/tor.spec

12
tor/tor.patch

@ -0,0 +1,12 @@
Index: configure
--- configure.orig 2010-01-26 19:13:48 +0100
+++ configure 2010-01-29 20:17:31 +0100
@@ -7498,7 +7498,7 @@
TOR_OPENSSL_LIBS="$TOR_LIBDIR_openssl/libcrypto.a $TOR_LIBDIR_openssl/libssl.a"
fi
else
- TOR_OPENSSL_LIBS="-lcrypto -lssl"
+ TOR_OPENSSL_LIBS="-lssl -lcrypto"
fi
echo "TOR_OPENSSL_LIBS=$TOR_OPENSSL_LIBS"

8
tor/tor.spec

@ -22,8 +22,8 @@
##
# package version
%define V_dist 0.2.2.7-alpha
%define V_opkg 0.2.2.7
%define V_dist 0.2.2.8-alpha
%define V_opkg 0.2.2.8
# package information
Name: tor
@ -36,12 +36,13 @@ Class: PLUS
Group: Network
License: LGPL
Version: %{V_opkg}
Release: 20100120
Release: 20100129
# list of sources
Source0: http://www.torproject.org/dist/tor-%{V_dist}.tar.gz
Source1: rc.tor
Source2: torrc
Patch0: tor.patch
# build information
Prefix: %{l_prefix}
@ -76,6 +77,7 @@ AutoReqProv: no
%prep
%setup -q -n tor-%{V_dist}
%patch -p0
%build
libs=""

Loading…
Cancel
Save