diff options
author | bf <bf@FreeBSD.org> | 2011-11-26 13:58:57 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-11-26 13:58:57 +0800 |
commit | f19d57861ec9721913068ce055933df09e66ca8b (patch) | |
tree | 93aa564d81cd966843ee018d833cec4ec0c30339 /security | |
parent | f869537e46f7130eef0f12745ac5fe10350a0336 (diff) | |
download | freebsd-ports-gnome-f19d57861ec9721913068ce055933df09e66ca8b.tar.gz freebsd-ports-gnome-f19d57861ec9721913068ce055933df09e66ca8b.tar.zst freebsd-ports-gnome-f19d57861ec9721913068ce055933df09e66ca8b.zip |
update to 0.2.3.8-alpha
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 | ||||
-rw-r--r-- | security/tor-devel/files/patch-configure | 23 |
3 files changed, 10 insertions, 19 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 3b8a49d8f33b..e6d382f282ae 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.3.7-alpha +DISTVERSION= 0.2.3.8-alpha CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 6f328090129e..fa3acc67db3d 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.3.7-alpha.tar.gz) = c736e3de356b78fd47c96c6c64bdceb9dec9ef2457475a0601d261cf1854b695 -SIZE (tor-0.2.3.7-alpha.tar.gz) = 2902591 +SHA256 (tor-0.2.3.8-alpha.tar.gz) = b7c40f5f4fbd0a42b6863c29a69cc7b06d9e1cc9609f934a550f2019426d8dc4 +SIZE (tor-0.2.3.8-alpha.tar.gz) = 2909997 diff --git a/security/tor-devel/files/patch-configure b/security/tor-devel/files/patch-configure index 51fb9ee0b383..e9a7e3dd0fda 100644 --- a/security/tor-devel/files/patch-configure +++ b/security/tor-devel/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2011-10-26 20:42:18.000000000 -0400 -+++ configure 2011-10-27 23:01:20.000000000 -0400 +--- configure.orig 2011-11-22 18:30:03.000000000 -0500 ++++ configure 2011-11-25 23:40:34.000000000 -0500 @@ -3334,7 +3334,7 @@ # Check whether --enable-linker-hardening was given. if test "${enable_linker_hardening+set}" = set; then : @@ -9,16 +9,7 @@ fi fi -@@ -6276,7 +6276,7 @@ - ac_res=$ac_cv_search_clock_gettime - if test "$ac_res" != no; then : - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -- have_rt=yes -+# have_rt=yes - fi - - if test "$have_rt" = yes; then -@@ -6285,6 +6285,7 @@ +@@ -6286,6 +6286,7 @@ fi @@ -26,7 +17,7 @@ trylibeventdir="" # Check whether --with-libevent-dir was given. -@@ -6611,6 +6612,7 @@ +@@ -6612,6 +6613,7 @@ LIBS="$tor_saved_LIBS" LDFLAGS="$tor_saved_LDFLAGS" CPPFLAGS="$tor_saved_CPPFLAGS" @@ -34,7 +25,7 @@ -@@ -6673,6 +6675,7 @@ +@@ -6674,6 +6676,7 @@ fi @@ -42,7 +33,7 @@ if test "$enable_static_libevent" = "yes"; then if test "$tor_cv_library_libevent_dir" = "(system)"; then as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5 -@@ -6682,6 +6685,7 @@ +@@ -6683,6 +6686,7 @@ else TOR_LIBEVENT_LIBS="-levent" fi @@ -50,7 +41,7 @@ if test "$enable_bufferevents" = "yes" ; then if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes" ; then -@@ -6760,12 +6764,14 @@ +@@ -6761,12 +6765,14 @@ $as_echo "#define USE_BUFFEREVENTS 1" >>confdefs.h |