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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
|
openrc (0.63-2) unstable; urgency=medium
* Add patch to interpret LSB initscripts with openrc-run. This ensures
state is updated correctly and rc-status output is accurate (Closes:
#1119659).
* d/copyright: remove old FSF address (lintian).
* d/control:
- Bump Standards Version (drop Priority: optional).
- drop 'R³: no' now it is the default.
-- Mark Hindley <leepen@debian.org> Sun, 11 Jan 2026 08:51:57 +0000
openrc (0.63-1) unstable; urgency=medium
* New upstream version 0.63
* Refresh patches and drop patch resolved upstream.
* Add /etc/init.d/user.
* openrc --user: add pam-auth-update(8) config, disabled by default.
* Install rc-service and rc-update in /usr/bin now they are useful for
user services.
* d/NEWS: add user services item.
* Filter pam_openrc users with pam_listfile and pam_usertype.
-- Mark Hindley <leepen@debian.org> Mon, 22 Sep 2025 16:15:54 +0100
openrc (0.62.6-1) unstable; urgency=medium
* New upstream version 0.62.6
-- Mark Hindley <leepen@debian.org> Mon, 18 Aug 2025 09:49:16 +0100
openrc (0.62.4-1) experimental; urgency=medium
* New upstream version 0.62.4
-- Mark Hindley <leepen@debian.org> Tue, 24 Jun 2025 09:39:02 +0100
openrc (0.62.3-1) experimental; urgency=medium
* New upstream version 0.62.3
-- Mark Hindley <leepen@debian.org> Sun, 15 Jun 2025 14:34:58 +0100
openrc (0.62.2-1) experimental; urgency=medium
* New upstream version 0.62.2
-- Mark Hindley <leepen@debian.org> Thu, 08 May 2025 17:11:40 +0100
openrc (0.62.1-1) experimental; urgency=medium
* New upstream version 0.62.1
* d/control: libpam0g-dev is now available on GUN Hurd.
* d/rules: enable pam on non-linux architectures (ie GNU Hurd).
-- Mark Hindley <leepen@debian.org> Tue, 29 Apr 2025 15:42:21 +0100
openrc (0.62-1) experimental; urgency=medium
* New upstream version 0.62
* Refresh patches and drop patch fixed upstream.
-- Mark Hindley <leepen@debian.org> Sun, 27 Apr 2025 12:23:46 +0100
openrc (0.61-1) experimental; urgency=medium
* New upstream version 0.61
- includes experimental user services support.
* Rework meson.build patch for HURD FTBFS.
* d/control: bump Standards Version (no changes).
-- Mark Hindley <leepen@debian.org> Mon, 24 Mar 2025 09:49:28 +0000
openrc (0.56-1) unstable; urgency=medium
* New upstream version 0.56
* Rebase patches and drop patch applied upstream.
* d/openrc.postinst: don't give sysv-rc migration reboot instructions on
upgrade.
* d/rules: configure bindir and sbindir separately; rootprefix dropped
upstream.
* Add patch to define _GNU_SOURCE; fixes FTBFS on Hurd.
-- Mark Hindley <leepen@debian.org> Thu, 02 Jan 2025 10:47:30 +0000
openrc (0.55.1-2) unstable; urgency=medium
* Use vanilla PATH for LSB initscripts. (Closes: #1082510)
* d/p: import upstream patch fixing signal used to skip marking service
status.
-- Mark Hindley <leepen@debian.org> Mon, 07 Oct 2024 09:57:43 +0100
openrc (0.55.1-1) unstable; urgency=medium
* New upstream version 0.55.1
* d/control: libcap-dev is linux only; fix build on Hurd.
-- Mark Hindley <leepen@debian.org> Thu, 19 Sep 2024 07:12:26 +0100
openrc (0.55-1) unstable; urgency=medium
* New upstream version 0.55
* d/p: rebase and refresh.
* d/rules: install matching /etc/conf.d/ for included openrc-run scripts.
* d/openrc.*: drop obsolete /etc/init.d/transit handling.
-- Mark Hindley <leepen@debian.org> Wed, 11 Sep 2024 09:23:46 +0100
openrc (0.54.2-1) unstable; urgency=medium
* New upstream version 0.54.2
* Make openrc's flavour of start-stop-daemon available to openrc-run
scripts; this includes capabilities support (Closes: #1038789).
* Add a NEWS item about openrc-run(8) specific start-stop-daemon flavour.
* d/control: build depend on pkgconf instead of pkg-config.
-- Mark Hindley <leepen@debian.org> Mon, 01 Jul 2024 09:16:57 +0100
openrc (0.54-2) unstable; urgency=medium
* d/control: bump Standards Version (no changes).
* d/openrc.postinst: ignore non-executable scripts in /etc/init.d
(Closes: #1070167)
-- Mark Hindley <leepen@debian.org> Wed, 01 May 2024 21:41:52 +0100
openrc (0.54-1) unstable; urgency=medium
* New upstream version 0.54
-- Mark Hindley <leepen@debian.org> Tue, 02 Apr 2024 18:58:49 +0100
openrc (0.53.1-1) unstable; urgency=medium
* New upstream version 0.53.1
-- Mark Hindley <leepen@debian.org> Thu, 28 Mar 2024 18:47:10 +0000
openrc (0.53-2) unstable; urgency=medium
[ Helmut Grohne ]
* Revert unnecessary time64 transition for libeinfo
* Move files to /usr and mitigate file loss (DEP17) (Closes: #1067776).
[ Mark Hindley ]
* Import Non-maintainer upload.
-- Mark Hindley <leepen@debian.org> Tue, 26 Mar 2024 16:02:54 +0000
openrc (0.53-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063099
-- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 12:48:11 +0000
openrc (0.53-1) unstable; urgency=medium
* New upstream version 0.53
* d/control: add Build-Depends libcap-dev to enable capabilities support.
-- Mark Hindley <leepen@debian.org> Mon, 22 Jan 2024 17:18:38 +0000
openrc (0.52.1-1) unstable; urgency=medium
* New upstream version 0.52.1
* d/README.Debian: Explain the reason for not shipping openrc's
start-stop-daemon.
* Update src:dpkg s-s-d compatibility patch to warn, ignore and document
incompatible options.
-- Mark Hindley <leepen@debian.org> Sun, 26 Nov 2023 17:11:11 +0000
openrc (0.51-1) unstable; urgency=medium
* New upstream version 0.51
-- Mark Hindley <leepen@debian.org> Tue, 17 Oct 2023 10:06:14 +0100
openrc (0.50-1) unstable; urgency=medium
* New upstream version 0.50
* d/rules: revert "Don't ship obsolete /lib/rc/tmp", now, fixed
upstream.
-- Mark Hindley <leepen@debian.org> Fri, 22 Sep 2023 18:45:34 +0100
openrc (0.49-1) unstable; urgency=medium
* New upstream version 0.49
* Don't ship obsolete /lib/rc/tmp (Closes: #1050897).
-- Mark Hindley <leepen@debian.org> Wed, 06 Sep 2023 17:34:28 +0100
openrc (0.48-1) unstable; urgency=medium
* New upstream version 0.48
-- Mark Hindley <leepen@debian.org> Tue, 18 Jul 2023 12:43:16 +0100
openrc (0.47.1-2) unstable; urgency=medium
* Upload to unstable.
-- Mark Hindley <leepen@debian.org> Sat, 01 Jul 2023 08:21:53 +0100
openrc (0.47.1-1) experimental; urgency=medium
* New upstream version 0.47.1: fixes FTBFS on ppc64el.
* d/p/0002-lsb-header-support.patch: update to remove unused variable.
* d/p/0003-dependency-loop-resolver.patch: refresh and update to reflect
upstream changes.
-- Mark Hindley <leepen@debian.org> Sat, 22 Apr 2023 09:47:48 +0100
openrc (0.47-1) experimental; urgency=medium
* New upstream version 0.47
* Refresh and rebase patches.
-- Mark Hindley <leepen@debian.org> Wed, 19 Apr 2023 18:50:41 +0100
openrc (0.46-1) experimental; urgency=medium
* New upstream version 0.46
* d/control: bump Standards Version (no changes).
-- Mark Hindley <leepen@debian.org> Mon, 09 Jan 2023 17:33:38 +0000
openrc (0.45.2-2) unstable; urgency=medium
* Fix FTBFS on Hurd: explicitly set pam option and don't require kvm.
* Apply multi-arch hints. + librc-dev: Drop Multi-Arch: same.
* Add initial autopkgtest running rc-status.
* d/rules: configure rootprefix to fix FTBFS with merged /usr.
* Include /etc/init.d/agetty template for use by openrc-init
(Closes: #960182).
* Remove d/p/0009-insserv-warning.patch: fixed in insserv.
* Simplify etc/init.d/* lintian overrides.
* Run wrap-and-sort -ta.
-- Mark Hindley <leepen@debian.org> Tue, 02 Aug 2022 11:46:15 +0100
openrc (0.45.2-1) unstable; urgency=medium
* d/watch: update to version 4 and fix path.
* New upstream version 0.45.2
- includes fix for CVE-2018-21269 (Closes: #973245).
* d/control:
- add myself to uploaders.
- bump debhelper compat to 13.
- add Build-Depends meson, pkg-config.
- bump Standards Version to 4.6.1 (no changes).
* debian/patches:
- remove obsolete d/p/0001-no-rpath.patch.
- delete patches applied upstream.
- convert to meson
- refresh.
* d/rules:
- convert to meson
- override libexecdir to keep existing non-multiarch path.
- cleanup and remove cruft.
* Simplify d/rules and multiarch handling with dh-exec.
* Install bash and zsh completions.
* d/not-installed: add uninstalled files.
* .gitignore backup files.
* d/openrc.lintian-overrides:
- update changed tag name.
- update to pointed format.
- remove unused override.
* sh/start-stop-daemon.sh: use src:dpkg s-s-d compatible --chuid
(Closes: #1015765).
-- Mark Hindley <leepen@debian.org> Sun, 24 Jul 2022 15:32:06 +0100
openrc (0.42-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Make -dev package symlinks in /usr/lib target shared libraries in
/lib. (Closes: #985509).
-- Mark Hindley <leepen@debian.org> Fri, 02 Apr 2021 11:16:00 +0100
openrc (0.42-2) unstable; urgency=medium
* Team upload.
* Grab a fix for FTBFS on gcc-10 from upstream. (Closes: #957642)
-- Adam Borowski <kilobyte@angband.pl> Fri, 27 Nov 2020 09:48:35 +0100
openrc (0.42-1) unstable; urgency=medium
* New upstream release, drop ppc64/riscv patches. (Closes: #958820)
* Keep cgroups script and rewrite rules in regex. (Closes: #960183)
* Add lintian overrides for openrc specific scripts.
* Move .so symlinks to /usr/lib.
-- Benda Xu <heroxbd@gentoo.org> Fri, 15 May 2020 15:01:39 +0800
openrc (0.40.3-2) unstable; urgency=medium
* Team upload.
[ Helmut Grohne ]
* Defer stripping to dh_strip. (Closes: #956715)
[ Adam Borowski ]
* Drop myself from uploaders.
* Drop Pre-Dep on pre-Stretch init-system-helpers.
-- Adam Borowski <kilobyte@angband.pl> Tue, 14 Apr 2020 18:17:58 +0200
openrc (0.40.3-1) unstable; urgency=medium
* New upstream release.
* Fix ELF hardening.
-- Mo Zhou <cdluminate@gmail.com> Sat, 02 Feb 2019 15:41:07 +0000
openrc (0.39-1) unstable; urgency=medium
* New upstream release. (Closes: 911946).
* Introduce Mo Zhou to the maintainer team.
-- Benda Xu <heroxbd@gentoo.org> Sat, 27 Oct 2018 11:57:22 +0800
openrc (0.38-2) unstable; urgency=medium
[ Benda Xu ]
* Upload a new version to recover Version 0.34-3.
It was my mistake by not basing the new upstream release 0.38-1 on
the latest maintenance repository.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
-- Benda Xu <heroxbd@gentoo.org> Mon, 22 Oct 2018 08:29:17 +0800
openrc (0.38-1) unstable; urgency=medium
* New upstream release.
* Rebase, merge and drop patches.
-- Benda Xu <heroxbd@gentoo.org> Sun, 21 Oct 2018 18:40:30 +0800
openrc (0.34-3) unstable; urgency=medium
* Switch maintainer address to something that doesn't bounce.
(Closes: #899777)
* Use dh compat 11.
-- Adam Borowski <kilobyte@angband.pl> Thu, 24 May 2018 13:28:14 +0200
openrc (0.34-2) unstable; urgency=medium
[ Benda Xu ]
* Set priority to optional as per standard recommendation.
* Move libeinfo and librc to the "libs" section.
* Update git fields to salsa.d.o pages.
[ Svante Signell ]
* Fix FTBFS on hurd. (Closes: #891530)
[ Adam Borowski ]
* Add bogus LSB headers to savecache to silence an insserv warning.
* Don't use -march=native.
* Fix FTBFS on riscv64.
* Put the global wildcard first in debian/copyright.
* Switch Vcs to unauthenticated.
* Set libraries as M-A: same, main package as M-A: foreign.
* Rules-Requires-Root: no.
-- Adam Borowski <kilobyte@angband.pl> Tue, 10 Apr 2018 00:24:56 +0200
openrc (0.34-1) unstable; urgency=medium
* New upstream release.
* Scan /etc/insserv.conf.d directory. (Bug #874790)
* Merge 0.27-2 update into the main patch. Force _GNU_SOURCES.
* Remove Roger Leigh from the Uploaders. Thank you Roger for the
groundbreaking work. (Bug #869347)
* Save deptree on shutdown. Revert upstream commit b02ff466fa75.
* Bump standard to 4.1.3.
-- Benda Xu <heroxbd@gentoo.org> Sat, 17 Feb 2018 19:11:06 +0900
openrc (0.27-3) unstable; urgency=medium
* Fix FTBFS on ppc64el with current binutils.
-- Adam Borowski <kilobyte@angband.pl> Sat, 25 Nov 2017 06:47:30 +0100
openrc (0.27-2) unstable; urgency=critical
* Fix segfault with glibc 2.25 in librc; this made systems using openrc
effectively unbootable.
-- Adam Borowski <kilobyte@angband.pl> Sun, 19 Nov 2017 04:38:32 +0100
openrc (0.27-1) unstable; urgency=medium
* New upstream release.
* Drop /proc/mounts patch: accepted upstream.
* Ship more documentation.
* Bump standard to 4.0.0.
-- Benda Xu <heroxbd@gentoo.org> Tue, 04 Jul 2017 22:47:13 +0900
openrc (0.23-1) unstable; urgency=medium
* New upstream release.
* Read /proc/mounts in mountinfo. (Bug #847281)
-- Benda Xu <heroxbd@gentoo.org> Thu, 05 Jan 2017 01:15:03 +0900
openrc (0.22-1) unstable; urgency=medium
* New upstream release.
* Manage reboot/halt by /etc/init.d/rc. (Closes: #844685)
-- Benda Xu <heroxbd@gentoo.org> Mon, 05 Dec 2016 13:21:17 +0900
openrc (0.21-4) unstable; urgency=medium
[ Svante Signell ]
* Fix upgrade from jessie to stretch by adding openrc.preinst
and modifying openrc.postinst for conffile transit (Closes: #840073)
* Revert fix for #834014
[ Adam Borowski ]
* Add myself to Uploaders.
-- Adam Borowski <kilobyte@angband.pl> Tue, 15 Nov 2016 01:35:20 +0100
openrc (0.21-3) unstable; urgency=medium
[ Marvin Kohl ]
* Fix "fails to install: rc-update: service `transit' does not exist"
Exclude transit when removing gentoo init files. (Closes: #834014)
-- Adam Borowski <kilobyte@angband.pl> Sat, 24 Sep 2016 02:11:37 +0200
openrc (0.21-2) unstable; urgency=medium
* Move Recommends init-system-helpers to Pre-Depend (Closes: 829488).
* Drop Provides sysv-rc.
* Install transit into /etc/init.d directly.
-- Benda Xu <heroxbd@gentoo.org> Wed, 27 Jul 2016 16:04:40 +0900
openrc (0.21-1) unstable; urgency=medium
[ Dmitry Yu Okunev ]
* Removed nested functions from lsb2rcconf:main.c
[ Benda Xu ]
* New upstream release
* Bump standard to 3.9.8
* Switch from dbg to dbgsym packages.
-- Benda Xu <heroxbd@gentoo.org> Thu, 23 Jun 2016 10:30:43 +0900
openrc (0.20.4-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove diversions to update-rc.d + invoke-rc.d (Closes: #817006).
-- Adam Borowski <kilobyte@angband.pl> Tue, 08 Mar 2016 05:17:44 +0100
openrc (0.20.4-2) unstable; urgency=high
* Bump standard to 3.9.7.
* Exclude /etc/init.d/*.dpkg*.
* This version of OpenRC issues a warning if boot facility duplication
is found (Closes: #738628).
* Pass tests on ppc64el and mips64el.
* update-rc.d + invoke-rc.d are found in init-system-helpers 1.29.
Recommends init-system-helpers 1.29.
-- Benda Xu <heroxbd@gentoo.org> Sat, 05 Mar 2016 01:51:21 +0900
openrc (0.20.4-1) unstable; urgency=high
[ Benda Xu ]
* New upstream release.
Refresh and remove upstreamed GNU/Hurd patches.
* Removed nested functions in the previous release (Closes: #758564).
* Enable SELinux, audit and PAM supports on Linux (Closes: #773287).
Credits Laurent Bigonville.
[ Svante Signell ]
* Update openrc.postrm and create openrc.preinst to divert
update-rc.d + invoke-rc.d files to cooperate with
init-system-helpers >=1.25. (Closes: #811708)
-- Benda Xu <heroxbd@gentoo.org> Tue, 23 Feb 2016 21:56:27 +0900
openrc (0.18.3-1) unstable; urgency=medium
[ Dmitry Yu Okunev ]
* Remove nested functions (Closes: #765070),
merge GNU-kFreeBSD_workaround-nxstack.patch.
* Rename static functions "rc_*" to be without "rc_" to pass "make test"
(Closes: #763681, #770459)
[ Benda Xu ]
* New upstream release. (Closes: #796287, #766151)
- Rename REAMDME to README.md.
- Remove upstreamed patches relating to GNU/Hurd and GNU/kFreeBSD.
* Document how to disable 20-left-info-blocks and remove experimental
claim. (Closes: #771834)
* Revise the package descriptions. (Closes: #740611)
* Cope with shebang correctly. (Closes: #766153, #766151)
* Remove /etc/init.d/transit in postrm purge. (Closes: #740469)
* Reuse the _all mechanism that works well on Hurd now. (Closes: #739703)
* Bump to standards version 3.9.6.
-- Benda Xu <heroxbd@gentoo.org> Sat, 07 Nov 2015 13:44:58 +0900
openrc (0.13.1-4) unstable; urgency=high
* runtest.sh: expect nested function rc_deptree_remove_loopdependency
from dependency loop solver to be listed in the relocation section on
some architectures like arm and ppc. (Closes: #763681)
-- Benda Xu <heroxbd@gentoo.org> Mon, 27 Oct 2014 01:30:35 +0900
openrc (0.13.1-3) unstable; urgency=medium
[ Gabriele Giacone ]
* Fix postinst, make dangling links presence not fatal (Closes: #765785).
-- Gabriele Giacone <1o5g4r8o@gmail.com> Sat, 25 Oct 2014 15:30:56 +0200
openrc (0.13.1-2) unstable; urgency=medium
[ Steven Chamberlain ]
* Add 0210-GNU-kFreeBSD_workaround-nxstack.patch:
- loopsolver: don't use executable stacks
- fixes a crash on newer versions of kfreebsd that enforce
non-executable stacks (Closes: #765070)
* Drop unnecessary dependency on libkvm-dev [kfreebsd-any]
-- Steven Chamberlain <steven@pyro.eu.org> Sat, 18 Oct 2014 17:28:16 +0100
openrc (0.13.1-1) unstable; urgency=medium
* New upstream release
-- Ritesh Raj Sarraf <rrs@debian.org> Fri, 17 Oct 2014 15:53:29 +0530
openrc (0.12.4+20131230-10) unstable; urgency=medium
* Revert lsb-deps-on-"all" changes introduced with -9.
+ Get shutdown immediate back on Hurd (Closes: #739703).
* Fix long descriptions. Thanks to Justin B Rye (Closes: #740611).
-- Gabriele Giacone <1o5g4r8o@gmail.com> Mon, 10 Mar 2014 00:40:07 +0100
openrc (0.12.4+20131230-9) unstable; urgency=medium
* Uploading to unstable.
* Fix mounting of /run in Hurd & kFreeBSD, thanks to Gabriele's (gg0)
patch correction.
* Adds 2 new patches for the loop solver:
- 0130-option-rc_loopsolver_warnings.patch
- 0140-loopsolver-doubleprint-fix.patch
* New version of the lsb2rcconf (LSB header support) patch.
* Allow non-sh shebang in init.d scripts.
* Added 0200-GNU-kFreeBSD_add-missing-files.patch, and as a consequence,
build-depends: libkvm-dev [kfreebsd-i386], libkvm-dev [kfreebsd-amd64].
-- Thomas Goirand <zigo@debian.org> Sun, 09 Feb 2014 17:34:25 +0800
openrc (0.12.4+20131230-8) experimental; urgency=low
[ Benda Xu <heroxbd@gentoo.org> ]
* control, rules: add librc1-dbg and libeinfo1-dbg.
* lsb2rcconf: handle required-stop,should-stop and X-Stop-After.
* add runlevel "off" to hold all the shutdown scripts. (Closes: #736384)
+ openrc.postinst: load scripts from rc6.d into "off" runlevel
+ rc: enter and leave off runlevel before shutdown/reboot
+ rules: savecache moved from runlevel shutdown to off
+ update-rc.d: redirect shutdown to off
* rules: clean librc.funcs.hidden.list, the test suite leftover.
* control: remove the perl dependency, lsb.pl is superseded by lsb2rcconf.
* include the dependency loop detection patch from Dmitry Yu Okunev
<dyokunev@ut.mephi.ru>, so that bug #736400 is circumvented.
[ Thomas Goirand ]
* Updated VCS fields to use the new "openrc" Alioth packaging group.
* Updated the Maintainer: field to use the Alioth list.
* Updates Hurd patch: thanks to Svante Signell <svante.signell@gmail.com> for
his work (Closes: #736636).
* Stores rc and rcS directly in /etc/init.d in the .deb of OpenRC, rather
than using dangerous and useless maintainer scripts (Closes: #736367).
* Fix the /etc/init.d/savecache shebang to use openrc-run instead of
runscript.
-- Thomas Goirand <zigo@debian.org> Mon, 27 Jan 2014 15:44:47 +0000
openrc (0.12.4+20131230-7) experimental; urgency=medium
* lsb2rcconf two updates from Dmitry Yu Okunev <dyokunev@ut.mephi.ru>:
- adjust c code style to OpenRC guideline (allowed re-enabled unit tests)
- output nothing in absence of LSB header
-- Thomas Goirand <zigo@debian.org> Wed, 22 Jan 2014 08:24:21 +0000
openrc (0.12.4+20131230-6) experimental; urgency=low
* Added purge of /etc/runlevels, /lib/rc, and /etc/init.d/{rc,transit,rcS}
if OpenRC is purged.
* Replaces the lsb.pl patch with an implementation in C, which doesn't need
to have /usr mounted early in the boot process (Closes: #734371).
-- Thomas Goirand <zigo@debian.org> Mon, 20 Jan 2014 15:40:36 +0800
openrc (0.12.4+20131230-5) experimental; urgency=low
* OpenRC now supports Debian GNU/Hurd! :) Thanks to Svante Signell
<svante.signell@gmail.com> for working on this.
- Added patches for GNU/Hurd FTBFS
- Added patches for GNU/Hurd missing files
- Reorganized all patches
-- Thomas Goirand <zigo@debian.org> Fri, 17 Jan 2014 20:09:55 +0800
openrc (0.12.4+20131230-4) experimental; urgency=medium
[ Benda Xu ]
* Add myself to the uploaders field.
* rc-update: Add the feature of removing a service from all runlevels.
update-rc.d: make use of the new rc-update feature.
* Rename "single" runlevel to "recovery".
OpenRC treats single runlevel specially.
[ Thomas Goirand ]
* Added etc/rc.conf.GNU and mk/os-GNU.mk to have a chance to be able to build
under GNU Hurd.
* Patches librc.h so that it works for Hurd.
* Added missing dependency on insserv (Closes: 734283). Thanks to Axel
Beckert <abe@debian.org> for finding this out and his bug report.
* Now conflicts with file-rc (Closes: #734406), thanks to Michael Gilbert
<mgilbert@debian.org> for reporting the problem.
-- Thomas Goirand <zigo@debian.org> Fri, 17 Jan 2014 07:01:23 +0000
openrc (0.12.4+20131230-3) experimental; urgency=medium
* Added creation of single user symlinks in /etc/runlevels/single in the
postinst script of OpenRC (otherwise single user mode doesn't work).
-- Thomas Goirand <zigo@debian.org> Fri, 03 Jan 2014 17:10:15 +0000
openrc (0.12.4+20131230-2) experimental; urgency=medium
* Delete gentoo specific config folders in /etc from the openrc package.
* Adds missing /etc/runlevels/single folder. Without it, reinstalling
the initscripts package fails.
* Warns users about how to do the first reboot when switching from sysv-rc
to OpenRC.
-- Thomas Goirand <zigo@debian.org> Fri, 03 Jan 2014 05:42:12 +0000
openrc (0.12.4+20131230-1) experimental; urgency=low
* Initial release (Closes: 684396).
-- Thomas Goirand <zigo@debian.org> Mon, 30 Dec 2013 21:08:24 +0900
|