[supybot-gribble/f16] Updated to upstream, fixes a regex exploit

Dave Riches dcr226 at fedoraproject.org
Sun Oct 16 12:37:44 UTC 2011


commit e1720c94b4d138a50a4d9ebc680b0cd8d27755ec
Author: Dave Riches <david.r at ultracar.co.uk>
Date:   Sun Oct 16 13:37:34 2011 +0100

    Updated to upstream, fixes a regex exploit

 .gitignore           |    1 +
 sources              |    2 +-
 supybot-gribble.spec |   18 +++++++++---------
 3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d148bbf..1431feb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /supybot-gribble-20110627.tar
+/supybot-gribble-20111016.tar
diff --git a/sources b/sources
index b332cc3..9aca118 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e62dc8bd25ed5b45424df7b40358eec  supybot-gribble-20110627.tar
+98d48242a278deab6fed94ddf7915749  supybot-gribble-20111016.tar
diff --git a/supybot-gribble.spec b/supybot-gribble.spec
index 362b2ed..cac8d2c 100644
--- a/supybot-gribble.spec
+++ b/supybot-gribble.spec
@@ -1,14 +1,14 @@
 Summary:	Cross-platform support bot based on supybot
 Name:		supybot-gribble
 Version:	0.83.4.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 License:	BSD and GPLv2 and Python
 Group:		Applications/Internet
 URL:		http://sourceforge.net/apps/mediawiki/gribble/	
 # The source was pulled from upstreams git scm. Use the following
 # commands to generate the tarball
-# git archive --format=tar --prefix=supybot-gribble-0.83.4.1/ --remote=git://gribble.git.sourceforge.net/gitroot/gribble/gribble 1e337bdfa9085133ddd54c82cffa69dfcaa13c9a > supybot-gribble-20110627.tar 
-Source0:	supybot-gribble-20110627.tar
+# git archive --format=tar --prefix=supybot-gribble-0.83.4.1/ --remote=git://gribble.git.sourceforge.net/gitroot/gribble/gribble b533290c7a0ab14e7f855bba930a421e2e72b0f0 > supybot-gribble-20111016.tar 
+Source0:	supybot-gribble-20111016.tar 
 Patch0:		feedparser.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -54,7 +54,7 @@ rm  -rf %{buildroot}
 %doc docs/{CONFIGURATION,FAQ,GETTING_STARTED,PLUGIN_TUTORIAL,STYLE}
 %doc docs/{USING_UTILS,USING_WRAP}
 %{python_sitelib}/supybot
-%{python_sitelib}/supybot-0.83.4.1_gribble._2011_06_27T14_41_49_0400_-py2.*.egg-info
+%{python_sitelib}/supybot-0.83.4.1_gribble._2011_08_12T18_12_56_0400_-py2.*.egg-info
 %{_bindir}/supybot
 %{_bindir}/supybot-adduser
 %{_bindir}/supybot-botchk
@@ -72,15 +72,15 @@ rm  -rf %{buildroot}
 
 
 %changelog
-* Mon Aug 15 2011 david <david.r at ultracar.co.uk> - 0.83.4.1-9
-- Bringing version numbers inline to save diverging branches in future releases
+* Sun Oct 16 2011 david <david.r at ultracar.co.uk> - 0.83.4.1-10
+- Updated from upstream to fix regex exploit
+
+* Mon Jul 25 2011 david <david.r at ultracar.co.uk> - 0.83.4.1-9
+- fixed obsoletes issue...again
 
 * Mon Jul 25 2011 david <david.r at ultracar.co.uk> - 0.83.4.1-8
 - removed conflicts, no longer required
 
-* Thu Jul 21 2011 david <david.r at ultracar.co.uk> - 0.83.4.1-7
-- fixed another obsoletes issue
-
 * Fri Jul 01 2011 Dave Riches <david.r at ultracar.co.uk> - 0.83.4.1-6
 - fixed obsoletes to work with supybot
 


More information about the scm-commits mailing list