Skip to content

Commit

Permalink
2.6 Release 7.2.12 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 14, 2022
1 parent 40d06a4 commit 62d0fd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.2.12 2022-07-14 <dave at tiredofit dot ca>

### Changed
- Stop patching one of the makefiles to allow successful builds


## 7.2.11 2022-07-14 <dave at tiredofit dot ca>

### Added
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ RUN set -x && \
\
### Apply Patches
cd /tiredofit/openldap:$(head -n 1 /tiredofit/CHANGELOG.md | awk '{print $2'})/ && \
rm -rf ./alpine/tests-make-add-missing-dependency.patch && \
for patch in ./alpine/*.patch; do echo "** Applying $patch"; patch -p1 < $patch; done && \
### Compile OpenLDAP
cd /tiredofit/openldap:$(head -n 1 /tiredofit/CHANGELOG.md | awk '{print $2'})/ && \
Expand Down

0 comments on commit 62d0fd5

Please sign in to comment.