From c240a1a9cee3548d048aabe7f3353dc8a87fd5a7 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 10 Sep 2010 20:23:39 -0400 Subject: [PATCH 1/3] Update to 0.094 --- .gitignore | 1 + sources | 2 +- znc.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 09fc48a..6db2470 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ znc-0.092.tar.gz znc-0.093.svn2098.tar.bz2 znc-0.093.svn2101.tar.bz2 +/znc-0.094.tar.gz diff --git a/sources b/sources index 5bd07db..a552814 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3a67b46669774cf02c31156f03c4643 znc-0.093.svn2101.tar.bz2 +db101f7a7756285d824b59e3b33e3ad5 znc-0.094.tar.gz diff --git a/znc.spec b/znc.spec index 7725f4b..86cef9d 100644 --- a/znc.spec +++ b/znc.spec @@ -1,14 +1,14 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.093 -Release: 2.svn2101%{?dist} +Version: 0.094 +#Release: 2.svn2101%{?dist} #Release: 0.1.rc1%{?dist} -#Release: 1%{?dist} +Release: 1%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ -#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Source0: znc-0.093.svn2101.tar.bz2 +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +#Source0: znc-0.093.svn2101.tar.bz2 # svn export -r 2101 https://znc.svn.sourceforge.net/svnroot/znc/trunk # mv trunk znc-0.093.svn2101 # tar jcvf znc-0.093.svn2101.tar.bz2 znc-0.093.svn2101/ @@ -135,6 +135,9 @@ chmod -x modules/q.cpp %{_libdir}/znc/shell.so %changelog +* Fri Sep 10 2010 Nick Bebout - 0.094-1 +- Update to znc 0.094 + * Tue Aug 10 2010 Nick Bebout - 0.093-2.svn2101 - Update to znc 0.093.svn2101 to fix CVE-2010-2812 and CVE-2010-2934 From 4be524e1a205dd12ac62139be0881882c44b99d7 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 10 Sep 2010 20:41:17 -0400 Subject: [PATCH 2/3] Fix setup --- znc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/znc.spec b/znc.spec index 86cef9d..577fbb6 100644 --- a/znc.spec +++ b/znc.spec @@ -45,7 +45,7 @@ Requires: %{name} = %{version}-%{release} Extra modules for ZNC %prep -%setup -q -n znc-0.093.svn2101 +%setup -q %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp From 428c95dbda8bd9d78e336e2184eed7822791e4fb Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 24 Sep 2010 20:31:01 -0400 Subject: [PATCH 3/3] Fix .gitignore --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6db2470..e6db9a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -znc-0.092.tar.gz -znc-0.093.svn2098.tar.bz2 -znc-0.093.svn2101.tar.bz2 -/znc-0.094.tar.gz +znc-0.094.tar.gz