rpms/mirrormanager/devel .cvsignore, 1.8, 1.9 mirrormanager.spec, 1.11, 1.12 sources, 1.8, 1.9 mirrormanager-1.3.3-confirm-delete.patch, 1.1, NONE

Matt Domsch mdomsch at fedoraproject.org
Thu May 27 02:07:33 UTC 2010


Author: mdomsch

Update of /cvs/extras/rpms/mirrormanager/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17420

Modified Files:
	.cvsignore mirrormanager.spec sources 
Removed Files:
	mirrormanager-1.3.3-confirm-delete.patch 
Log Message:
update to 1.3.5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	26 Oct 2009 15:41:31 -0000	1.8
+++ .cvsignore	27 May 2010 02:07:32 -0000	1.9
@@ -1 +1 @@
-mirrormanager-1.3.3.tar.bz2
+mirrormanager-1.3.5.tar.bz2


Index: mirrormanager.spec
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/mirrormanager.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- mirrormanager.spec	27 Oct 2009 01:27:06 -0000	1.11
+++ mirrormanager.spec	27 May 2010 02:07:33 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           mirrormanager
-Version:        1.3.3
-Release:        2%{?dist}
+Version:        1.3.5
+Release:        1%{?dist}
 Summary:        Fedora mirror management system
 BuildArch:      noarch
 
@@ -8,10 +8,10 @@ Group:          Applications/Internet
 License:        MIT and GPLv2
 URL:            http://fedorahosted.org/mirrormanager
 Source0:        https://fedorahosted.org/releases/m/i/%{name}/%{name}-%{version}.tar.bz2
-Patch0:         mirrormanager-1.3.3-confirm-delete.patch
 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, python-basemap-data >= 0.99.4
 Requires(pre):  shadow-utils
 
 %define py_ver         %(echo `python -c "import sys; print sys.version[:3]"`)
@@ -38,7 +38,6 @@ mirror.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 
@@ -86,15 +85,65 @@ 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.
+      umdl: time.mktime() might return floats
+- BJ Dierkes (1):
+      Fix confirm delete method in webui.
+- Matt Domsch (34):
+      mrr: add --updates-only option
+      controllers: add mirroradmins query
+      umdl: fix crash in _get_version_from_path()
+      umdl: avoid disappering files
+      report_mirror: handle server HTTP 503 errors
+      generate-worldmap: update for newer python-basemap
+      autodetect development/13/ style directories and create appropriate Repositories
+      umdl: recognize moving Repository objects from development/13 to releases/13/
+      mrr: genericize --from and --to version values
+      get_internet2_netblocks: fix URL due to upstream directory change
+      Put titles on publiclist pages
+      expose crawler logs via apache directory listing
+      add crawler log link on host page
+      apache: ensure aliases to special areas come before the WSGI alias
+      remove python-fedora deprecation warning
+      add config option report_problems_to_email, display on publiclist footer.
+      ageFileDetails(): account for propogation delays
+      add max_propogation_days config option
+      spec: require python-basemap > 0.99.4 so generate-worldmap works
+      mirrorlist-server: use WSGIDaemonProcess for mirrorlist_client.wsgi
+      mirrormanager.wsgi run 4 instances per app server (up from 2)
+
 * Mon Oct 26 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.3-2
 - add patch to fix confirm delete from webui
 
-* Mon Oct 26 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.3-1
+* Thu Sep 28 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.3-1
 - initial setup patches from BJ Dierkes
   - simpler mirrormanager.initial, README.rpm_setup, prod.cfg
   - add user mirrormanager and group mirrormanager, content permissions
-- improved BGP ASN lookups using py-radix
-- create mirrormanager user and group if not already present
 
 * Thu Sep 28 2009 Matt Domsch <mdomsch at fedoraproject.org> - 1.3.2-1
 - add BGP ASN lookups


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mirrormanager/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	26 Oct 2009 15:41:31 -0000	1.8
+++ sources	27 May 2010 02:07:33 -0000	1.9
@@ -1 +1 @@
-d8948d971a5298d91769a2aa8ec0c753  mirrormanager-1.3.3.tar.bz2
+806bfbbf658649d79e16fa8e66f286cc  mirrormanager-1.3.5.tar.bz2


--- mirrormanager-1.3.3-confirm-delete.patch DELETED ---



More information about the scm-commits mailing list