Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-openldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
et-public
docker-openldap
Commits
2e20e0cb
Commit
2e20e0cb
authored
3 years ago
by
Xueshan Feng
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to 2.4.59; remove its9295.patch.
parent
ee85124b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
build.sh
+4
-4
4 additions, 4 deletions
build.sh
with
5 additions
and
5 deletions
Dockerfile
+
1
−
1
View file @
2e20e0cb
...
...
@@ -2,7 +2,7 @@ FROM debian:buster-slim AS builder
ADD
build.sh /
# https://rt.symas.com/rt/Ticket/Display.html?id=1628
# Fix access log ADD/DELETE order bug
ADD
its9295.patch /
#
ADD its9295.patch /
RUN
/build.sh
FROM
debian:buster-slim
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
4
−
4
View file @
2e20e0cb
#!/bin/bash -e
# Maintainer: sfeng@stanford.edu
OPENLDAP_VERSION
=
openldap-2.4.5
8
OPENLDAP_VERSION
=
openldap-2.4.5
9
CYRUS_SASL_VERSION
=
cyrus-sasl-2.1.27
OPENLDAP_TARBALL
=
ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
${
OPENLDAP_VERSION
}
.tgz
CYRUS_SASL_TARBALL
=
https://github.com/cyrusimap/cyrus-sasl/releases/download/
${
CYRUS_SASL_VERSION
}
/
${
CYRUS_SASL_VERSION
}
.tar.gz
...
...
@@ -59,9 +59,9 @@ function install_cyrus_sasl {
# Install OpenLDAP
function
install_openldap
{
cd
${
WORKDIR
}
/
${
OPENLDAP_VERSION
}
echo
"patch -p1 /its9295.patch"
ls
-l
/its9295.patch
patch
-p1
< /its9295.patch
#
echo "patch -p1 /its9295.patch"
#
ls -l /its9295.patch
#
patch -p1 < /its9295.patch
./configure
\
--prefix
=
/usr
\
--libexecdir
=
'${prefix}/lib'
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment