FreeBSD Bugzilla – Attachment 179321 Details for
Bug 216418
security/tor-devel: Update to 0.3.0.2-alpha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update security/tor-devel to 0.3.0.2-alpha (Update 1)
diff (text/plain), 2.67 KB, created by
Neel Chauhan
on 2017-01-26 00:13:58 UTC
(
hide
)
Description:
Patch to update security/tor-devel to 0.3.0.2-alpha (Update 1)
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2017-01-26 00:13:58 UTC
Size:
2.67 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 432382) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= tor >-DISTVERSION= 0.3.0.1-alpha >+DISTVERSION= 0.3.0.2-alpha > CATEGORIES= security net ipv6 > MASTER_SITES= TOR > PKGNAMESUFFIX= -devel >@@ -22,19 +22,21 @@ > #CPE_VERSION= ${DISTVERSION:C/-.*//} > #CPE_UPDATE= ${DISTVERSION:C/.*-//} > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc >+CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" > CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \ > TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/" \ > TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" > >-OPTIONS_DEFINE= STATIC_TOR TCMALLOC TOR2WEB TRANSPARENT >+OPTIONS_DEFINE= MAN STATIC_TOR TCMALLOC TOR2WEB TRANSPARENT >+OPTIONS_SUB= yes > >+MAN_DESC= Include manpages > STATIC_TOR_DESC= Build a static tor > TCMALLOC_DESC= Use the tcmalloc memory allocation library > TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services > TRANSPARENT_DESC= Transparent proxy support > >-OPTIONS_DEFAULT= TRANSPARENT >+OPTIONS_DEFAULT= MAN TRANSPARENT > > USE_RC_SUBR= tor > SUB_FILES= pkg-message >@@ -49,6 +51,12 @@ > > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MMAN} >+BUILD_DEPENDS+= asciidoc:textproc/asciidoc >+.else. >+CONFIGURE_ARGS+= --disable-asciidoc >+.endif >+ > .if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ > empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64) > CONFIGURE_ARGS+= --enable-gcc-hardening >Index: distinfo >=================================================================== >--- distinfo (revision 432382) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1482222281 >-SHA256 (tor-0.3.0.1-alpha.tar.gz) = 7013353f0cbd2af8c0144f6167339f6eb252eb35ca9a2db2971310171108b064 >-SIZE (tor-0.3.0.1-alpha.tar.gz) = 5704559 >+TIMESTAMP = 1485182220 >+SHA256 (tor-0.3.0.2-alpha.tar.gz) = 736f135ab2b6473ccbeb454a845451555a99d72b4c6015e77c7689392bfec17c >+SIZE (tor-0.3.0.2-alpha.tar.gz) = 5733704 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 432382) >+++ pkg-plist (working copy) >@@ -3,10 +3,14 @@ > bin/tor-resolve > bin/torify > @sample etc/tor/torrc.sample >-man/man1/tor-gencert.1.gz >-man/man1/tor-resolve.1.gz >-man/man1/tor.1.gz >-man/man1/torify.1.gz >+%%MAN%%man/man1/tor-gencert.1.gz >+%%MAN%%man/man1/tor-resolve.1.gz >+%%MAN%%man/man1/tor.1.gz >+%%MAN%%man/man1/torify.1.gz >+%%MAN%%%%PORTDOCS%%%%DOCSDIR%%/tor-gencert.html >+%%MAN%%%%PORTDOCS%%%%DOCSDIR%%/tor-resolve.html >+%%MAN%%%%PORTDOCS%%%%DOCSDIR%%/tor.html >+%%MAN%%%%PORTDOCS%%%%DOCSDIR%%/torify.html > %%DATADIR%%/geoip > %%DATADIR%%/geoip6 > @dir(_tor,_tor,750) /var/run/tor
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216418
:
179265
|
179321
|
179436