Skip to content

Commit

Permalink
Merge pull request #38 from pablo-knight/master
Browse files Browse the repository at this point in the history
Update changelog/clean up
  • Loading branch information
lukasmatusiewicz authored Feb 17, 2023
2 parents e931b5c + 7aaa96f commit 0e7d292
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 62 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@ endif
#VERSION=1.6
SRCDIRS=debian conffiles simplesamlphp-module-privacyidea/
SRCFILES=Makefile
DEFAULT_CONFFILES=conffiles-v1.9
DEFAULT_CONFFILES=conffiles-template
VERSION_NUMBER=$(shell echo ${VERSION} | sed 's@^[^0-9\.]*\([0-9\.]\+\).*@\1@')

select-conffiles:
if [ $(shell echo ${VERSION_NUMBER}\>=1.9 | bc) -eq 1 ]; then \
echo "Version: $(VERSION). Using conffiles-v1.9"; \
cp -r conffiles-v1.9 conffiles; \
else \
echo "Version smaller than 1.9: $(VERSION). Using conffiles-v1.8."; \
cp -r conffiles-v1.8 conffiles; \
fi
cp -r ${DEFAULT_CONFFILES} conffiles

clean:
rm -fr conffiles
Expand Down
24 changes: 0 additions & 24 deletions conffiles-v1.8/etc/simplesamlphp/97authsources.php

This file was deleted.

30 changes: 0 additions & 30 deletions conffiles-v1.8/etc/simplesamlphp/metadata/97saml20-idp-hosted.php

This file was deleted.

11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
privacyidea-ucs-saml (3.0.0-1) stretch; urgency=medium

* Simplified the configuration by introducing the Authentication Flow
!!! Check the docs for the updated template of the configuration - the old configuration file does not work with the new version !!!
* Added implementation of the preferred client mode
* Added implementation of the token enrollment via challenge
* Fixed uncaught exceptions
* Updated UI

-- NetKnights GmbH <[email protected]> Tue, 14 Feb 2023 10:00:00 +0200

privacyidea-ucs-saml (2.1.3-1) stretch; urgency=medium

* Add new Features #25
Expand Down

0 comments on commit 0e7d292

Please sign in to comment.