diff --git a/atheme-7.2.9.tar.bz2 b/atheme-7.2.9.tar.bz2 deleted file mode 100644 index b70cf70..0000000 --- a/atheme-7.2.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87a046aa73fc4a97a11d41cc08c60b835135ba20bb173ca888b40e0d6b54b27 -size 1179582 diff --git a/atheme-v7.2.10-r2.tar.xz b/atheme-v7.2.10-r2.tar.xz new file mode 100644 index 0000000..2ac5204 --- /dev/null +++ b/atheme-v7.2.10-r2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceceb285283509c9f6dcb20eeb9b816db373a81b55fe49bc11a774b501d687d +size 21061364 diff --git a/atheme.changes b/atheme.changes index b9c8ea8..7ccc76b 100644 --- a/atheme.changes +++ b/atheme.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 21 13:29:52 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 7.2.10.r2 + * Fix potential NULL dereference in modules/crypto/posix. + * Bump E-Mail address maximum length to 254 characters. + * Use flags setter information in modules/chanserv/access & + modules/chanserv/flags. + * Fix issue where modules/misc/httpd was not closing its + listening socket on deinit. + * Fix GroupServ data loss issue when a group was the founder of + another group. + ------------------------------------------------------------------- Fri Nov 3 10:10:28 UTC 2017 - jengelh@inai.de diff --git a/atheme.spec b/atheme.spec index 9e98fd7..19b283f 100644 --- a/atheme.spec +++ b/atheme.spec @@ -1,7 +1,7 @@ # # spec file for package atheme # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,25 @@ # 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: atheme %define lname libathemecore1 -Version: 7.2.9 +%define rversion 7.2.10-r2 +Version: 7.2.10.r2 Release: 0 -Url: http://atheme.net/ Summary: Extensible IRC services License: MIT Group: Productivity/Networking/IRC +URL: https://atheme.github.io/atheme.html -Source: https://github.com/atheme/atheme/releases/download/v%version/%name-%version.tar.bz2 +Source: https://github.com/atheme/atheme/releases/download/v%rversion/%name-v%rversion.tar.xz Source9: example.conf Patch1: atheme-lockmodes.diff Patch2: atheme-nodate.diff Patch3: atheme-serno.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cracklib-devel BuildRequires: fdupes BuildRequires: libopenssl-devel @@ -71,8 +71,7 @@ This package contains the development headers for the library found in %lname. %prep -%setup -q -%patch -P 1 -P 2 -P 3 -p1 +%autosetup -p1 -n %name-v%rversion # nudge atheme in the direction of using the system-provided libmowgli rm -Rf libmowgli-2 # ignore contrib modules