File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5252 run : make check || (cat test-suite.log && exit -1)
5353
5454 - name : Distcheck
55- run : make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-nginx=/tmp/nginx" DESTDIR="/tmp/mod_auth_openidc "
55+ run : make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-nginx=/tmp/nginx" DESTDIR="/tmp/liboauth2 "
5656
Original file line number Diff line number Diff line change 1+ 12/23/2021
2+ - allow deprecated declarations to build with OpenSSL 3.0; see #31
3+ - release 1.4.4
4+
1512/22/2021
26- hash the cache encryption key to a string instead of bytes
37- Makefile.am improvements:
48 - move OpenSSL libs go generic libraries so cache files compile with the right flags
59 - use ${srcdir} to conform to distcheck
610- add Github Actions CI; remove Travis
7- - bump to 1.4.4dev
811
91210/12/2021
1013- make outgoing_proxy an endpoint property
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE
66# generic
77#
88
9- AM_CPPFLAGS = -Wall -Werror -I${srcdir}/include -I${srcdir}/src @JANSSON_CFLAGS@ @OPENSSL_CFLAGS@
9+ AM_CPPFLAGS = -Wall -Werror -Wno-error=deprecated-declarations - I${srcdir}/include -I${srcdir}/src @JANSSON_CFLAGS@ @OPENSSL_CFLAGS@
1010AM_CPPFLAGS += $(CODE_COVERAGE_CPPFLAGS ) $(CODE_COVERAGE_CFLAGS )
1111AM_LDFLAGS = --coverage
1212
Original file line number Diff line number Diff line change 1- AC_INIT ( [ liboauth2] ,[ 1.4.4dev ] ,[ hans.zandbelt@zmartzone.eu] )
1+ AC_INIT ( [ liboauth2] ,[ 1.4.4 ] ,[ hans.zandbelt@zmartzone.eu] )
22
33AM_INIT_AUTOMAKE ( [ foreign no-define subdir-objects] )
44AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments