FreeBSD Bugzilla – Attachment 146716 Details for
Bug 188374
net/3proxy update to 0.7.1.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update to 0.7.1.1
3proxy.patch (text/plain), 4.56 KB, created by
Pavel Timofeev
on 2014-09-03 06:56:20 UTC
(
hide
)
Description:
update to 0.7.1.1
Filename:
MIME Type:
Creator:
Pavel Timofeev
Created:
2014-09-03 06:56:20 UTC
Size:
4.56 KB
patch
obsolete
>--- Makefile.orig 2014-09-03 10:27:31.000000000 +0400 >+++ Makefile 2014-09-03 10:50:19.000000000 +0400 >@@ -2,11 +2,11 @@ > # $FreeBSD: head/net/3proxy/Makefile 367152 2014-09-03 04:29:13Z sunpoet $ > > PORTNAME= 3proxy >-PORTVERSION= 0.6.1 >-PORTREVISION= 1 >+PORTVERSION= 0.7.1.1 > CATEGORIES= net > MASTER_SITES= http://3proxy.ru/${PORTVERSION}/ \ > http://security.nnov.ru/soft/3proxy/${PORTVERSION}/ >+WRKSRC= ${WRKDIR}/${PORTNAME} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Proxy servers set (support HTTP(S), FTP, SOCKS, POP3, TCP & UDP) >@@ -21,7 +21,7 @@ > MAKE_ENV= PTHREAD_LIBS=-pthread > MAKEFILE= Makefile.unix > USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} >-USE_RC_SUBR= 3proxy >+USE_RC_SUBR= threeproxy > USES= tar:tgz > > PORTDOCS= Readme >--- distinfo.orig 2014-09-03 10:27:25.000000000 +0400 >+++ distinfo 2014-09-03 10:44:11.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (3proxy-0.6.1.tgz) = 10f8804258791e80353a334dc9b80473a02c6dda939de76451e655f643aadd7f >-SIZE (3proxy-0.6.1.tgz) = 480160 >+SHA256 (3proxy-0.7.1.1.tgz) = dd0154e4f80c632192cf95fcc53dccdb0336900a9f53b35c763a911930e90953 >+SIZE (3proxy-0.7.1.1.tgz) = 493472 >--- files/patch-Makefile.unix.orig 2014-01-22 21:40:44.000000000 +0400 >+++ files/patch-Makefile.unix 2014-09-03 10:47:42.000000000 +0400 >@@ -1,26 +1,26 @@ >---- Makefile.unix.orig 2007-04-10 20:29:25.000000000 +0400 >-+++ Makefile.unix 2009-03-23 13:53:24.000000000 +0300 >+--- Makefile.unix.orig 2014-09-03 10:45:13.000000000 +0400 >++++ Makefile.unix 2014-09-03 10:46:45.000000000 +0400 > @@ -9,18 +9,18 @@ >- # library support. Add -DSAFESQL for poorely written ODBC library / drivers. >- >- BUILDDIR = >--CC = gcc >-+CC ?= gcc >- >- # you may need -L/usr/pkg/lib for older NetBSD versions >--CFLAGS = -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL >-+CFLAGS = -Wall -c %%CFLAGS%% ${PTHREAD_CFLAGS} -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL >- COUT = -o >--LN = gcc >--LDFLAGS = -Wall -O2 -pthread >-+LN ?= ${CC} >-+LDFLAGS = -Wall ${PTHREAD_LIBS} >- # -lpthreads may be reuqired on some platforms instead of -pthreads >- # -ldl or -lld may be required for some platforms >- DCFLAGS = -fpic >- DLFLAGS = -shared >--DLSUFFICS = .ld.so >-+DLSUFFICS = .so >- LIBS = >- LNOUT = -o >- EXESUFFICS = >+ # library support. Add -DSAFESQL for poorely written ODBC library / drivers. >+ >+ BUILDDIR = >+-CC = gcc >++CC ?= gcc >+ >+ # you may need -L/usr/pkg/lib for older NetBSD versions >+-CFLAGS = -Wall -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL >++CFLAGS = -Wall -c %%CFLAGS%% ${PTHREAD_CFLAGS} -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL >+ COUT = -o >+-LN = gcc >+-LDFLAGS = -Wall -O2 -pthread >++LN ?= ${CC} >++LDFLAGS = -Wall ${PTHREAD_LIBS} >+ # -lpthreads may be reuqired on some platforms instead of -pthreads >+ # -ldl or -lld may be required for some platforms >+ DCFLAGS = -fpic >+ DLFLAGS = -shared >+-DLSUFFICS = .ld.so >++DLSUFFICS = .so >+ LIBS = >+ LNOUT = -o >+ EXESUFFICS = >--- files/3proxy.in.orig 2014-09-03 10:49:22.000000000 +0400 >+++ files/3proxy.in 2014-09-03 10:48:59.000000000 +0400 >@@ -1,29 +0,0 @@ >-#!/bin/sh >-# $FreeBSD: head/net/3proxy/files/3proxy.in 340872 2014-01-24 00:14:07Z mat $ >- >-# PROVIDE: threeproxy >-# REQUIRE: DAEMON >-# BEFORE: LOGIN >-# KEYWORD: shutdown >- >-# Define these threeproxy_* variables in one of these files: >-# /etc/rc.conf >-# /etc/rc.conf.local >-# /etc/rc.conf.d/threeproxy >-# >-# DO NOT CHANGE THESE DEFAULT VALUES HERE >- >-threeproxy_enable=${threeproxy_enable-"NO"} >-threeproxy_flags=${threeproxy_flags-"%%PREFIX%%/etc/3proxy.cfg"} >- >-. /etc/rc.subr >- >-name="threeproxy" >-rcvar=threeproxy_enable >-command="%%PREFIX%%/bin/3proxy" >- >-load_rc_config $name >- >-start_cmd="echo \"Starting ${name}.\"; ${command} ${threeproxy_flags}" >- >-run_rc_command "$1" >--- files/threeproxy.in.orig 2014-09-03 10:49:40.000000000 +0400 >+++ files/threeproxy.in 2014-01-24 04:14:07.000000000 +0400 >@@ -0,0 +1,29 @@ >+#!/bin/sh >+# $FreeBSD: head/net/3proxy/files/3proxy.in 340872 2014-01-24 00:14:07Z mat $ >+ >+# PROVIDE: threeproxy >+# REQUIRE: DAEMON >+# BEFORE: LOGIN >+# KEYWORD: shutdown >+ >+# Define these threeproxy_* variables in one of these files: >+# /etc/rc.conf >+# /etc/rc.conf.local >+# /etc/rc.conf.d/threeproxy >+# >+# DO NOT CHANGE THESE DEFAULT VALUES HERE >+ >+threeproxy_enable=${threeproxy_enable-"NO"} >+threeproxy_flags=${threeproxy_flags-"%%PREFIX%%/etc/3proxy.cfg"} >+ >+. /etc/rc.subr >+ >+name="threeproxy" >+rcvar=threeproxy_enable >+command="%%PREFIX%%/bin/3proxy" >+ >+load_rc_config $name >+ >+start_cmd="echo \"Starting ${name}.\"; ${command} ${threeproxy_flags}" >+ >+run_rc_command "$1"
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 188374
:
141553
|
146068
|
146716
|
153142
|
153143
|
155089
|
155118
|
157205
|
157213
|
157726