1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-15 05:34:10 +00:00

ngIRCd 0.8.3

This commit is contained in:
Alexander Barton 2005-02-03 10:16:25 +00:00
parent 3563147514
commit a9823b2db1
4 changed files with 11 additions and 5 deletions

View File

@ -10,7 +10,7 @@
-- ChangeLog -- -- ChangeLog --
ngIRCd 0.8.x ngIRCd 0.8.3 (2005-02-03)
- Fixed a bug that could case a root exploit when the daemon is compiled - Fixed a bug that could case a root exploit when the daemon is compiled
to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, to do IDENT lookups and is logging to syslog. Bug discovered by CoKi,
@ -561,4 +561,4 @@ ngIRCd 0.0.1, 31.12.2001
-- --
$Id: ChangeLog,v 1.233.2.19 2005/02/03 09:27:09 alex Exp $ $Id: ChangeLog,v 1.233.2.20 2005/02/03 10:16:25 alex Exp $

View File

@ -8,13 +8,13 @@
# (at your option) any later version. # (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information. # Please read the file COPYING, README and AUTHORS for more information.
# #
# $Id: configure.in,v 1.102.2.6 2005/01/26 22:05:26 alex Exp $ # $Id: configure.in,v 1.102.2.7 2005/02/03 10:16:25 alex Exp $
# #
# -- Initialisation -- # -- Initialisation --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, 0.8.2) AC_INIT(ngircd, 0.8.3)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6) AM_INIT_AUTOMAKE(1.6)

View File

@ -1,3 +1,9 @@
ngircd (0.8.3-0ab1) unstable; urgency=high
* New "upstream release", including security fixes.
-- Alexander Barton <alex@Arthur.Ath.CX> Thu, 3 Feb 2005 10:41:55 +0100
ngircd (0.8.2-0ab1) unstable; urgency=high ngircd (0.8.2-0ab1) unstable; urgency=high
* New "upstream release", including security fixes. * New "upstream release", including security fixes.

View File

@ -1,5 +1,5 @@
%define name ngircd %define name ngircd
%define version 0.8.2 %define version 0.8.3
%define release 1 %define release 1
%define prefix %{_prefix} %define prefix %{_prefix}