/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-02-21 12:55:39 UTC
  • Revision ID: teddy@recompile.se-20160221125539-wi1n8ci0ldbdxrar
plugins.d/mandos-client.c (get_flags): Use strncpy(), not strcpy().

* plugins.d/mandos-client.c (get_flags): Use strncpy() instead of
  strcpy().  Note that as the code works currently, this is never a
  problem in practice, since only interface names which were valid
  existing interface names (and therefore had names with lengths below
  IF_NAMESIZE) is ever passed to the get_flags() function.  But it
  doesn't hurt to check, anyway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.7.2-1) unstable; urgency=medium
2
 
 
3
 
  * New upstream release.
4
 
  * Fix "Uses unneeded and obsolete version specific python packages"
5
 
    by removing version-specific dependencies (Closes: #811159)
6
 
  * debian/control (Source: mandos/Build-Depends): Add (>= 3.3.0) to
7
 
    "libgnutls28-dev" and "gnutls-dev".
8
 
    (Source: mandos/Build-Depends-Indep): Remove "python2.7-gnutls",
9
 
    "python2.7", "python2.7-dbus", "python2.7-avahi", and
10
 
    "python2.7-gobject"; replace with "python (>= 2.7), python (<< 3)",
11
 
    "python-dbus", "python-avahi", "python-gobject | python-gi".
12
 
    (Package: mandos/Depends): Remove "python-gnutls" and
13
 
    "python2.7-gnutls", add "libgnutls28-dev (>= 3.3.0) | libgnutls30 (>=
14
 
    3.3.0)".  Add "python (<< 3)".  Remove "python2.7-dbus",
15
 
    "python2.7-avahi", "python2.7-gobject", and "python2.7-urwid".
16
 
    Replace "python-gobject" with "python-gobject | python-gi" and "gnupg
17
 
    (<< 2)" with "gnupg".
18
 
    (Package: mandos-client/Depends): Replace
19
 
    "gnupg (<< 2)" with "gnupg".
20
 
    (Source: mandos/Standards-Version): Change to 3.9.7.
21
 
  * debian/copyright (Copyright): Update copyright year.
22
 
 
23
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 28 Feb 2016 16:09:01 +0100
24
 
 
25
1
mandos (1.7.1-2) unstable; urgency=medium
26
2
 
27
3
  * debian/control (Package: mandos/Depends): Fix "Please drop versioned