atheme-7.0.7
OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=51
This commit is contained in:
parent
08cdd2800a
commit
b26b21693d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:314fd708dc63145e9db10c5a2ed5afebf16b398d617a633c5e80d003039afdeb
|
||||
size 1086070
|
3
atheme-services-7.0.7.tar.bz2
Normal file
3
atheme-services-7.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e8c372025845a5b433941d232a51e65527008decf3a4156263cccb7534e2af0
|
||||
size 1053389
|
@ -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
|
||||
|
||||
|
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user