/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2016-08-06 00:53:13 UTC
  • Revision ID: teddy@recompile.se-20160806005313-q9n4b1b7707hnjj4
Makefile: Replace "-fsanitize=address" with "-fsanitize=leak"

The Address Sanitizer is a debugging feature, not a security feature -
it has security issues:  <http://seclists.org/oss-sec/2016/q1/363>
Therefore, it should only be used when debugging.  Replace it with
"-fsanitize=leak", which is needed since -fsanitize=address no longer
includes it implicitly.

* Makefile (DEBUG): Add "-fsanitize=address".
  (ALL_SANITIZE_OPTIONS): Replace "-fsanitize=address" with
                          "-fsanitize=leak".

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.7.10-1) unstable; urgency=high
 
2
 
 
3
  * New upstream release.
 
4
  * debian/rules (override_dh_fixperms-arch): Also exclude
 
5
    "etc/mandos/plugin-helpers" from changes by dh_fixperms.
 
6
  * debian/mandos-client.postinst: Fix the permissions of
 
7
    "/etc/mandos/plugin-helpers" for those systems which had a fresh
 
8
    install of an older version.
 
9
 
 
10
 -- Teddy Hogeborn <teddy@recompile.se>  Thu, 23 Jun 2016 22:00:29 +0200
 
11
 
 
12
mandos (1.7.9-1) unstable; urgency=medium
 
13
 
 
14
  * New upstream release.
 
15
 
 
16
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 22 Jun 2016 07:30:12 +0200
 
17
 
1
18
mandos (1.7.8-1) unstable; urgency=medium
2
19
 
3
20
  * New upstream release.