Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
1a6e27dfb9 dist-git conversion 2010-07-28 09:36:03 +00:00
Bill Nottingham
eadfaa05a2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:04 +00:00
Richard Allen Megginson
9c90c6db78 this is the 1.1.8 release 2009-03-31 20:36:35 +00:00
Richard Allen Megginson
3ac1b961eb 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
2008-08-27 20:17:40 +00:00
Richard Allen Megginson
c075f457b2 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
2008-03-03 18:16:41 +00:00
Jesse Keating
da55659e7a Initialize branch F-8 for adminutil 2007-10-20 03:51:34 +00:00
5 changed files with 19 additions and 25 deletions

View file

@ -1 +0,0 @@
adminutil-1.1.5.tar.bz2

4
.gitignore vendored Normal file
View file

@ -0,0 +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

View file

@ -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 $$/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)

View file

@ -6,9 +6,9 @@
Summary: Utility library for directory server administration
Name: adminutil
Version: 1.1.5
Version: 1.1.8
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,18 @@ that use %{name}.
%{_includedir}/libadmsslutil
%changelog
* Tue Mar 31 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.8-1
- this is the 1.1.8 release
* Wed Aug 27 2008 Rich Megginson <rmeggins@redhat.com> - 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 <rmeggins@redhat.com> - 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 <rmeggins@redhat.com> - 1.1.5-1
- bump version to 1.1.5
- fix icu linking issue

View file

@ -1 +1 @@
1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2
d45b1efc36e4c283f6d5131d061966bd adminutil-1.1.8.tar.bz2