- Update to new upstream release 7.2.10.r2
OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=77
This commit is contained in:
parent
508c0e294d
commit
a5c70d0d3a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a87a046aa73fc4a97a11d41cc08c60b835135ba20bb173ca888b40e0d6b54b27
|
|
||||||
size 1179582
|
|
3
atheme-v7.2.10-r2.tar.xz
Normal file
3
atheme-v7.2.10-r2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cceceb285283509c9f6dcb20eeb9b816db373a81b55fe49bc11a774b501d687d
|
||||||
|
size 21061364
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 13:29:52 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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
|
Fri Nov 3 10:10:28 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
15
atheme.spec
15
atheme.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package atheme
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: atheme
|
||||||
%define lname libathemecore1
|
%define lname libathemecore1
|
||||||
Version: 7.2.9
|
%define rversion 7.2.10-r2
|
||||||
|
Version: 7.2.10.r2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://atheme.net/
|
|
||||||
Summary: Extensible IRC services
|
Summary: Extensible IRC services
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Networking/IRC
|
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
|
Source9: example.conf
|
||||||
Patch1: atheme-lockmodes.diff
|
Patch1: atheme-lockmodes.diff
|
||||||
Patch2: atheme-nodate.diff
|
Patch2: atheme-nodate.diff
|
||||||
Patch3: atheme-serno.diff
|
Patch3: atheme-serno.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: cracklib-devel
|
BuildRequires: cracklib-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -71,8 +71,7 @@ This package contains the development headers for the library found
|
|||||||
in %lname.
|
in %lname.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1 -n %name-v%rversion
|
||||||
%patch -P 1 -P 2 -P 3 -p1
|
|
||||||
# nudge atheme in the direction of using the system-provided libmowgli
|
# nudge atheme in the direction of using the system-provided libmowgli
|
||||||
rm -Rf libmowgli-2
|
rm -Rf libmowgli-2
|
||||||
# ignore contrib modules
|
# ignore contrib modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user