Nilesh Patra pushed to branch master at Debian Med / orthanc-webviewer
Commits: 3f4f676e by Nilesh Patra at 2023-11-23T14:38:24+00:00 Remove fcf-protection flag from autopkgtests (Closes: #1056396) - - - - - a5ccce54 by Nilesh Patra at 2023-11-23T20:09:13+05:30 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +orthanc-webviewer (2.8-4) unstable; urgency=medium + + * Team Upload. + * Remove fcf-protection flag from autopkgtests (Closes: #1056396) + + -- Nilesh Patra <[email protected]> Thu, 23 Nov 2023 20:09:02 +0530 + orthanc-webviewer (2.8-3) unstable; urgency=medium * Team upload. ===================================== debian/tests/run-unit-test ===================================== @@ -29,17 +29,17 @@ for cpp in $(find . -name "*.cpp") ; do ${CPP} \ -DHAS_ORTHANC_EXCEPTION=1 -DORTHANC_PLUGIN_VERSION=\"${ver}\" -DORTHANC_STANDALONE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 \ -I/usr/include/jsoncpp -I/usr/include/orthanc-framework -I/usr/src/gtest \ - -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time \ + -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -Wdate-time \ -D_FORTIFY_SOURCE=2 -Wall -Wno-long-long -Wno-variadic-macros -c -o $(basename ${cpp} .cpp).o ${cpp} done ${CPP} \ -DHAS_ORTHANC_EXCEPTION=1 -DORTHANC_PLUGIN_VERSION=\"${ver}\" -DORTHANC_STANDALONE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 \ -I/usr/include/jsoncpp -I/usr/include/orthanc-framework -I/usr/src/gtest \ - -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time \ + -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -Wdate-time \ -D_FORTIFY_SOURCE=2 -Wall -Wno-long-long -Wno-variadic-macros -o gtest-all.o -c /usr/src/googletest/googletest/src/gtest-all.cc -${CPP} -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection \ +${CPP} -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security \ -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-long-long -Wno-variadic-macros -Wl,-z,relro -Wl,-z,now -Wl,--as-needed \ *.o -o UnitTests -lpthread -lrt -ldl -Wl,-Bstatic \ -lOrthancFramework -Wl,-Bdynamic -lboost_filesystem -lboost_iostreams -lboost_locale -lboost_regex -lboost_thread \ View it on GitLab: https://salsa.debian.org/med-team/orthanc-webviewer/-/compare/d86c31117a699286c12b5e6be63103b8c0711e55...a5ccce544b2e027004c5e16d7052bc0ea5794cbe -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-webviewer/-/compare/d86c31117a699286c12b5e6be63103b8c0711e55...a5ccce544b2e027004c5e16d7052bc0ea5794cbe You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
