File: changelog

package info (click to toggle)
memlockd 1.3.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: cpp: 451; sh: 83; makefile: 11
file content (182 lines) | stat: -rw-r--r-- 6,158 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
memlockd (1.3.1-2) unstable; urgency=medium

  * Made systemd service script not use deprecated syslog facility
  * Changed to new debhelper-compat build-depends
  * Made postinst not call systemctl directly
  * Added pre-depends
  * Removed manual update-rc.d as that is generated by debhelper
  * Added #DEBHELPER# to postinst and remove update-rc.d

 -- Russell Coker <russell@coker.com.au>  Sun, 21 Jul 2024 22:12:05 +1000

memlockd (1.3.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Helmut Grohne ]
  * Do not install a possibly empty /lib/systemd/system. (Closes: #1054191)

 -- Chris Hofstaedtler <zeha@debian.org>  Thu, 30 May 2024 02:50:10 +0200

memlockd (1.3.1-1) unstable; urgency=medium

  * Convert to source format 3.0, closes: #1043214
    Thanks Bastian Germann <bage@debian.org> for the NMU
  * Somehow my 2 previous versions didn't get uploaded so new version to get
    them.

 -- Russell Coker <russell@coker.com.au>  Sat, 30 Sep 2023 11:49:17 +1000

memlockd (1.3-4) unstable; urgency=medium

  * Fixed the libnss and libc6 entries in the default config Closes: #1006741

 -- Russell Coker <russell@coker.com.au>  Tue, 07 Mar 2023 00:12:56 +1100

memlockd (1.3-3) unstable; urgency=medium

  * Removed obsolete entries from the default memlockd.cfg
  * Added systemd security features to memlockd.service, the exposure
    level according to "systemd-analyze security memlockd.service" went
    from 9.6 to 2.0.
  * Thanks for the NMU, that's good work.

 -- Russell Coker <russell@coker.com.au>  Mon, 06 Mar 2023 23:45:03 +1100

memlockd (1.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix package when building only arch-any packages (Closes: #1000229)

 -- Paul Wise <pabs@debian.org>  Sun, 06 Mar 2022 07:24:13 +0800

memlockd (1.3-2) unstable; urgency=medium

  * Made it install correctly when systemctl isn't installed, closes: ##999587

 -- Russell Coker <russell@coker.com.au>  Sun, 14 Nov 2021 01:29:00 +1100

memlockd (1.3-1) unstable; urgency=medium

  * Updated Debian packaging, closes: #999199
  * Made it enable systemd unit, closes: #934389
  * Removed the obsolete arguments to update-rc.d, closes: #980724

 -- Russell Coker <russell@coker.com.au>  Wed, 10 Nov 2021 13:53:25 +1100

memlockd (1.2.1) unstable; urgency=medium

  * Remove build-depends on dh-systemd
    Closes: #958619

 -- Russell Coker <russell@coker.com.au>  Wed, 20 Jan 2021 21:24:41 +1100

memlockd (1.2) unstable; urgency=low

  * debian/control: Add dh-systemd (>= 1.4) to Build-Depends - required to use
    dh_systemd helpers
  * debian/rules: Add dh_systemd_enable and dh_systemd_start in proper places
    Thanks Michał Zając <quintasan@kubuntu.org> for the above.
    Closes: #714957
  * Changed to Debhelper compat level 9.
  * Removed readdir_r() as it's deprected and readdir() now does everything
    we need.
  * Added $ARCH as a config option for specifiying the host architecture
    according to uname(2).
  * Compile with -O2

 -- Russell Coker <russell@coker.com.au>  Wed, 14 Dec 2016 13:55:24 +1100

memlockd (1.1.1) unstable; urgency=high

  * Made it work correctly with systemd, restarts via systemd and doesn't use
    a pidfile.
    Closes: #678161

 -- Russell Coker <russell@coker.com.au>  Wed, 20 Jun 2012 20:06:20 +1000

memlockd (1.1) unstable; urgency=high

  * Use wheezy paths for shared objects on i386 and amd64.  Also added a new
    config file option to not log file not found errors so we don't see i386
    errors on amd64 and amd64 errors on i386.
    Closes: #660321, #480915
  * Added systemd service file.
    Closes: #652386
  * Added a run-parts style config directory, default is /etc/memlock.d and
    the config file uses a % to chain to another file or directory.
    Closes: #529265

 -- Russell Coker <russell@coker.com.au>  Sat, 16 Jun 2012 15:43:44 +1000

memlockd (1.0) unstable; urgency=low

  * Changed the default config to have library names that work on AMD64
    and to include killall and ps.
  * Better use of variables in the makefile.
  * Put a copyright statement in the main source file and change the license
    to GPLv3.
  * Version 1.0, with no serious changes for 3 years it's good for that.

 -- Russell Coker <russell@coker.com.au>  Tue, 11 Jan 2011 21:07:34 +1100

memlockd (0.05) unstable; urgency=low

  * Stopped including asm/page.h because we didn't use it since 0.03-0.2.
    Closes: #479968

 -- Russell Coker <russell@coker.com.au>  Wed,  7 May 2008 22:06:00 +1000

memlockd (0.04-0.1) unstable; urgency=low

  * Non-maintainer upload to solve release goal.
  * Add LSB dependency header to init.d scripts (Closes: #468888).

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 29 Mar 2008 14:22:03 +0100

memlockd (0.04) unstable; urgency=low

  * Include changes from Robert S. Edmonds
  * Fixed my email address in the Maintainer field.

 -- Russell Coker <russell@coker.com.au>  Sun, 27 Jan 2008 15:57:00 +1100

memlockd (0.03-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Compile with g++, not gcc -lstdc++; closes: #441449.

 -- Robert S. Edmonds <edmonds@debian.org>  Sun, 09 Sep 2007 17:17:20 -0400

memlockd (0.03-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE; closes: #418666.
  * Add dependency on adduser; closes: #431529.
  * Use invoke-rc.d; closes: #440574.

 -- Robert S. Edmonds <edmonds@debian.org>  Wed, 05 Sep 2007 19:34:22 -0400

memlockd (0.03) unstable; urgency=medium

  * Fixed section and description.

  * Made it write a pidfile, and also made the restart option of the init.d
    script start a new instance unconditionally so the new instance can kill
    the old.  This means that there is no window where memlockd is not
    running.

 -- Russell Coker <russell@coker.com.au>  Tue, 13 Mar 2007 19:12:00 +1100

memlockd (0.02) unstable; urgency=medium

  * Made it not recursively call ldd.  ldd does recursion.

 -- Russell Coker <russell@coker.com.au>  Thu, 22 Feb 2007 09:25:00 +1100

memlockd (0.01) unstable; urgency=medium

  * Initial release

 -- Russell Coker <russell@coker.com.au>  Fri, 16 Feb 2007 18:19:00 +1100