[med-svn] [Git][med-team/orthanc-webviewer][master] 2 commits: Remove fcf-protection flag from autopkgtests (Closes: #1056396)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Thu Nov 23 14:43:06 GMT 2023
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 <nilesh at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231123/e86e8de6/attachment-0001.htm>
More information about the debian-med-commit
mailing list