Compare commits
No commits in common. "rawhide" and "f33" have entirely different histories.
6 changed files with 203 additions and 574 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -5,5 +5,3 @@
|
||||||
/3proxy-0.8.2.tar.gz
|
/3proxy-0.8.2.tar.gz
|
||||||
/3proxy-0.8.12.tar.gz
|
/3proxy-0.8.12.tar.gz
|
||||||
/3proxy-0.8.13.tar.gz
|
/3proxy-0.8.13.tar.gz
|
||||||
/3proxy-0.9.4.tar.gz
|
|
||||||
/3proxy-0.9.5.tar.gz
|
|
||||||
|
|
|
||||||
|
|
@ -1,297 +0,0 @@
|
||||||
--- man/3proxy.8
|
|
||||||
+++ man/3proxy.8
|
|
||||||
@@ -26,7 +26,7 @@
|
|
||||||
gateways with HTTP and HTTPS proxy with FTP over HTTP support, SOCKS v4,
|
|
||||||
v4.5 and v5, POP3 proxy, UDP and TCP portmappers. Each gateway is started
|
|
||||||
from configuration file like independant service
|
|
||||||
-.BR proxy (8)
|
|
||||||
+.BR htproxy (8)
|
|
||||||
.BR socks (8)
|
|
||||||
.BR pop3p (8)
|
|
||||||
.BR tcppm (8)
|
|
||||||
@@ -140,7 +140,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy.cfg(3), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8),
|
|
||||||
+3proxy.cfg(3), ftppr(8), htproxy(8), socks(8), pop3p(8), tcppm(8), tlspr(8), udppm(8),
|
|
||||||
kill(1), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
--- man/3proxy.cfg.3
|
|
||||||
+++ man/3proxy.cfg.3
|
|
||||||
@@ -46,7 +46,7 @@
|
|
||||||
Next commands start gateway services:
|
|
||||||
|
|
||||||
.br
|
|
||||||
-.B proxy
|
|
||||||
+.B htproxy
|
|
||||||
[options]
|
|
||||||
.br
|
|
||||||
.B socks
|
|
||||||
@@ -74,7 +74,7 @@
|
|
||||||
.br
|
|
||||||
Descriptions:
|
|
||||||
.br
|
|
||||||
-.B proxy
|
|
||||||
+.B htproxy
|
|
||||||
HTTP/HTTPS proxy (default port 3128)
|
|
||||||
.br
|
|
||||||
.B socks
|
|
||||||
@@ -185,7 +185,7 @@
|
|
||||||
of IP-IP NAT (will not work for PAT)
|
|
||||||
.br
|
|
||||||
Also, all options mentioned for
|
|
||||||
-.BR proxy (8)
|
|
||||||
+.BR htproxy (8)
|
|
||||||
.BR socks (8)
|
|
||||||
.BR pop3p (8)
|
|
||||||
.BR tcppm (8)
|
|
||||||
@@ -1078,7 +1078,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), socks(8), pop3p(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH TRIVIA
|
|
||||||
--- man/ftppr.8
|
|
||||||
+++ man/ftppr.8
|
|
||||||
@@ -79,7 +79,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), htproxy(8), pop3p(8), socks(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
--- /dev/null
|
|
||||||
+++ man/htproxy.8
|
|
||||||
@@ -0,0 +1,78 @@
|
|
||||||
+.TH proxy "8" "January 2019" "3proxy 0.9" "Universal proxy server"
|
|
||||||
+.SH NAME
|
|
||||||
+.B htproxy
|
|
||||||
+\- HTTP proxy gateway service
|
|
||||||
+.SH SYNOPSIS
|
|
||||||
+.BR "htproxy " [ -d ][ -a ]
|
|
||||||
+.IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]]
|
|
||||||
+.IB \fR[ -p port\fR]
|
|
||||||
+.IB \fR[ -i internal_ip\fR]
|
|
||||||
+.IB \fR[ -e external_ip\fR]
|
|
||||||
+.SH DESCRIPTION
|
|
||||||
+.B htproxy
|
|
||||||
+is HTTP gateway service with HTTPS and FTP over HTTPS support.
|
|
||||||
+.SH OPTIONS
|
|
||||||
+.TP
|
|
||||||
+.B -I
|
|
||||||
+Inetd mode. Standalone service only.
|
|
||||||
+.TP
|
|
||||||
+.B -d
|
|
||||||
+Daemonise. Detach service from console and run in the background.
|
|
||||||
+.TP
|
|
||||||
+.B -t
|
|
||||||
+Be silenT. Do not log start/stop/accept error records.
|
|
||||||
+.TP
|
|
||||||
+.B -u
|
|
||||||
+Never ask for username authentication
|
|
||||||
+.TP
|
|
||||||
+.B -e
|
|
||||||
+External address. IP address of interface proxy should initiate connections
|
|
||||||
+from.
|
|
||||||
+By default system will deside which address to use in accordance
|
|
||||||
+with routing table.
|
|
||||||
+.TP
|
|
||||||
+.B -i
|
|
||||||
+Internal address. IP address proxy accepts connections to.
|
|
||||||
+By default connection to any interface is accepted. It\'s usually unsafe.
|
|
||||||
+.TP
|
|
||||||
+.B -a
|
|
||||||
+Anonymous. Hide information about client.
|
|
||||||
+.TP
|
|
||||||
+.B -a1
|
|
||||||
+Anonymous. Show fake information about client.
|
|
||||||
+.TP
|
|
||||||
+.B -p
|
|
||||||
+Port. Port proxy listens for incoming connections. Default is 3128.
|
|
||||||
+.TP
|
|
||||||
+.B -l
|
|
||||||
+Log. By default logging is to stdout. If
|
|
||||||
+.I logfile
|
|
||||||
+is specified logging is to file. Under Unix, if
|
|
||||||
+.RI \' @ \'
|
|
||||||
+preceeds
|
|
||||||
+.IR logfile ,
|
|
||||||
+syslog is used for logging.
|
|
||||||
+.TP
|
|
||||||
+.B -S
|
|
||||||
+Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
|
||||||
+crashes.
|
|
||||||
+.SH CLIENTS
|
|
||||||
+You should use client with HTTP proxy support or configure router to redirect
|
|
||||||
+HTTP traffic to proxy (transparent proxy). Configure client to connect to
|
|
||||||
+.I internal_ip
|
|
||||||
+and
|
|
||||||
+.IR port .
|
|
||||||
+HTTPS support allows to use almost any TCP based protocol. If you need to
|
|
||||||
+limit clients, use
|
|
||||||
+.BR 3proxy (8)
|
|
||||||
+instead.
|
|
||||||
+.SH BUGS
|
|
||||||
+Report all bugs to
|
|
||||||
+.BR 3proxy@3proxy.org
|
|
||||||
+.SH SEE ALSO
|
|
||||||
+3proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
+.br
|
|
||||||
+https://3proxy.org/
|
|
||||||
+.SH AUTHORS
|
|
||||||
+3proxy is designed by Vladimir 3APA3A Dubrovin
|
|
||||||
+.RI ( 3proxy@3proxy.org )
|
|
||||||
--- man/pop3p.8
|
|
||||||
+++ man/pop3p.8
|
|
||||||
@@ -75,7 +75,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), socks(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
--- man/proxy.8
|
|
||||||
+++ /dev/null
|
|
||||||
@@ -1,78 +0,0 @@
|
|
||||||
-.TH proxy "8" "January 2019" "3proxy 0.9" "Universal proxy server"
|
|
||||||
-.SH NAME
|
|
||||||
-.B proxy
|
|
||||||
-\- HTTP proxy gateway service
|
|
||||||
-.SH SYNOPSIS
|
|
||||||
-.BR "proxy " [ -d ][ -a ]
|
|
||||||
-.IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]]
|
|
||||||
-.IB \fR[ -p port\fR]
|
|
||||||
-.IB \fR[ -i internal_ip\fR]
|
|
||||||
-.IB \fR[ -e external_ip\fR]
|
|
||||||
-.SH DESCRIPTION
|
|
||||||
-.B proxy
|
|
||||||
-is HTTP gateway service with HTTPS and FTP over HTTPS support.
|
|
||||||
-.SH OPTIONS
|
|
||||||
-.TP
|
|
||||||
-.B -I
|
|
||||||
-Inetd mode. Standalone service only.
|
|
||||||
-.TP
|
|
||||||
-.B -d
|
|
||||||
-Daemonise. Detach service from console and run in the background.
|
|
||||||
-.TP
|
|
||||||
-.B -t
|
|
||||||
-Be silenT. Do not log start/stop/accept error records.
|
|
||||||
-.TP
|
|
||||||
-.B -u
|
|
||||||
-Never ask for username authentication
|
|
||||||
-.TP
|
|
||||||
-.B -e
|
|
||||||
-External address. IP address of interface proxy should initiate connections
|
|
||||||
-from.
|
|
||||||
-By default system will deside which address to use in accordance
|
|
||||||
-with routing table.
|
|
||||||
-.TP
|
|
||||||
-.B -i
|
|
||||||
-Internal address. IP address proxy accepts connections to.
|
|
||||||
-By default connection to any interface is accepted. It\'s usually unsafe.
|
|
||||||
-.TP
|
|
||||||
-.B -a
|
|
||||||
-Anonymous. Hide information about client.
|
|
||||||
-.TP
|
|
||||||
-.B -a1
|
|
||||||
-Anonymous. Show fake information about client.
|
|
||||||
-.TP
|
|
||||||
-.B -p
|
|
||||||
-Port. Port proxy listens for incoming connections. Default is 3128.
|
|
||||||
-.TP
|
|
||||||
-.B -l
|
|
||||||
-Log. By default logging is to stdout. If
|
|
||||||
-.I logfile
|
|
||||||
-is specified logging is to file. Under Unix, if
|
|
||||||
-.RI \' @ \'
|
|
||||||
-preceeds
|
|
||||||
-.IR logfile ,
|
|
||||||
-syslog is used for logging.
|
|
||||||
-.TP
|
|
||||||
-.B -S
|
|
||||||
-Increase or decrease stack size. You may want to try something like -S8192 if you experience 3proxy
|
|
||||||
-crashes.
|
|
||||||
-.SH CLIENTS
|
|
||||||
-You should use client with HTTP proxy support or configure router to redirect
|
|
||||||
-HTTP traffic to proxy (transparent proxy). Configure client to connect to
|
|
||||||
-.I internal_ip
|
|
||||||
-and
|
|
||||||
-.IR port .
|
|
||||||
-HTTPS support allows to use almost any TCP based protocol. If you need to
|
|
||||||
-limit clients, use
|
|
||||||
-.BR 3proxy (8)
|
|
||||||
-instead.
|
|
||||||
-.SH BUGS
|
|
||||||
-Report all bugs to
|
|
||||||
-.BR 3proxy@3proxy.org
|
|
||||||
-.SH SEE ALSO
|
|
||||||
-3proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
-.br
|
|
||||||
-https://3proxy.org/
|
|
||||||
-.SH AUTHORS
|
|
||||||
-3proxy is designed by Vladimir 3APA3A Dubrovin
|
|
||||||
-.RI ( 3proxy@3proxy.org )
|
|
||||||
--- man/smtpp.8
|
|
||||||
+++ man/smtpp.8
|
|
||||||
@@ -76,7 +76,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), socks(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
--- man/socks.8
|
|
||||||
+++ man/socks.8
|
|
||||||
@@ -76,7 +76,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), pop3p(8), tcppm(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
--- man/tcppm.8
|
|
||||||
+++ man/tcppm.8
|
|
||||||
@@ -65,7 +65,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), socks(8), pop3p(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
--- man/tlspr.8
|
|
||||||
+++ man/tlspr.8
|
|
||||||
@@ -78,7 +78,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), ftppr(8), proxy(8), socks(8), pop3p(8), smtpp(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), socks(8), pop3p(8), smtpp(8), tcppm(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
--- man/udppm.8
|
|
||||||
+++ man/udppm.8
|
|
||||||
@@ -71,7 +71,7 @@
|
|
||||||
Report all bugs to
|
|
||||||
.BR 3proxy@3proxy.org
|
|
||||||
.SH SEE ALSO
|
|
||||||
-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8),
|
|
||||||
+3proxy(8), ftppr(8), htproxy(8), socks(8), pop3p(8), tlspr(8), udppm(8), syslogd(8),
|
|
||||||
.br
|
|
||||||
https://3proxy.org/
|
|
||||||
.SH AUTHORS
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
--- src/common.c
|
|
||||||
+++ src/common.c
|
|
||||||
@@ -157,7 +157,7 @@
|
|
||||||
WINAPI
|
|
||||||
#endif
|
|
||||||
|
|
||||||
- mypoll(struct mypollfd *fds, unsigned int nfds, int timeout){
|
|
||||||
+ mypoll(struct mypollfd *fds, nfds_t nfds, int timeout){
|
|
||||||
fd_set readfd;
|
|
||||||
fd_set writefd;
|
|
||||||
fd_set oobfd;
|
|
||||||
--- src/structures.h
|
|
||||||
+++ src/structures.h
|
|
||||||
@@ -69,6 +69,7 @@
|
|
||||||
#ifdef WITH_POLL
|
|
||||||
#include <poll.h>
|
|
||||||
#else
|
|
||||||
+typedef unsigned int nfds_t;
|
|
||||||
#ifdef WITH_WSAPOLL
|
|
||||||
|
|
||||||
#define poll(A,B,C) WSAPoll(A,B,C)
|
|
||||||
@@ -84,7 +85,7 @@
|
|
||||||
#ifdef _WIN32
|
|
||||||
WINAPI
|
|
||||||
#endif
|
|
||||||
- mypoll(struct mypollfd *fds, unsigned int nfds, int timeout);
|
|
||||||
+ mypoll(struct mypollfd *fds, nfds_t nfds, int timeout);
|
|
||||||
#ifndef POLLIN
|
|
||||||
#define POLLIN 1
|
|
||||||
#endif
|
|
||||||
@@ -434,7 +435,7 @@
|
|
||||||
int (WINAPI *_getsockname)(void* state, SOCKET s, struct sockaddr * name, int * namelen);
|
|
||||||
int (WINAPI *_getsockopt)(void* state, SOCKET s, int level, int optname, char * optval, int * optlen);
|
|
||||||
int (WINAPI *_setsockopt)(void* state, SOCKET s, int level, int optname, const char *optval, int optlen);
|
|
||||||
- int (WINAPI *_poll)(void* state, struct pollfd *fds, unsigned int nfds, int timeout);
|
|
||||||
+ int (WINAPI *_poll)(struct pollfd *fds, nfds_t nfds, int timeout);
|
|
||||||
int (WINAPI *_send)(void* state, SOCKET s, const char *msg, int len, int flags);
|
|
||||||
int (WINAPI *_sendto)(void* state, SOCKET s, const char *msg, int len, int flags, const struct sockaddr *to, int tolen);
|
|
||||||
int (WINAPI *_recv)(void* state, SOCKET s, char *buf, int len, int flags);
|
|
||||||
226
3proxy.spec
226
3proxy.spec
|
|
@ -1,29 +1,37 @@
|
||||||
|
# To build on Fedora 14 due to https://bugzilla.redhat.com/show_bug.cgi?id=715580
|
||||||
|
#% global _unitdir /lib/systemd/system
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: 3proxy
|
Name: 3proxy
|
||||||
Version: 0.9.5
|
Version: 0.8.13
|
||||||
Release: %autorelease
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Summary: Tiny but very powerful proxy
|
Summary: Tiny but very powerful proxy
|
||||||
Summary(ru): Маленький, но крайне мощный прокси-сервер
|
Summary(ru): Маленький, но крайне мощный прокси-сервер
|
||||||
|
|
||||||
License: BSD-3-Clause OR Apache-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later
|
License: BSD or ASL 2.0 or GPLv2+ or LGPLv2+
|
||||||
Url: http://3proxy.ru/?l=EN
|
Url: http://3proxy.ru/?l=EN
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
||||||
|
Source0: https://github.com/z3APA3A/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source2: 3proxy.cfg
|
Source2: 3proxy.cfg
|
||||||
Source3: 3proxy.service
|
Source3: 3proxy.service
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
|
||||||
|
|
||||||
# I correct config path in man only. It is fully Fedora related.
|
# I correct config path in man only. It is fully Fedora related.
|
||||||
Patch0: 3proxy-0.6.1-config-path.patch
|
Patch0: 3proxy-0.6.1-config-path.patch
|
||||||
# Fixes *_poll build error
|
|
||||||
Patch1: 3proxy-0.9.4-poll-build.patch
|
BuildRequires: systemd
|
||||||
# Adapt manpages to reflect renamed proxy binary
|
Requires(post): systemd
|
||||||
Patch2: 3proxy-0.9.4-manpage.patch
|
Requires(preun): systemd
|
||||||
|
Requires(postun): systemd
|
||||||
|
# This is actually needed for the %triggerun script but Requires(triggerun)
|
||||||
|
# is not valid. We can use %post because this particular %triggerun script
|
||||||
|
# should fire just after this package is installed.
|
||||||
|
Requires(post): systemd
|
||||||
|
Obsoletes: 3proxy-sysvinit < 0.8.12
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} -- light proxy server.
|
%{name} -- light proxy server.
|
||||||
|
|
@ -45,7 +53,7 @@ SOCKS v5, FTP, POP3, UDP и TCP проброс портов (portmapping), сп
|
||||||
%autosetup -p0
|
%autosetup -p0
|
||||||
|
|
||||||
# To use "fedora" CFLAGS (exported)
|
# To use "fedora" CFLAGS (exported)
|
||||||
sed -i -e "s/^CFLAGS =/CFLAGS +=/" Makefile.Linux
|
sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile.Linux
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -f Makefile.Linux
|
make -f Makefile.Linux
|
||||||
|
|
@ -55,16 +63,16 @@ mkdir -p %{buildroot}%{_sysconfdir}
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/
|
mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/
|
||||||
mkdir -p %{buildroot}%{_mandir}/man{3,8}
|
mkdir -p %{buildroot}%{_mandir}/man{3,8}
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
|
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
|
||||||
install -m755 -D bin/%{name} %{buildroot}%{_bindir}/%{name}
|
install -m755 -D src/%{name} %{buildroot}%{_bindir}/%{name}
|
||||||
install -m755 -D bin/ftppr %{buildroot}%{_bindir}/ftppr
|
install -m755 -D src/dighosts %{buildroot}%{_bindir}/dighosts
|
||||||
install -m755 -D bin/mycrypt %{buildroot}%{_bindir}/mycrypt
|
install -m755 -D src/ftppr %{buildroot}%{_bindir}/ftppr
|
||||||
install -m755 -D bin/pop3p %{buildroot}%{_bindir}/pop3p
|
install -m755 -D src/mycrypt %{buildroot}%{_bindir}/mycrypt
|
||||||
install -m755 -D bin/proxy %{buildroot}%{_bindir}/htproxy
|
install -m755 -D src/pop3p %{buildroot}%{_bindir}/pop3p
|
||||||
install -m755 -D bin/smtpp %{buildroot}%{_bindir}/smtpp
|
install -m755 -D src/%{name} %{buildroot}%{_bindir}/%{name}
|
||||||
install -m755 -D bin/socks %{buildroot}%{_bindir}/socks
|
install -m755 -D src/proxy %{buildroot}%{_bindir}/htproxy
|
||||||
install -m755 -D bin/tcppm %{buildroot}%{_bindir}/tcppm
|
install -m755 -D src/socks %{buildroot}%{_bindir}/socks
|
||||||
install -m755 -D bin/tlspr %{buildroot}%{_bindir}/tlspr
|
install -m755 -D src/tcppm %{buildroot}%{_bindir}/tcppm
|
||||||
install -m755 -D bin/udppm %{buildroot}%{_bindir}/udppm
|
install -m755 -D src/udppm %{buildroot}%{_bindir}/udppm
|
||||||
|
|
||||||
install -pD -m644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}.cfg
|
install -pD -m644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}.cfg
|
||||||
install -pD -m755 %{SOURCE3} %{buildroot}/%{_unitdir}/%{name}.service
|
install -pD -m755 %{SOURCE3} %{buildroot}/%{_unitdir}/%{name}.service
|
||||||
|
|
@ -85,7 +93,7 @@ done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license copying
|
%license copying
|
||||||
%doc README authors
|
%doc README authors Release.notes
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}.cfg
|
%config(noreplace) %{_sysconfdir}/%{name}.cfg
|
||||||
%{_localstatedir}/log/%{name}
|
%{_localstatedir}/log/%{name}
|
||||||
|
|
@ -94,4 +102,174 @@ done
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 22 2019 Pavel Alexeev <Pahan@Hubbitus.info> - 0.8.13-1
|
||||||
|
- Update to 0.8.13 version (bz#1742435).
|
||||||
|
- Try build on epel8 (bz#1757824).
|
||||||
|
- Completely remove SOURCE1 sysvinit legacy.
|
||||||
|
- Reformat with spaces.
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.12-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.12-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Nov 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.12-1
|
||||||
|
- Update 0.8.12
|
||||||
|
- Retire sysvinit
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 23 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 0.8.2-1
|
||||||
|
- Major upstream update - 0.8.2. Bz#1300097.
|
||||||
|
- Tarballs now on github.
|
||||||
|
|
||||||
|
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.1.3-1
|
||||||
|
- New upstream release 0.7.1.3 - bz#1263482.
|
||||||
|
|
||||||
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Mar 05 2015 Adam Jackson <ajax@redhat.com> 0.7.1.2-2
|
||||||
|
- Drop sysvinit subpackage on F23+
|
||||||
|
|
||||||
|
* Mon Feb 23 2015 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.7.2-1
|
||||||
|
- New upstream version 0.7.7.2
|
||||||
|
|
||||||
|
* Mon Aug 18 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.7.1-1
|
||||||
|
- Update to 0.7.7.1 - bz#1114274.
|
||||||
|
|
||||||
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 8 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7-1
|
||||||
|
- Update to 0.7 version bz#1085256.
|
||||||
|
- Add BR openssl-devel.
|
||||||
|
|
||||||
|
* Tue Jan 7 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-18
|
||||||
|
- Step to systemd macroses (#850383)
|
||||||
|
|
||||||
|
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Apr 26 2013 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-16
|
||||||
|
- Harden build - bz#955141
|
||||||
|
|
||||||
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 23 2011 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-12
|
||||||
|
- Make service systemd compliant (BZ#657412).
|
||||||
|
|
||||||
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 4 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-10
|
||||||
|
- Add man3/3proxy.cfg.3 man (BZ#648204).
|
||||||
|
- Gone explicit man gzip - leave it for rpm.
|
||||||
|
|
||||||
|
* Sun May 30 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-9
|
||||||
|
- Correct path to config file in man (BUG#596087) add Patch0: 3proxy-0.6.1-config-path.patch
|
||||||
|
|
||||||
|
* Mon Mar 15 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-8
|
||||||
|
- Update to version 0.6.1
|
||||||
|
- In NM event processing replace service restart to condrestart - BZ#572662
|
||||||
|
|
||||||
|
* Wed Nov 25 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-7
|
||||||
|
- Again new init-script for Fix BZ#533144 :).
|
||||||
|
|
||||||
|
* Wed Nov 25 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-6
|
||||||
|
- Forgot commit new init-script for Fix BZ#533144.
|
||||||
|
|
||||||
|
* Sun Nov 8 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-5
|
||||||
|
- Fix BZ#533144:
|
||||||
|
- Add reload section to service file, fix stop.
|
||||||
|
- Add %%{_sysconfdir}/NetworkManager/dispatcher.d/40-%%{name} (Thanks to Pankaj Pandey)
|
||||||
|
- Include man-files.
|
||||||
|
- Add Requires: initscripts as owner directory %%{_sysconfdir}/NetworkManager/dispatcher.d/
|
||||||
|
|
||||||
|
* Thu Aug 20 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-3
|
||||||
|
- Fedora Review started - thank you Peter Lemenkov.
|
||||||
|
- Change rights (0755->0644) of config.
|
||||||
|
- Disable service by default.
|
||||||
|
- Add BR dos2unix.
|
||||||
|
|
||||||
|
* Mon Aug 17 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-2
|
||||||
|
- /usr/bin/proxy renamed to htproxy to avoid name bump with libproxy-bin.
|
||||||
|
- Add Source2: 3proxy.cfg from Alt Linux (slightly modified) - http://sisyphus.ru/ru/srpm/Sisyphus/3proxy/sources/1 (thanks to Afanasov Dmitry).
|
||||||
|
- Add log-dir %%{_localstatedir}/log/%%{name}
|
||||||
|
|
||||||
|
* Mon Aug 17 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-1
|
||||||
|
- Ressurect old spec. New version 0.6.
|
||||||
|
- Rename spec to classic %%{name}.spec.
|
||||||
|
- Remove Hu part from release and add %%{?dist}.
|
||||||
|
- Change summary, description, URL. Add Russian localisation of sumamry and description.
|
||||||
|
- Strip some old comments.
|
||||||
|
- Add to %%doc Readme Changelog authors copying news.
|
||||||
|
- Turn macros usage from %%name to %%{name} for consistence.
|
||||||
|
- Change group from System/Servers to standard System Environment/Daemons.
|
||||||
|
- Add %%defattr(-,root,root,-) in %%files section.
|
||||||
|
- Add cleanup in %%install section.
|
||||||
|
- Add %%clean section with cleanup buildroot.
|
||||||
|
- License changed from just GPL to "BSD or ASL 2.0 or GPLv2+ or LGPLv2+" (according to Makefile.Linux)
|
||||||
|
- Add %%config(noreplace) mark to all configs.
|
||||||
|
- Add file %%{_initdir}/%%{name}
|
||||||
|
- Old %%{_initdir} macros replaced by %%{_initrddir}
|
||||||
|
- Hack makefile to use system CFLAGS.
|
||||||
|
- Add %%post/%%postun sections.
|
||||||
|
|
||||||
|
* Fri Jan 25 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] info> - 0.5.3k
|
||||||
|
- Import from ftp://ftp.nluug.nl/pub/os/Linux/distr/altlinux/4.0/Server/4.0.1/files/SRPMS/3proxy-0.5.3h-alt1.src.rpm
|
||||||
|
Combine with ftp://ftp.pbone.net/mirror/ftp.sourceforge.net/pub/sourceforge/t/th/three-proxy/3proxy-0.5.3g-1.src.rpm
|
||||||
|
- Steep to version 0.5.3k
|
||||||
|
- Comment out packager
|
||||||
|
- Reformat header of spec with tabs
|
||||||
|
- Add desc from second src.rpm of import
|
||||||
|
- Correct source0
|
||||||
|
- Add -c key fo %%setup macro
|
||||||
|
- Add BuildRoot definition (this is not ALT)
|
||||||
|
- Change
|
||||||
|
Release: alt1
|
||||||
|
to
|
||||||
|
Release: 0.Hu.0
|
||||||
|
|
||||||
|
* Fri Apr 13 2007 Lunar Child <luch@altlinux.ru> 0.5.3h-alt1
|
||||||
|
- new version
|
||||||
|
|
||||||
|
* Wed Mar 21 2007 Lunar Child <luch@altlinux.ru> 0.5.3g-alt2
|
||||||
|
- Added init script.
|
||||||
|
- Added new trivial config file.
|
||||||
|
|
||||||
|
* Tue Mar 20 2007 Lunar Child <luch@altlinux.ru> 0.5.3g-alt1
|
||||||
|
- First build for ALT Linux Sisyphus
|
||||||
|
|
|
||||||
211
changelog
211
changelog
|
|
@ -1,211 +0,0 @@
|
||||||
* Tue Feb 20 2024 Tim Semeijn <tim@goat.re> - 0.9.4-2
|
|
||||||
- Fix failing builds with *_poll build patch (3proxy-0.9.4-poll-build.patch)
|
|
||||||
- Convert license to SPDX
|
|
||||||
|
|
||||||
* Sun Feb 11 2024 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.9.4-1
|
|
||||||
- Update to 0.9.4, fixes rhbz#1888503
|
|
||||||
- Fix FTBFS, fixes rhbz#2261821
|
|
||||||
|
|
||||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.8.13-5
|
|
||||||
- Rebuilt for updated fedora-rpm-macros.
|
|
||||||
See https://pagure.io/fesco/issue/2583.
|
|
||||||
|
|
||||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Oct 22 2019 Pavel Alexeev <Pahan@Hubbitus.info> - 0.8.13-1
|
|
||||||
- Update to 0.8.13 version (bz#1742435).
|
|
||||||
- Try build on epel8 (bz#1757824).
|
|
||||||
- Completely remove SOURCE1 sysvinit legacy.
|
|
||||||
- Reformat with spaces.
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.12-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.12-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Nov 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.12-1
|
|
||||||
- Update 0.8.12
|
|
||||||
- Retire sysvinit
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 23 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 0.8.2-1
|
|
||||||
- Major upstream update - 0.8.2. Bz#1300097.
|
|
||||||
- Tarballs now on github.
|
|
||||||
|
|
||||||
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.1.3-1
|
|
||||||
- New upstream release 0.7.1.3 - bz#1263482.
|
|
||||||
|
|
||||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Mar 05 2015 Adam Jackson <ajax@redhat.com> 0.7.1.2-2
|
|
||||||
- Drop sysvinit subpackage on F23+
|
|
||||||
|
|
||||||
* Mon Feb 23 2015 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.7.2-1
|
|
||||||
- New upstream version 0.7.7.2
|
|
||||||
|
|
||||||
* Mon Aug 18 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7.7.1-1
|
|
||||||
- Update to 0.7.7.1 - bz#1114274.
|
|
||||||
|
|
||||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Apr 8 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 0.7-1
|
|
||||||
- Update to 0.7 version bz#1085256.
|
|
||||||
- Add BR openssl-devel.
|
|
||||||
|
|
||||||
* Tue Jan 7 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-18
|
|
||||||
- Step to systemd macroses (#850383)
|
|
||||||
|
|
||||||
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Apr 26 2013 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-16
|
|
||||||
- Harden build - bz#955141
|
|
||||||
|
|
||||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 23 2011 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-12
|
|
||||||
- Make service systemd compliant (BZ#657412).
|
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 4 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-10
|
|
||||||
- Add man3/3proxy.cfg.3 man (BZ#648204).
|
|
||||||
- Gone explicit man gzip - leave it for rpm.
|
|
||||||
|
|
||||||
* Sun May 30 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-9
|
|
||||||
- Correct path to config file in man (BUG#596087) add Patch0: 3proxy-0.6.1-config-path.patch
|
|
||||||
|
|
||||||
* Mon Mar 15 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-8
|
|
||||||
- Update to version 0.6.1
|
|
||||||
- In NM event processing replace service restart to condrestart - BZ#572662
|
|
||||||
|
|
||||||
* Wed Nov 25 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-7
|
|
||||||
- Again new init-script for Fix BZ#533144 :).
|
|
||||||
|
|
||||||
* Wed Nov 25 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-6
|
|
||||||
- Forgot commit new init-script for Fix BZ#533144.
|
|
||||||
|
|
||||||
* Sun Nov 8 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-5
|
|
||||||
- Fix BZ#533144:
|
|
||||||
- Add reload section to service file, fix stop.
|
|
||||||
- Add %%{_sysconfdir}/NetworkManager/dispatcher.d/40-%%{name} (Thanks to Pankaj Pandey)
|
|
||||||
- Include man-files.
|
|
||||||
- Add Requires: initscripts as owner directory %%{_sysconfdir}/NetworkManager/dispatcher.d/
|
|
||||||
* Thu Aug 20 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-3
|
|
||||||
- Fedora Review started - thank you Peter Lemenkov.
|
|
||||||
- Change rights (0755->0644) of config.
|
|
||||||
- Disable service by default.
|
|
||||||
- Add BR dos2unix.
|
|
||||||
|
|
||||||
* Mon Aug 17 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-2
|
|
||||||
- /usr/bin/proxy renamed to htproxy to avoid name bump with libproxy-bin.
|
|
||||||
- Add Source2: 3proxy.cfg from Alt Linux (slightly modified) - http://sisyphus.ru/ru/srpm/Sisyphus/3proxy/sources/1 (thanks to Afanasov Dmitry).
|
|
||||||
- Add log-dir %%{_localstatedir}/log/%%{name}
|
|
||||||
* Mon Aug 17 2009 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6-1
|
|
||||||
- Ressurect old spec. New version 0.6.
|
|
||||||
- Rename spec to classic %%{name}.spec.
|
|
||||||
- Remove Hu part from release and add %%{?dist}.
|
|
||||||
- Change summary, description, URL. Add Russian localisation of sumamry and description.
|
|
||||||
- Strip some old comments.
|
|
||||||
- Add to %%doc Readme Changelog authors copying news.
|
|
||||||
- Turn macros usage from %%name to %%{name} for consistence.
|
|
||||||
- Change group from System/Servers to standard System Environment/Daemons.
|
|
||||||
- Add %%defattr(-,root,root,-) in %%files section.
|
|
||||||
- Add cleanup in %%install section.
|
|
||||||
- Add %%clean section with cleanup buildroot.
|
|
||||||
- License changed from just GPL to "BSD or ASL 2.0 or GPLv2+ or LGPLv2+" (according to Makefile.Linux)
|
|
||||||
- Add %%config(noreplace) mark to all configs.
|
|
||||||
- Add file %%{_initdir}/%%{name}
|
|
||||||
- Old %%{_initdir} macros replaced by %%{_initrddir}
|
|
||||||
- Hack makefile to use system CFLAGS.
|
|
||||||
- Add %%post/%%postun sections.
|
|
||||||
|
|
||||||
* Fri Jan 25 2008 Pavel Alexeev <Pahan [ at ] Hubbitus [ DOT ] info> - 0.5.3k
|
|
||||||
- Import from ftp://ftp.nluug.nl/pub/os/Linux/distr/altlinux/4.0/Server/4.0.1/files/SRPMS/3proxy-0.5.3h-alt1.src.rpm
|
|
||||||
Combine with ftp://ftp.pbone.net/mirror/ftp.sourceforge.net/pub/sourceforge/t/th/three-proxy/3proxy-0.5.3g-1.src.rpm
|
|
||||||
- Steep to version 0.5.3k
|
|
||||||
- Comment out packager
|
|
||||||
- Reformat header of spec with tabs
|
|
||||||
- Add desc from second src.rpm of import
|
|
||||||
- Correct source0
|
|
||||||
- Add -c key fo %%setup macro
|
|
||||||
- Add BuildRoot definition (this is not ALT)
|
|
||||||
- Change
|
|
||||||
Release: alt1
|
|
||||||
to
|
|
||||||
Release: 0.Hu.0
|
|
||||||
|
|
||||||
* Fri Apr 13 2007 Lunar Child <luch@altlinux.ru> 0.5.3h-alt1
|
|
||||||
- new version
|
|
||||||
|
|
||||||
* Wed Mar 21 2007 Lunar Child <luch@altlinux.ru> 0.5.3g-alt2
|
|
||||||
- Added init script.
|
|
||||||
- Added new trivial config file.
|
|
||||||
|
|
||||||
* Tue Mar 20 2007 Lunar Child <luch@altlinux.ru> 0.5.3g-alt1
|
|
||||||
- First build for ALT Linux Sisyphus
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (3proxy-0.9.5.tar.gz) = b668db6438da19ee2479228af744b9b3b9ff2c7e6d97aaf3b20737b165ab2baf656ac9ea92b6f1e169c428784c7d9e3e7eeb7c3effb1c0b77e5038319b6d2bcd
|
SHA512 (3proxy-0.8.13.tar.gz) = 94b4a2568917c1d720276e38050a13e144d3e92ff41edd02eeebac0a6c21e6a839a58ea7dcb3abc03370e0f18452c953cfd7ad15ebac87e66b78d94fa52fbd79
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue