From 758b802bfa40e81f4ed4308175c9a89539352f60 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 3 Nov 2009 04:43:00 +0000 Subject: [PATCH 01/12] Initialize branch EL-5 for 389-dsgw --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 362e01b77fadbefbc85056b1b4fa621b40e3f50a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 00:45:33 +0000 Subject: [PATCH 02/12] Initialize branch F-13 for 389-dsgw --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 157118681793419bb12ebf4f5544c85006a72c1a Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 25 Jun 2010 20:01:11 +0000 Subject: [PATCH 03/12] version 1.1.5 --- .cvsignore | 3 +-- 389-dsgw.spec | 6 +++++- sources | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index eff6e0c..4db97bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -389-dsgw-1.1.3.tar.bz2 -389-dsgw-1.1.4.tar.bz2 +389-dsgw-1.1.5.tar.bz2 diff --git a/389-dsgw.spec b/389-dsgw.spec index c666043..85d4cb3 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,7 +2,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ @@ -86,6 +86,10 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Thu Jan 14 2010 Rich Megginson - 1.1.5-1 +- bump version to 1.1.5 +- make sure we can find ICU genrb correctly on all platforms + * Wed Aug 12 2009 Rich Megginson - 1.1.4-1 - bump version to 1.1.4 - fix remaining licensing problems diff --git a/sources b/sources index fa1763d..caa1ee8 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -cd46daccd82073e859c9531d50057a2c 389-dsgw-1.1.3.tar.bz2 -962ee240e93c8a074bd2fce39f70a44e 389-dsgw-1.1.4.tar.bz2 +8a9931ea00229d6fd0aaca4f87389e10 389-dsgw-1.1.5.tar.bz2 From 7c1d8bbd6697e99725f4ff7099e9add333f91060 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:44:48 +0000 Subject: [PATCH 04/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log 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 d81dcf1..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 diff --git a/import.log b/import.log deleted file mode 100644 index 5d35bb5..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-dsgw-1_1_3-1:HEAD:389-dsgw-1.1.3-1.src.rpm:1244130671 From d5f50486d9967f5dfbf081118fd4e86e27e738b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:44:53 +0000 Subject: [PATCH 05/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log 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 91830f7..0000000 --- a/Makefile +++ /dev/null @@ -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 $$/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 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 diff --git a/import.log b/import.log deleted file mode 100644 index 5d35bb5..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -89-dsgw-1_1_3-1:HEAD:389-dsgw-1.1.3-1.src.rpm:1244130671 From 4e0891b7553751102fd375d813c8ee3d53d7669c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 26 Oct 2010 18:40:14 -0600 Subject: [PATCH 06/12] version 1.1.6 - openldap support on f-14 and later --- .gitignore | 3 ++- 389-dsgw.spec | 6 +++++- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4db97bf..d1753e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -389-dsgw-1.1.5.tar.bz2 +*~ +389-dsgw-1.1.6.tar.bz2 diff --git a/389-dsgw.spec b/389-dsgw.spec index 85d4cb3..5820b16 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,7 +2,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.5 +Version: 1.1.6 Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ @@ -86,6 +86,10 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Fri Oct 8 2010 Rich Megginson - 1.1.6-1 +- bump version to 1.1.6 +- support for openldap + * Thu Jan 14 2010 Rich Megginson - 1.1.5-1 - bump version to 1.1.5 - make sure we can find ICU genrb correctly on all platforms diff --git a/sources b/sources index caa1ee8..9cbbc99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a9931ea00229d6fd0aaca4f87389e10 389-dsgw-1.1.5.tar.bz2 +d1cecd96ff807e50590d8e330b0e4baf 389-dsgw-1.1.6.tar.bz2 From 381563f9229048ab17e8d8b6f25755c07343b118 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 28 Jun 2011 09:52:30 -0600 Subject: [PATCH 07/12] look for separate openldap ldif library remove old fedora-ds cruft (cherry picked from commit 66734ce38b1a540e08d0e3091dcdb4be5c4df47b) (cherry picked from commit 29ee56459c6c4f25c32d5af911be6641b2b34a6b) --- .gitignore | 1 + 389-dsgw.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d1753e7..16e0b92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ 389-dsgw-1.1.6.tar.bz2 +/389-dsgw-1.1.7.tar.bz2 diff --git a/389-dsgw.spec b/389-dsgw.spec index 5820b16..98fcfc3 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,7 +2,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ @@ -86,6 +86,10 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Tue Jun 28 2011 Rich Megginson - 1.1.7-1 +- look for separate openldap ldif library +- remove old fedora-ds cruft + * Fri Oct 8 2010 Rich Megginson - 1.1.6-1 - bump version to 1.1.6 - support for openldap diff --git a/sources b/sources index 9cbbc99..138ad95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d1cecd96ff807e50590d8e330b0e4baf 389-dsgw-1.1.6.tar.bz2 +367537e786006adf8f204974b62c282b 389-dsgw-1.1.7.tar.bz2 From b67414c6c364202917ce05d8a41f1b429ca2812f Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 14 Sep 2011 07:19:21 -0600 Subject: [PATCH 08/12] rebuild with new 389-adminutil in stable (cherry picked from commit 777cee61c726f64f43d304d27d3f843465c9d083) (cherry picked from commit 0100a2894cc2cfefd3cf06f02b74835a40b3fe03) --- 389-dsgw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/389-dsgw.spec b/389-dsgw.spec index 98fcfc3..c353a9a 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -3,7 +3,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw Version: 1.1.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: http://port389.org/ Group: System Environment/Daemons @@ -86,6 +86,9 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Wed Sep 14 2011 Rich Megginson - 1.1.7-2 +- rebuild with new 389-adminutil in stable + * Tue Jun 28 2011 Rich Megginson - 1.1.7-1 - look for separate openldap ldif library - remove old fedora-ds cruft From e86347fbaf5dc0ba0ecdea3ff8dcb429a680dd9c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 3 Feb 2012 17:29:12 -0700 Subject: [PATCH 09/12] Ticket #281 - TLS not working with latest openldap (cherry picked from commit d7ecae911193845ac70d835b80b565a5e96b2e8c) --- .gitignore | 2 ++ 389-dsgw.spec | 7 +++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16e0b92..0d25317 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ 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 diff --git a/389-dsgw.spec b/389-dsgw.spec index c353a9a..ac02145 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,8 +2,8 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.7 -Release: 2%{?dist} +Version: 1.1.9 +Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ Group: System Environment/Daemons @@ -86,6 +86,9 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Fri Feb 3 2012 Rich Megginson - 1.1.9-1 +- Ticket #281 - TLS not working with latest openldap + * Wed Sep 14 2011 Rich Megginson - 1.1.7-2 - rebuild with new 389-adminutil in stable diff --git a/sources b/sources index 138ad95..6a7fb33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -367537e786006adf8f204974b62c282b 389-dsgw-1.1.7.tar.bz2 +a622d6e4ed636b831fdaa8dea6bef1f9 389-dsgw-1.1.9.tar.bz2 From 61bef47504752e19a115bdd11aaeab88b06efa0c Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 13 Mar 2013 15:54:07 -0400 Subject: [PATCH 10/12] ce71231 Bump version to 1.1.10 - Ticket 606 - DSGW - format string errors --- 389-dsgw.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/389-dsgw.spec b/389-dsgw.spec index ac02145..952f292 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,7 +2,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ @@ -86,6 +86,10 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Wed Mar 13 2013 Mark Reynolds - 1.1.10-1 +- ce71231 Bump version to 1.1.10 +- Ticket 606 - DSGW - format string errors + * Fri Feb 3 2012 Rich Megginson - 1.1.9-1 - Ticket #281 - TLS not working with latest openldap From 56a04869421185d1e919370261d87528ac0fc896 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Wed, 13 Mar 2013 16:29:47 -0400 Subject: [PATCH 11/12] Updated sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d25317..ee6ef04 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /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 diff --git a/sources b/sources index 6a7fb33..8209f4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a622d6e4ed636b831fdaa8dea6bef1f9 389-dsgw-1.1.9.tar.bz2 +7ecc9e7ce901df450c7099abc3d13a46 389-dsgw-1.1.10.tar.bz2 From e2a2473818e32af9114c042e94524e090833b115 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 20 Aug 2013 14:21:56 -0600 Subject: [PATCH 12/12] 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 c2b54691b1c95bd7f4a65bc632f4fb95a19a1320) --- .gitignore | 1 + 389-dsgw.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee6ef04..c126eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /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 diff --git a/389-dsgw.spec b/389-dsgw.spec index 952f292..3a33ac7 100644 --- a/389-dsgw.spec +++ b/389-dsgw.spec @@ -2,7 +2,7 @@ Summary: 389 Directory Server Gateway (dsgw) Name: 389-dsgw -Version: 1.1.10 +Version: 1.1.11 Release: 1%{?dist} License: GPLv2 URL: http://port389.org/ @@ -86,6 +86,14 @@ fi %{_libdir}/%{pkgname}/dsgw-cgi-bin %changelog +* Tue Aug 20 2013 Rich Megginson - 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 - 1.1.10-1 - ce71231 Bump version to 1.1.10 - Ticket 606 - DSGW - format string errors diff --git a/sources b/sources index 8209f4f..5df307a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ecc9e7ce901df450c7099abc3d13a46 389-dsgw-1.1.10.tar.bz2 +b6b35fdd21f8ac5291b5ead34e07c6a4 389-dsgw-1.1.11.tar.bz2