From da55659e7aaa0217580a6ce3aba996f6259650c8 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 20 Oct 2007 03:51:34 +0000 Subject: [PATCH 1/6] Initialize branch F-8 for adminutil --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From c075f457b261f2cc3db9a9e12d5f88b7d089483f Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Mon, 3 Mar 2008 18:16:41 +0000 Subject: [PATCH 2/6] Resolves bug 245248 - dsgw doesn\'t escape filename in error message - The new dsgw hasn\'t been released yet, and the old one doesn't use this code --- .cvsignore | 1 + adminutil.spec | 7 ++++++- sources | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index d5c6105..be69c54 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.5.tar.bz2 +adminutil-1.1.6.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index d9fcd02..52a67ef 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.5 +Version: 1.1.6 Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Mar 3 2008 Rich Megginson - 1.1.6-1 +- Resolves bug 245248 - dsgw doesn't escape filename in error message +- The new dsgw hasn't been released yet, and the old one doesn't use +- this code. + * Thu Oct 18 2007 Rich Megginson - 1.1.5-1 - bump version to 1.1.5 - fix icu linking issue diff --git a/sources b/sources index 43782b7..b7ab546 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 +b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 From 3ac1b961eb82448468467905af55b2469da028f0 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 27 Aug 2008 20:17:40 +0000 Subject: [PATCH 3/6] Resolves bug 454060 - ViewLog CGI crash with new adminutil Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault This is the 1.1.7 release --- .cvsignore | 1 + adminutil.spec | 8 ++++++-- sources | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index be69c54..dc6267e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ adminutil-1.1.5.tar.bz2 adminutil-1.1.6.tar.bz2 +adminutil-1.1.7.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 52a67ef..692b588 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,9 +6,9 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} -License: LGPL +License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -84,6 +84,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Aug 27 2008 Rich Megginson - 1.1.7-1 +- Resolves bug 454060 - ViewLog CGI crash with new adminutil +- Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault + * Mon Mar 3 2008 Rich Megginson - 1.1.6-1 - Resolves bug 245248 - dsgw doesn't escape filename in error message - The new dsgw hasn't been released yet, and the old one doesn't use diff --git a/sources b/sources index b7ab546..3fc6892 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 +e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2 From 9c90c6db7883114b7b46824f26813746cc29dbda Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Tue, 31 Mar 2009 20:36:35 +0000 Subject: [PATCH 4/6] this is the 1.1.8 release --- .cvsignore | 1 + adminutil.spec | 5 ++++- sources | 4 +--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index dc6267e..a590007 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ adminutil-1.1.5.tar.bz2 adminutil-1.1.6.tar.bz2 adminutil-1.1.7.tar.bz2 +adminutil-1.1.8.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 692b588..7f04e14 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Mar 31 2009 Rich Megginson - 1.1.8-1 +- this is the 1.1.8 release + * Wed Aug 27 2008 Rich Megginson - 1.1.7-1 - Resolves bug 454060 - ViewLog CGI crash with new adminutil - Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault diff --git a/sources b/sources index 3fc6892..1a948da 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 -b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 -e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2 +d45b1efc36e4c283f6d5131d061966bd adminutil-1.1.8.tar.bz2 From eadfaa05a2aa7bb00a1c2863306e5f9aa1dc57b5 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:04 +0000 Subject: [PATCH 5/6] 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 c2c5803..d8b26b2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := adminutil 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)) From 1a6e27dfb929c608265bd9ad6eaec5a4ef609d87 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:03 +0000 Subject: [PATCH 6/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d8b26b2..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: adminutil -# $Id$ -NAME := adminutil -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) diff --git a/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8