From 54c44cf5b6f4b23d3f5d57966febe7637ff64038d909d99a6a926ab5d2c77414 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 20 Dec 2019 00:51:35 +0000 Subject: [PATCH] - Update to release 1.6 OBS-URL: https://build.opensuse.org/package/show/server:mail/postsrsd?expand=0&rev=3 --- 1.6.tar.gz | 3 +++ postsrsd-1.2.g9.tar.xz | 3 --- postsrsd.changes | 8 ++++++++ postsrsd.spec | 20 ++++++++------------ 4 files changed, 19 insertions(+), 15 deletions(-) create mode 100644 1.6.tar.gz delete mode 100644 postsrsd-1.2.g9.tar.xz diff --git a/1.6.tar.gz b/1.6.tar.gz new file mode 100644 index 0000000..e0680ba --- /dev/null +++ b/1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7db909ec0e326cc92b624d1776ce96acc8bc1637bae532c4bd981168118aa13 +size 32111 diff --git a/postsrsd-1.2.g9.tar.xz b/postsrsd-1.2.g9.tar.xz deleted file mode 100644 index 0f95f27..0000000 --- a/postsrsd-1.2.g9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:809fb097760a3a4ee69e29f8f8a9b375bdf567d05c46e26aae65f13bf06d349a -size 23772 diff --git a/postsrsd.changes b/postsrsd.changes index edc848d..e2ce6af 100644 --- a/postsrsd.changes +++ b/postsrsd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 20 00:50:22 UTC 2019 - Jan Engelhardt + +- Update to release 1.6 + * Fix endianness issue with SHA-1 implementation + * Add dual stack support + * Make SRS separator configurable + ------------------------------------------------------------------- Tue Nov 18 09:47:29 UTC 2014 - jengelh@inai.de diff --git a/postsrsd.spec b/postsrsd.spec index 5432d7f..ff238e9 100644 --- a/postsrsd.spec +++ b/postsrsd.spec @@ -1,7 +1,7 @@ # # spec file for package postsrsd # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: postsrsd -Version: 1.2.g9 +Version: 1.6 Release: 0 Summary: Sender Rewriting Support for postfix -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Email/Servers -Url: https://github.com/roehling/postsrsd +URL: https://github.com/roehling/postsrsd #Git-Clone: git://github.com/roehling/postsrsd -#Snapshot: 1.2-9-gb161cb4 ; no regular release tarballs available -Source: %name-%version.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://github.com/roehling/postsrsd/archive/%version.tar.gz BuildRequires: cmake BuildRequires: systemd-rpm-macros -BuildRequires: xz %description PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based @@ -38,7 +35,7 @@ lookup tables for Postfix. SRS is needed if your mail server acts as forwarder. %prep -%setup -qn %name +%autosetup -p1 %build %cmake -DGENERATE_SRS_SECRET=0 -DCHROOT_DIR=/var/lib/empty \ @@ -72,7 +69,6 @@ fi %service_del_postun postsrsd.service %files -%defattr(-,root,root) %dir %_sysconfdir/apparmor.d %config %_sysconfdir/apparmor.d/* %config(noreplace) %_sysconfdir/default/postsrsd @@ -81,6 +77,6 @@ fi %_sbindir/rcpostsrsd %_prefix/lib/systemd/system/*.service %_docdir/%name/ -%doc LICENSE +%license LICENSE %changelog