Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2a2473818 | ||
|
|
56a0486942 | ||
|
|
61bef47504 | ||
|
|
e86347fbaf | ||
|
|
b67414c6c3 | ||
|
|
381563f922 | ||
|
|
d45ec0a2ae | ||
|
|
4e0891b755 | ||
|
|
d5f50486d9 | ||
|
|
7c1d8bbd66 | ||
|
|
1571186817 | ||
|
|
362e01b77f | ||
|
|
758b802bfa |
6 changed files with 35 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
389-dsgw-1.1.5.tar.bz2
|
||||
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
*~
|
||||
389-dsgw-1.1.6.tar.bz2
|
||||
/389-dsgw-1.1.7.tar.bz2
|
||||
/389-dsgw-1.1.8.tar.bz2
|
||||
/389-dsgw-1.1.9.tar.bz2
|
||||
/389-dsgw-1.1.10.tar.bz2
|
||||
/389-dsgw-1.1.11.tar.bz2
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Summary: 389 Directory Server Gateway (dsgw)
|
||||
Name: 389-dsgw
|
||||
Version: 1.1.5
|
||||
Version: 1.1.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://port389.org/
|
||||
|
|
@ -86,6 +86,32 @@ fi
|
|||
%{_libdir}/%{pkgname}/dsgw-cgi-bin
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2013 Rich Megginson <rmeggins@redhat.com> - 1.1.11-1
|
||||
- 9bebf4c added charset tests - modularized test script - improved valgrind checking
|
||||
- Ticket #47403 DSGW authentication issue
|
||||
- Ticket #47328 389-dsgw: entrydisplay.c:2523: bad switch statement
|
||||
- Ticket #47486 compiler warnings in adminutil, admin, dsgw
|
||||
- Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw
|
||||
- Ticket #47344 - 389-dsgw: Does not support aarch64 in f19 and rawhide
|
||||
|
||||
* Wed Mar 13 2013 Mark Reynolds <mreynolds@redhat.com> - 1.1.10-1
|
||||
- ce71231 Bump version to 1.1.10
|
||||
- Ticket 606 - DSGW - format string errors
|
||||
|
||||
* Fri Feb 3 2012 Rich Megginson <rmeggins@redhat.com> - 1.1.9-1
|
||||
- Ticket #281 - TLS not working with latest openldap
|
||||
|
||||
* Wed Sep 14 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.7-2
|
||||
- rebuild with new 389-adminutil in stable
|
||||
|
||||
* Tue Jun 28 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.7-1
|
||||
- look for separate openldap ldif library
|
||||
- remove old fedora-ds cruft
|
||||
|
||||
* Fri Oct 8 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.6-1
|
||||
- bump version to 1.1.6
|
||||
- support for openldap
|
||||
|
||||
* Thu Jan 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
|
||||
- bump version to 1.1.5
|
||||
- make sure we can find ICU genrb correctly on all platforms
|
||||
|
|
|
|||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: 389-dsgw
|
||||
# $Id$
|
||||
NAME := 389-dsgw
|
||||
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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
89-dsgw-1_1_3-1:HEAD:389-dsgw-1.1.3-1.src.rpm:1244130671
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8a9931ea00229d6fd0aaca4f87389e10 389-dsgw-1.1.5.tar.bz2
|
||||
b6b35fdd21f8ac5291b5ead34e07c6a4 389-dsgw-1.1.11.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue