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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209
|
runit-services (0.5.5~deb12u2) bookworm; urgency=medium
* dhclient: ship as disabled by default
(Closes: #1086131)
* NEWS: recommend to disable dhclient
-- Lorenzo Puliti <plorenzo@disroot.org> Sun, 08 Dec 2024 22:40:21 +0100
runit-services (0.5.5~deb12u1) bookworm; urgency=medium
* Rebuild for bookworm.
-- Lorenzo Puliti <plorenzo@disroot.org> Sun, 27 Aug 2023 23:00:33 +0200
runit-services (0.5.5) unstable; urgency=medium
* dhclient: don't hardcode eth1 interface to
avoid flood of syslog in systems where eth1
does not exist (Closes: #1033542)
-- Lorenzo Puliti <plorenzo@disroot.org> Tue, 08 Aug 2023 19:49:28 +0200
runit-services (0.5.4) unstable; urgency=medium
* Add a flaky autopkgtest
- d/tests/control file
- blacklist services that are too hard or impossible
to test
- test all non-blacklisted services
* update copyright
* dbus.dep-fixer: wait for elogind only if it's enabled
* isc-dhcp-server:
- test config and lease
- default to -4
- configurable (empty by default) interfaces
* dbus: simplify run script
-- Lorenzo Puliti <plorenzo@disroot.org> Thu, 19 Jan 2023 15:13:58 +0100
runit-services (0.5.3) unstable; urgency=medium
* update Readme
* runit-services: depends on runit >= 2.1.2-51
* Bump Standards-Version
* bump B-D dh-runit >= 2.15.2, to get rid of
duplicates metafiles
* release to unstable
-- Lorenzo Puliti <plorenzo@disroot.org> Thu, 29 Dec 2022 23:48:15 +0100
runit-services (0.5.2) experimental; urgency=medium
* Improve purge documentation (Closes: #1024962)
* Fix wrong boot order for sysv dbus-services (Closes: #1024969)
* Automate d/copyright update for runscripts:
- add a simple copyright header to each runfile
- add d/copyright.in
- add a script that automatically update d/copyright
based on copyright.in and runscripts headers
* update copyright and copyright.in
* d/prerm: fix wrong path for meta files
* All runscripts cleanup:
- do not set -e, relevant commands are tested
- do not use redundant 'sv check' for checking service
dependencies, 'sv start' is enough
-- Lorenzo Puliti <plorenzo@disroot.org> Tue, 20 Dec 2022 01:50:14 +0100
runit-services (0.5.1) experimental; urgency=medium
* dhclient:
- raise memory limit
- remove -e option
- fix wrong keyword in check
- move interfaces file in a conf subdirectory
* update README
* update copyright
-- Lorenzo Puliti <plorenzo@disroot.org> Sun, 20 Nov 2022 14:14:41 +0100
runit-services (0.5.0) experimental; urgency=medium
* Reintroduce the package (closes: #986656)
* new maintainer
* Overall package update:
- 3.0 native format, use dh sequencer
- build with dh-runit >= 2.14.0 (closes: #359106)
- dep5 copyright
- bump S-V to 4.6.1
- set Rules-requires-root to no
- update package description
* Enable the standard Salsa CI
* Update/rewrite old services:
- add apache2, remove apache;
- add exim4, remove exim;
- update cron, chrony, postfix, xdm,
dhclient;
- rename dhcp to isc-dhcpd-server
(closes: #351051)
* Add new services:
acpi-fakekey, anacron, atd, cups, dbus, elogind,
gdomap (gnustep), haveged, lightdm, lircd,
mariadb, mdadm, openntpd, preload, proftpd,
rsyslog, sddm, slim, wicd
* Remove obsolete services:
- ssh (already included in openssh-server package);
- portmap (no longer in Debian)
- nfs-kernel-server, rpc.statd, squid, exim,
gdm (further work is needed)
* Update copyright for new runscripts
* Sync runscript at postinstall, by using 'cpsv --sync'
* use runit triggers to enable/disable and restart services
* Stop running services on package removal
* postrm: disable services when the package is removed;
remove service and log dirs when purge is requested
* Update README
* Add lintian override for empty log directories
-- Lorenzo Puliti <plorenzo@disroot.org> Sun, 23 Oct 2022 00:46:59 +0200
runit-services (0.4.0) unstable; urgency=low
* sv/cron/run: no longer apply memory limit to cron (amd64 requires
more than 11000000, thx Joost van Baal).
* debian/rules: minor.
* debian/control: Standards-Version: 3.8.0.1.
-- Gerrit Pape <pape@smarden.org> Tue, 17 Jun 2008 19:48:39 +0000
runit-services (0.3.2) unstable; urgency=low
* debian/copyright: 2008.
* debian/implicit: add proper dependencies to support 'parallel build'
through make -j (thx Daniel Schepler for the patch).
* README, sv/cron/run, sv/nfs-kernel-server/finish,
debian/runit-services.prerm.in: use runit's update-service program to
check/add/remove services, instead of dealing with symlinks in
/var/service/ directly.
* debian/control: Depends: runit (>= 1.8.0-2) (1st version that provides
the update-service program).
* debian/control: Standards-Version: 3.7.3.0.
-- Gerrit Pape <pape@smarden.org> Sun, 17 Feb 2008 17:10:12 +0000
runit-services (0.3.1) unstable; urgency=low
* debian/control: move Recommends: dash, socklog-run to Suggests: (thx
Daniel Kahn Gillmor, closes: #450808).
-- Gerrit Pape <pape@smarden.org> Mon, 10 Dec 2007 09:38:12 +0000
runit-services (0.3.0) unstable; urgency=low
* debian/implicit: update to revision 1.11.
* sv/ssh/run: make sure privilege separation directory /var/run/sshd
exists (thx Daniel Kahn Gillmor for the patch, closes: #421398).
* sv/rpc.statd/: new: service directory for rpc.statd (thx Daniel Kahn
Gillmor for the patch, closes: #421401).
-- Gerrit Pape <pape@smarden.org> Sun, 06 Apr 2007 14:41:16 +0000
runit-services (0.2.3) unstable; urgency=low
* sv/chrony: new; add chrony service directory.
-- Gerrit Pape <pape@smarden.org> Thu, 29 Jun 2006 08:23:18 +0000
runit-services (0.2.2) unstable; urgency=low
* sv/portmap/run: use -f option to portmap, instead of -d.
* debian/copyright: 2006.
* debian/control: Standards-Version: 3.7.2.0.
* debian/implicit: update to revision 1.11.
-- Gerrit Pape <pape@smarden.org> Sat, 27 May 2006 16:21:33 +0000
runit-services (0.2.1) unstable; urgency=low
* sv/ssh/run: don't limit memory to ssh daemon by default (closes:
#352959).
* sv/dhcp/run: add $INTERFACES to arguments to dhcpd.
-- Gerrit Pape <pape@smarden.org> Sun, 26 Feb 2006 13:10:44 +0000
runit-services (0.2.0) unstable; urgency=low
* sv/ssh/log/run: don't use "$_" in run script (patch from Joshua N
Pritikin, closes: #350918).
* debian/rules: create ./supervise/ subdirectory symlinks instead of
including them in .tar.gz; symlink /var/log/<service>/ if exists to
/etc/sv/<service>/log/main/.
* sv/dhclient/log/run: don't use "$_" in run script.
* debian/runit-services.prerm.in: new; shutdown enabled services on
package removal.
* debian/rules: create debian/runit-services.prerm from
debian/runit-services.prerm.in.
* debian/implicit: update to revision 1.11.
* sv/portmap: new; add portmap service directory.
* sv/nfs-kernel-server: new; add nfs-kernel-server services directory.
* sv/dhcp: new; add dhcp service directory.
-- Gerrit Pape <pape@smarden.org> Mon, 6 Feb 2006 17:49:07 +0000
runit-services (0.1.0) unstable; urgency=low
* initial version (closes: #330029).
-- Gerrit Pape <pape@smarden.org> Wed, 28 Dec 2005 10:33:01 +0000
|