diff --git a/atheme-services-7.0.6.tar.bz2 b/atheme-services-7.0.6.tar.bz2 deleted file mode 100644 index 1d3b6ba..0000000 --- a/atheme-services-7.0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:314fd708dc63145e9db10c5a2ed5afebf16b398d617a633c5e80d003039afdeb -size 1086070 diff --git a/atheme-services-7.0.7.tar.bz2 b/atheme-services-7.0.7.tar.bz2 new file mode 100644 index 0000000..e98bfaa --- /dev/null +++ b/atheme-services-7.0.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8c372025845a5b433941d232a51e65527008decf3a4156263cccb7534e2af0 +size 1053389 diff --git a/atheme.changes b/atheme.changes index 275cf59..fc7b4fc 100644 --- a/atheme.changes +++ b/atheme.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 3 21:24:59 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 7.0.7 +* saslserv/{dh-aes,dh-blowfish}: avoid possible buffer overflow + with untrusted input size +* saslserv/dh-blowfish: generate a new keypair (but not a new + prime) for each authentication session +* saslserv/dh-blowfish: avoid generating DH parameters on each + mech_start(). +* Use hostname for flood klines if IP isn't set, for example on + auth-spoofed users + ------------------------------------------------------------------- Mon Sep 30 23:51:08 UTC 2013 - jengelh@inai.de diff --git a/atheme.spec b/atheme.spec index 1221ea5..43a0b80 100644 --- a/atheme.spec +++ b/atheme.spec @@ -1,7 +1,7 @@ # # spec file for package atheme # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: atheme %define pkg_name atheme-services %define lname libathemecore1 -Version: 7.0.6 +Version: 7.0.7 Release: 0 Url: http://atheme.net/ Summary: A portable, secure set of open source, modular IRC services @@ -27,7 +27,7 @@ License: MIT Group: Productivity/Networking/IRC #Git-Clone: git://github.com/atheme/atheme -Source: http://www.atheme.net/downloads/atheme-services-%version.tar.bz2 +Source: http://atheme.net/downloads/atheme-services-%version.tar.bz2 Source1: atheme.init Source2: atheme.service Source3: atheme-tmpfiles.conf @@ -89,9 +89,6 @@ rm -Rf libmowgli*; %if 0%{?suse_version} >= 1210 export RUNDIR="/run"; %endif -%if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030 -export CFLAGS="%optflags -fstack-protector" -%endif %configure \ --sysconfdir="%_sysconfdir/%name" \ --bindir="%_sbindir" \