From 3f240bad66f63a955949915facd31d37207bfc73 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:46:07 +0000 Subject: Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31306ae..bb23740 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := bogofilter SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) -- cgit From 8df3e11d9ff1ae591c9e8c5b114062be6ea17b94 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 11:10:17 +0000 Subject: dist-git conversion --- .cvsignore | 1 - .gitignore | 1 + Makefile | 21 --------------------- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore delete mode 100644 Makefile diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 5bce9cf..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -bogofilter-1.2.0.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5bce9cf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bogofilter-1.2.0.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index bb23740..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: bogofilter -# $Id$ -NAME := bogofilter -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) -- cgit From 6554c1ee064caaf1b58bf987e5519246041cc8c0 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 16 Aug 2010 19:18:04 +0200 Subject: * Mon Aug 16 2010 Adrian Reber - 1.2.2-1 - updated to 1.2.2 (fixes #611511, CVE-2010-2494) --- .gitignore | 1 + bogofilter.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5bce9cf..24a1277 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ bogofilter-1.2.0.tar.gz +bogofilter-1.2.2.tar.gz diff --git a/bogofilter.spec b/bogofilter.spec index c22f80b..b99d489 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -1,7 +1,7 @@ Summary: Fast anti-spam filtering by Bayesian statistical analysis Name: bogofilter -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.2 +Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: http://bogofilter.sourceforge.net/ @@ -79,6 +79,9 @@ iconv -f iso-8859-1 -t utf-8 \ %exclude %{_mandir}/man1/bogoupgrade* %changelog +* Mon Aug 16 2010 Adrian Reber - 1.2.2-1 +- updated to 1.2.2 (fixes #611511, CVE-2010-2494) + * Fri Jul 24 2009 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index c0c7e43..79d7260 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4bbc9adc30d4f8e3a547f9be18a1cb74 bogofilter-1.2.0.tar.gz +39d27c13eae8a5064d68e20d585e60de bogofilter-1.2.2.tar.gz -- cgit From 399b0a5effe004c5483d5038118e4f5c49e5aa8f Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 17 Aug 2010 18:27:24 +0200 Subject: wrong bug number in changelog; should have been 611551 and not 611511 --- bogofilter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bogofilter.spec b/bogofilter.spec index b99d489..dff3b69 100644 --- a/bogofilter.spec +++ b/bogofilter.spec @@ -80,7 +80,7 @@ iconv -f iso-8859-1 -t utf-8 \ %changelog * Mon Aug 16 2010 Adrian Reber - 1.2.2-1 -- updated to 1.2.2 (fixes #611511, CVE-2010-2494) +- updated to 1.2.2 (fixes #611551, CVE-2010-2494) * Fri Jul 24 2009 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -- cgit