File: changelog

package info (click to toggle)
usbguard 0.7.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,772 kB
  • sloc: cpp: 17,672; sh: 4,949; makefile: 654; ansic: 122; xml: 63
file content (119 lines) | stat: -rw-r--r-- 4,105 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
usbguard (0.7.4+ds-1) unstable; urgency=medium

  * New upstream version 0.7.4
    + Replace pegt-dev with tao-pegtl-dev
    + Replace asciidoctor with asciidoc-base and docbook

  * Friendly takeover of the package from Muri

  * Override dh_installsystemd to not enable service on installation. Also
    don't start the service after installation, so people don't get locked
    out. (Closes: #908037)
  * Bump the standards version
  * Replace the dpkg-buildflags calls with the new buildflags.mk file
  * Remove debian/gbp.conf because the defaults are used
  * Add a debian/gitlab-ci.yml file to automatically test the build on
    salsa

 -- Birger Schacht <birger@rantanplan.org>  Wed, 12 Sep 2018 16:41:46 +0200

usbguard (0.7.2+ds-2) unstable; urgency=medium

  * Add a postrm file to clean up on purge (Closes: #905524)

 -- Muri Nicanor <muri@immerda.ch>  Tue, 07 Aug 2018 18:16:40 +0200

usbguard (0.7.2+ds-1) unstable; urgency=medium

  * New upstream version 0.7.2
   + Fix failure with read-only /etc (Closes: #868160)
   + Fix usbguard leaking filehandles (Closes: #887671)
   + Update upstream's signing key
   + Remove upstreamed patches
   + Add build dependencies on libaudit and asciidoctor
   + Update debian/copyright

  * Switch to debhelper 11
   + Remove dh-systemd
     It is part of debhelper (>= 9.20160709)
   + Use dh_missing

  * Bump standards version to 4.1.3
   + debian/copyright: Use HTTPS format URI

  * Update debian/watch
  * Move the packaging repository to salsa.d.o
  * Add metadata for scan-copyrights
  * Set libusbguard0's section to lib
  * debian/rules: Do not parse dpkg-genchangelog
  * Add a postinstall script to fix file permissions in /etc/usbguard

 -- Muri Nicanor <muri@immerda.ch>  Tue, 16 Jan 2018 19:28:35 +0100

usbguard (0.7.0+ds1-2) unstable; urgency=medium

  * Remove qt4 dependencies (Closes: #875220)
  * Backport patch for multiple applet instances
    (Closes: #871997)
  * Backport patch to make UEventDeviceManager work
    with kernel >= 4.13 (Closes: #875808)

 -- Muri Nicanor <muri@immerda.ch>  Mon, 18 Sep 2017 19:41:54 +0200

usbguard (0.7.0+ds1-1) unstable; urgency=medium

  * New upstream version 0.7.0 (Closes: #864821)
    This release contains a backwards incompatible
    change because it changes how the device hash is
    computed for Linux root hub devices
  * Add support for bash-completion
  * Delete add-unistd.patch, its not needed anymore
  * Compile the library static, to make `make check` work
  * Bump compat version to 10
  * Add d/usbguard.dirs
  * add apsell for spell checking test
  * disable test 002_cli_devices as the needed kernel
    modules are not shipped in debian
  * remove the unused dependency for nlohmann-json-dev
    (Closes: #868514)

 -- Muri Nicanor <muri@immerda.ch>  Thu, 18 May 2017 17:44:29 +0200

usbguard (0.6.2+ds1-2) unstable; urgency=medium

  * Add dbus to Depends (Closes: #854192)

 -- Muri Nicanor <muri@immerda.ch>  Sun, 05 Feb 2017 08:21:56 +0100

usbguard (0.6.2+ds1-1) unstable; urgency=medium

  * New upstream version 0.6.2+ds1
  * Add xdg autostart file to usbguard-applet-qt (Closes: #838173)
  * fixed upstream version tag
  * set default compilder and linker flags
  * changed the location of libusbguard.so.0 to a private directory
    and set the rpath accordingly
  * remove the fix-mips-build patch, it was included upstream
  * remove the development file package, because the library is not
    stable for now

 -- Muri Nicanor <muri@immerda.ch>  Thu, 08 Dec 2016 11:16:28 +0100

usbguard (0.5.14+ds1-2) unstable; urgency=medium

  * d/control:
   - Add systemd to build dependencies (Closes: #836713)
   - Change architectures to linux-any in d/control
  * d/rules
   - Add sysconfdir flag to autoconf (Closes: #837176)
  * d/patches/
   - Fix mips build (Closes: #836712)
   - Set correct IPCAllowedGroups (Closes: #837175)

 -- Muri Nicanor <muri@immerda.ch>  Tue, 13 Sep 2016 18:39:53 +0200

usbguard (0.5.14+ds1-1) unstable; urgency=medium

  * Initial release. (Closes: #791919)

 -- Muri Nicanor <muri@immerda.ch>  Sat, 13 Aug 2016 16:40:34 +0200