Codebase list arpalert / 167ec45
Import Debian changes 2.0.11-7.1 arpalert (2.0.11-7.1) unstable; urgency=low * QA upload * Fix build with hardening flags (Closes: #643352) Moritz Muehlenhoff authored 12 years ago Thorsten Alteholz committed 5 years ago
3 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 arpalert (2.0.11-7.1) unstable; urgency=low
1
2 * QA upload
3 * Fix build with hardening flags (Closes: #643352)
4
5 -- Moritz Muehlenhoff <jmm@debian.org> Tue, 27 Sep 2011 20:39:43 +0200
6
07 arpalert (2.0.11-7) unstable; urgency=low
18
29 * QA upload
0 diff -aur arpalert-2.0.11.orig//log.c arpalert-2.0.11/log.c
1 --- arpalert-2.0.11.orig//log.c 2008-03-31 20:36:42.000000000 +0200
2 +++ arpalert-2.0.11/log.c 2011-09-27 20:38:33.000000000 +0200
3 @@ -119,7 +119,7 @@
4 #ifdef USE_SYSLOG
5 if(config[CF_USESYSLOG].valeur.integer == TRUE &&
6 syslog_initialized == TRUE){
7 - syslog(priority, log_msg);
8 + syslog(priority, "%s", log_msg);
9 }
10 #endif
11
12 Nur in arpalert-2.0.11: log.c~.
00 0001-fix-some-spelling-errors.patch
1 0002-fix-build-with-hardening-flags.patch