FreeBSD Bugzilla – Attachment 182728 Details for
Bug 219246
security/tor: Update to 0.3.0.7 and the fix of MANPAGES/DOCS options regression
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tor.patch (text/plain), 2.31 KB, created by
Yuri Victorovich
on 2017-05-19 06:22:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-05-19 06:22:49 UTC
Size:
2.31 KB
patch
obsolete
>Index: security/tor/Makefile >=================================================================== >--- security/tor/Makefile (revision 441210) >+++ security/tor/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= tor >-PORTVERSION= 0.3.0.6 >+PORTVERSION= 0.3.0.7 > CATEGORIES= security net ipv6 > MASTER_SITES= TOR > >@@ -12,9 +12,9 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BROKEN_mips64= Does not build: error: Need a uint128_t implementation! >-BROKEN_powerpc64= Does not build: error: Need a uint128_t implementation! >-BROKEN_sparc64= Does not build: error: Need a uint128_t implementation! >+BROKEN_mips64= does not build: error: Need a uint128_t implementation! >+BROKEN_powerpc64= does not build: error: Need a uint128_t implementation! >+BROKEN_sparc64= does not build: error: Need a uint128_t implementation! > > USES= cpe gmake > CPE_VENDOR= torproject >@@ -25,6 +25,7 @@ > TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" > > OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB >+OPTIONS_DEFAULT=MANPAGES > OPTIONS_SUB= yes > > STATIC_TOR_DESC= Build a static tor >@@ -31,8 +32,6 @@ > TCMALLOC_DESC= Use the tcmalloc memory allocation library > TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services > >-OPTIONS_DEFAULT= MANPAGES >- > USE_RC_SUBR= tor > SUB_FILES= pkg-message > SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" >@@ -46,11 +45,14 @@ > STATIC_TOR_USES= ssl:build > STATIC_TOR_USES_OFF= ssl > >-DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc >-DOCS_CONFIGURE_OFF= --disable-asciidoc >- > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} >+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: security/tor/distinfo >=================================================================== >--- security/tor/distinfo (revision 441210) >+++ security/tor/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1494099685 >-SHA256 (tor-0.3.0.6.tar.gz) = a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 >-SIZE (tor-0.3.0.6.tar.gz) = 5779422 >+TIMESTAMP = 1495174430 >+SHA256 (tor-0.3.0.7.tar.gz) = 9640c4448ef3cad7237c68ed6984e705db8fb2b9d6bb74c8815d01bb06527d02 >+SIZE (tor-0.3.0.7.tar.gz) = 5793734
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 219246
:
182553
| 182728