rpms/mirrormanager/EL-5 .cvsignore, 1.14, 1.15 mirrormanager.spec, 1.15, 1.16 sources, 1.14, 1.15

Matt Domsch mdomsch at fedoraproject.org
Thu May 27 01:46:47 UTC 2010


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15910

Modified Files:
	.cvsignore mirrormanager.spec sources 
Log Message:
update to 1.3.5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/EL-5/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	27 Apr 2010 12:31:40 -0000	1.14
+++ .cvsignore	27 May 2010 01:46:47 -0000	1.15
@@ -1 +1 @@
-mirrormanager-1.3.4.tar.bz2
+mirrormanager-1.3.5.tar.bz2


Index: mirrormanager.spec
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/EL-5/mirrormanager.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mirrormanager.spec	27 Apr 2010 12:31:40 -0000	1.15
+++ mirrormanager.spec	27 May 2010 01:46:47 -0000	1.16
@@ -1,5 +1,5 @@
 Name:           mirrormanager
-Version:        1.3.4
+Version:        1.3.5
 Release:        1%{?dist}
 Summary:        Fedora mirror management system
 BuildArch:      noarch
@@ -11,7 +11,7 @@ Source0:        https://fedorahosted.org
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  python
 Requires:       TurboGears, python-IPy, python-GeoIP, wget, yum, psmisc, python-dns, python-fedora >= 0.3.14, py-radix, mod_wsgi
-Requires:       python-basemap >= 0.99.4
+Requires:       python-basemap >= 0.99.4, python-basemap-data >= 0.99.4
 Requires(pre):  shadow-utils
 
 %define py_ver         %(echo `python -c "import sys; print sys.version[:3]"`)
@@ -85,6 +85,29 @@ exit 0
 
 
 %changelog
+* Wed May 26 2010 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.5-1
+- Adrian Reber (1):
+      mirrorlist_server: handle bad client IP address input
+- Matt Domsch (18):
+      spec: require python-basemap-data too
+      makefile: add git-sign-push target to remind me
+      crawler: implement canary mode
+      crawler: crawl private i2 hosts that also say i2_clients are ok
+      crawler: send email when marking a whole host not up2date
+      mirrorlist_server: ignore SIGHUP in child - it'll exit soon enough
+      mirrorlist_server: increase socket request queue length to 300 (still limited by kernel options to 128)
+      mirrorlist_server: set request_queue_size earlier
+      mirrorlist_server: don't ignore SIGCHLD
+      mirrorlist tester: more printing, run forever
+      mirrorlist_client: sanitize input into UTF-8
+      mirrorlist_client: add 60sec timeout to reading from the server
+      mirrorlist_client: use select() waiting on the response from mirrorlist_server
+      mirrorlist_client: a better way to handle socket timeouts
+      mirrorlist_client: leave query params as utf8
+      mirrorlist_server: handle more failures gracefully
+      mirrorlist_client: add mirrorlist_client.noreverseproxy config parameter
+      umdl: don't use move_repository_from_development()
+
 * Mon Apr 26 2010 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.4-1
 - Adrian Reber (2):
       umdl: fix failure when updating from rsync listings.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/EL-5/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	27 Apr 2010 12:31:41 -0000	1.14
+++ sources	27 May 2010 01:46:47 -0000	1.15
@@ -1 +1 @@
-549d9309f24d8e2f710fc77d3a6b66c0  mirrormanager-1.3.4.tar.bz2
+806bfbbf658649d79e16fa8e66f286cc  mirrormanager-1.3.5.tar.bz2



More information about the scm-commits mailing list