]> git.pld-linux.org Git - packages/anubis.git/blobdiff - anubis.spec
- massive change: BR: openssl-devel >= 0.9.6m
[packages/anubis.git] / anubis.spec
index ca368d5afc8edd565facb5a878af293958ef7a70..d2859f0290ebc7bf61faf99c94f633aa35e38944 100644 (file)
@@ -2,44 +2,61 @@ Summary:      An outgoing mail processor, and the SMTP tunnel
 Summary(pl):   Preprocesor wychodz±cej poczty i tunel SMTP
 Name:          anubis
 Version:       3.4.6
-Release:       2
+Release:       4
 License:       GPL
 Group:         Applications/Mail
-Source0:       http://cesnet.dl.sourceforge.net/sourceforge/anubis/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/anubis/%{name}-%{version}.tar.gz
+# Source0-md5: 12e492c1b4287a93659530510db5b77b
 Source1:       %{name}.init
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-securityfixes.patch
+Patch2:                %{name}-nolibnsl.patch
 URL:           http://anubis.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gpgme-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.6m
 BuildRequires: pcre-devel
 BuildRequires: texinfo
-PreReq:                /sbin/chkconfig
+PreReq:                rc-scripts
+Requires(post,preun):  /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Anubis is an outgoing mail processor. It goes between the MUA (Mail User Agent)
-and the MTA (Mail Transport Agent), and can perform on the fly various sorts of
-processing and conversion on the outgoing mail in accord with the sender's
-specified rules, based on a highly configurable regular expressions system.
-It operates as a proxy server, independently from mail user agents.
-Anubis can edit outgoing mail headers, encrypt and/or sign mail with the
-GNU Privacy Guard, build secure SMTP tunnels (Simple Mail Transport Protocol)
-using the TLS/SSL encryption even if your mail user agent doesn't support it,
-or tunnel a connection through a SOCKS proxy or WinGate proxy server. Moreover,
-Anubis supports the remailers (it allows sending mail in an anonymous way).
+GNU Anubis is an outgoing mail processor. It goes between the MUA
+(Mail User Agent) and the MTA (Mail Transport Agent), and can perform
+on the fly various sorts of processing and conversion on the outgoing
+mail in accord with the sender's specified rules, based on a highly
+configurable regular expressions system. It operates as a proxy
+server, independently from mail user agents. GNU Anubis can edit
+outgoing mail headers, encrypt and/or sign mail with the GNU Privacy
+Guard, build secure SMTP tunnels (Simple Mail Transport Protocol)
+using the TLS/SSL encryption even if your mail user agent doesn't
+support it, or tunnel a connection through a SOCKS proxy. Moreover,
+GNU Anubis supports the remailers (it allows sending mail in an
+anonymous way).
 
 %description -l pl
-Anubis jest preprocesorem wychodz±cej poczty i tunelem miêdzy MUA and
-the MTA. Anubis wspiera rozszerzone wyra¿enia regularne, szyfrowanie
-TLS/SSL, GnuPG, SOCKS Proxy oraz WinGates, remailery i nie tylko.
+GNU Anubis zajmuje siê przetwarzaniem poczty wychodz±cej. Znajduje siê
+on pomiêdzy MUA (Mail User Agent) i MTA (Mail Transport Agent) i mo¿e
+wykonywaæ w locie ró¿ne rodzaje przetwarzania i konwersji poczty
+wychodz±cej zale¿nie od podanych regu³, bazuj±cych na wysoce
+konfigurowalnym systemie wyra¿eñ regularnych. GNU Anubis dzia³a jako
+serwer proxy, niezale¿nie od programów pocztowych. Potrafi on zmieniaæ
+nag³ówki listów, szyfrowaæ lub podpisywaæ jest przy pomocy GNU Privacy
+Guard, tworzyæ bezpieczne tunele SMTP u¿ywaj±c szyfrowania TLS/SSL
+nawet, gdy Twój program pocztowy nie ma takich mo¿liwo¶ci. Mo¿liwe
+jest te¿ tunelowanie po³±czeñ przez SOCKS proxy.
+Co wiêcej, GNU Anubis wspiera tak¿e remailery (czyli pozawala na
+anonimowe wysy³anie poczty).
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
This page took 0.029795 seconds and 4 git commands to generate.