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.

15 commits

Author SHA1 Message Date
Rich Megginson
bfa72c5db2 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:25:54 -06:00
Mark Reynolds
cce1a1d62a Updated sources 2013-03-13 16:54:47 -04:00
Mark Reynolds
94a72e8a2b ce71231 Bump version to 1.1.10
- Ticket 606 - DSGW - format string errors
2013-03-13 15:41:14 -04:00
Rich Megginson
d7ecae9111 Ticket #281 - TLS not working with latest openldap 2012-02-03 17:33:18 -07:00
Rich Megginson
0100a2894c rebuild with new 389-adminutil in stable
(cherry picked from commit 777cee61c7)
2011-09-14 07:24:20 -06:00
Rich Megginson
29ee56459c look for separate openldap ldif library
remove old fedora-ds cruft
(cherry picked from commit 66734ce38b)
2011-06-28 09:55:06 -06:00
Rich Megginson
be5290660e version 1.1.6 - openldap support on f-14 and later 2011-06-01 16:06:42 -06:00
Rich Megginson
40beac8cd9 Merge branch 'f13' into el6
Conflicts:

	.gitignore
	389-dsgw.spec
	sources
2010-10-26 19:58:46 -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
04e463fcb4 dist-git conversion 2010-07-28 08:44:56 +00:00
Fedora Release Engineering
7c1d8bbd66 dist-git conversion 2010-07-28 08:44:48 +00:00
Dennis Gilmore
78cef13cab Initialize branch EL-6 for 389-dsgw 2010-05-08 01:41:04 +00:00
Jesse Keating
362e01b77f Initialize branch F-13 for 389-dsgw 2010-02-17 00:45:33 +00:00
Richard Allen Megginson
d5d3f5499f this is the 1.1.5 release - make sure the build finds ICU genrb correctly
on all platforms
2010-01-14 21:56:29 +00:00
Bill Nottingham
d203c9cbc3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:49:52 +00:00
6 changed files with 37 additions and 29 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/
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nspr-devel
BuildRequires: nss-devel
BuildRequires: svrcore-devel
BuildRequires: mozldap-devel
BuildRequires: openldap-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: icu
BuildRequires: libicu-devel
@ -21,8 +21,6 @@ BuildRequires: 389-adminutil-devel
Requires: /etc/dirsrv/admin-serv/httpd.conf
# orgchart uses perldap
Requires: perl-Mozilla-LDAP
Provides: fedora-ds-dsgw = %{version}-%{release}
Obsoletes: fedora-ds-dsgw < 1.1.3-1
Source0: http://port389.org/sources/%{name}-%{version}.tar.bz2
@ -41,7 +39,7 @@ different types of user and group entries
%setup -q -n %{name}-%{version}
%build
%configure --disable-rpath
%configure --disable-rpath --with-openldap
# Generate symbolic info for debuggers
export XCFLAGS=$RPM_OPT_FLAGS
@ -86,6 +84,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