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.

13 commits

Author SHA1 Message Date
Rich Megginson
e2a2473818 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
(cherry picked from commit c2b54691b1)
2013-08-20 14:27:45 -06:00
Mark Reynolds
56a0486942 Updated sources 2013-03-13 16:29:47 -04:00
Mark Reynolds
61bef47504 ce71231 Bump version to 1.1.10
- Ticket 606 - DSGW - format string errors
2013-03-13 15:54:07 -04:00
Rich Megginson
e86347fbaf Ticket #281 - TLS not working with latest openldap
(cherry picked from commit d7ecae9111)
2012-02-03 17:33:42 -07:00
Rich Megginson
b67414c6c3 rebuild with new 389-adminutil in stable
(cherry picked from commit 777cee61c7)
(cherry picked from commit 0100a2894c)
2011-09-14 07:24:32 -06:00
Rich Megginson
381563f922 look for separate openldap ldif library
remove old fedora-ds cruft
(cherry picked from commit 66734ce38b)
(cherry picked from commit 29ee56459c)
2011-06-28 09:55:33 -06:00
Rich Megginson
d45ec0a2ae Merge branch 'f13' into el5
Conflicts:

	.gitignore
	389-dsgw.spec
	sources
2010-10-26 20:00:00 -06:00
Rich Megginson
4e0891b755 version 1.1.6 - openldap support on f-14 and later 2010-10-26 19:54:59 -06:00
Fedora Release Engineering
d5f50486d9 dist-git conversion 2010-07-28 08:44:53 +00:00
Fedora Release Engineering
7c1d8bbd66 dist-git conversion 2010-07-28 08:44:48 +00:00
Richard Allen Megginson
1571186817 version 1.1.5 2010-06-25 20:01:11 +00:00
Jesse Keating
362e01b77f Initialize branch F-13 for 389-dsgw 2010-02-17 00:45:33 +00:00
Kevin Fenzi
758b802bfa Initialize branch EL-5 for 389-dsgw 2009-11-03 04:43:00 +00:00
6 changed files with 35 additions and 25 deletions

View file

@ -1 +0,0 @@
389-dsgw-1.1.5.tar.bz2

7
.gitignore vendored Normal file
View 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

View file

@ -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

View file

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

View file

@ -1 +0,0 @@
89-dsgw-1_1_3-1:HEAD:389-dsgw-1.1.3-1.src.rpm:1244130671

View file

@ -1 +1 @@
8a9931ea00229d6fd0aaca4f87389e10 389-dsgw-1.1.5.tar.bz2
b6b35fdd21f8ac5291b5ead34e07c6a4 389-dsgw-1.1.11.tar.bz2