Gentoo Archives: gentoo-commits

From: "Stefan Briesenick (sbriesen)" <sbriesen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/ziproxy/files: ziproxy-2.3.confd ziproxy-2.3.initd ziproxy-2.3.0.diff digest-ziproxy-2.3.0
Date: Fri, 05 Oct 2007 23:17:47
Message-Id: E1IdwHR-0001Qr-3C@stork.gentoo.org
1 sbriesen 07/10/05 23:08:25
2
3 Added: ziproxy-2.3.confd ziproxy-2.3.initd
4 ziproxy-2.3.0.diff digest-ziproxy-2.3.0
5 Log:
6 version bump.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.1 net-proxy/ziproxy/files/ziproxy-2.3.confd
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.confd?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.confd?rev=1.1&content-type=text/plain
14
15 Index: ziproxy-2.3.confd
16 ===================================================================
17 # configuraton file for /etc/init.d/ziproxy
18 #
19 # you can symlink /etc/init.d/ziproxy to a different name
20 # and then copy this config to a new file with the same name
21 # as the symlinked init-script to run multiple instances of
22 # ziproxy. You have to change the location for CONFIG then
23 # of course... ;-)
24
25 # Full path to ziproxy.conf file (instead of default one).
26 #
27 #CONFIG="/etc/ziproxy.conf"
28
29 # Limit incoming connections only from the specified address(es).
30 # This option has the same meaning, but higher precedence as
31 # "OnlyFrom=" option in configuration file. Uncomment it
32 # if you want to set it.
33 #
34 #ONLYFROM="<IP.address or hostname>"
35
36
37
38 1.1 net-proxy/ziproxy/files/ziproxy-2.3.initd
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.initd?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.initd?rev=1.1&content-type=text/plain
42
43 Index: ziproxy-2.3.initd
44 ===================================================================
45 #!/sbin/runscript
46 # Copyright 1999-2007 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: /var/cvsroot/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.initd,v 1.1 2007/10/05 23:08:24 sbriesen Exp $
49
50 depend() {
51 need net
52 }
53
54 start() {
55 local OPT="-d"
56 ebegin "Starting ${myservice}"
57
58 [ -n "${CONFIG}" ] && OPT="${OPT} -c ${CONFIG}"
59 [ -n "${ONLYFROM}" ] && OPT="${OPT} -f ${ONLYFROM}"
60
61 start-stop-daemon --quiet --start --pidfile /var/run/${myservice}.pid \
62 --chuid ziproxy:ziproxy --exec /usr/sbin/ziproxy -- ${OPT} > /var/run/${myservice}.pid
63 eend $?
64 }
65
66 stop() {
67 ebegin "Stopping ziproxy"
68 start-stop-daemon --stop --quiet --pidfile /var/run/${myservice}.pid
69 eend $?
70 }
71
72
73
74 1.1 net-proxy/ziproxy/files/ziproxy-2.3.0.diff
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.0.diff?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/ziproxy-2.3.0.diff?rev=1.1&content-type=text/plain
78
79 Index: ziproxy-2.3.0.diff
80 ===================================================================
81 diff -Naur ziproxy-2.3.0.orig/src/log.c ziproxy-2.3.0/src/log.c
82 --- ziproxy-2.3.0.orig/src/log.c 2006-05-17 05:25:18.000000000 +0200
83 +++ ziproxy-2.3.0/src/log.c 2007-10-06 00:04:06.000000000 +0200
84 @@ -15,6 +15,7 @@
85 #include <stdarg.h>
86 #include <time.h>
87 #include <sys/time.h>
88 +#include <string.h>
89 #include "cfgfile.h"
90 #include "http.h"
91
92 diff -Naur ziproxy-2.3.0.orig/src/tools/ziproxylogtool.c ziproxy-2.3.0/src/tools/ziproxylogtool.c
93 --- ziproxy-2.3.0.orig/src/tools/ziproxylogtool.c 2007-05-09 03:34:34.000000000 +0200
94 +++ ziproxy-2.3.0/src/tools/ziproxylogtool.c 2007-10-06 00:03:30.000000000 +0200
95 @@ -9,6 +9,7 @@
96 #include <string.h>
97 #include <getopt.h>
98 #include <stdarg.h>
99 +#include <stdlib.h>
100
101 #define LINE_BUFFER 4096
102 #define HOSTNAME_BUFFER 256
103
104
105
106 1.1 net-proxy/ziproxy/files/digest-ziproxy-2.3.0
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/digest-ziproxy-2.3.0?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/ziproxy/files/digest-ziproxy-2.3.0?rev=1.1&content-type=text/plain
110
111 Index: digest-ziproxy-2.3.0
112 ===================================================================
113 MD5 2733c117e819c5000d898456388922ba ziproxy-2.3.0.tar.bz2 152058
114 RMD160 934598381ea78c6fed9e6ca696e04eda285622b5 ziproxy-2.3.0.tar.bz2 152058
115 SHA256 e69e179304498e0c4dcaf19dd2b4dd3be76ad9a09c68fe58c4004780a8598894 ziproxy-2.3.0.tar.bz2 152058
116
117
118
119 --
120 gentoo-commits@g.o mailing list