Accepting request 1245592 from Base:System

- Update to sysvinit 3.14
  * Re-introduced DESTDIR flag in src/Makefile to assist building on Arch.
  * Fixed typo in init.8 manual page.
  * Expand process length in inittab to allow a command line 253 characters
    (up from 127). Expand child process structure to accomidate 253
    and some buffer room for newline/NULL.
  * Clear buffer when reading long lines from inittab, avoids garbage left
    over from old lines with long commands or comments.
  * Drop lines which are too long from inttab conf and log warning rather
    than truncate.

- Update to sysvinit 3.13

OBS-URL: https://build.opensuse.org/request/show/1245592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysvinit?expand=0&rev=187
This commit is contained in:
Ana Guerrero 2025-02-14 18:18:59 +00:00 committed by Git OBS Bridge
commit ae4d31669a
6 changed files with 35 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbaeabddc35a6511b87c87452ee5e87c678a26329c7d7d17fb69a2b42a314d86
size 240964

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEWi3Ghs3F1gh9iMGYNR91+kXVNlYFAmd4UhsACgkQNR91+kXV
NlYU5hAAnC0wTct1MfhM8zpsYgBvgFNYNzAHfci/L/kio/Ze5Bu6APQDl63MKEKJ
CTI3o0d3WymwdpenVRFplh3WrK32hrm3aju8LnhczFmDxYLuVxJZ31ldN7suc9iq
yoLEj1MtqM1Hx56pKDDXuMBmB9fimv8AHGmh5ofMFlIn+LhyquEASdebf4WMLbii
0g9dBJ+8oAOjt+7FpFuN5dd+cr+gHZpHfkscL4POoE6npwDTZnHs52eZJLgD0EGb
NqBsxD0fDt4rgBrTVZs4ugUR7sP9624rbHOKlAzy6ES6lNJWp1HxB4tDZ+OQz85/
goQ7V/951QCy4ijpSRvaxcJHcNDWydNtQuEwDcX1d7yn1ZJR/mraGRR+lCjV+++/
0EznBTqzgFGNvRrKTn/o05OWxAHAV1WxIUVL1mDt6ia/tsKuYe6YcjtzZ64LsR+h
bvKpO3ZDUXftbydtBA/rIUeYYELYfHy7X5MsrT0rZUAn8HtA8hPAoc+3CWBsBylS
3STFkFZX02tS+Gdqx+gqbLPkHZSngie8StGVghWlrWploeU1YgOey6kcIkcSlpeS
H067pS47BVNq2VslSV0SaIxw0p17TBFSNyMWz+CzSaCfmiasutHTRGtikw7lTr2i
qFvSE5ZPJ/NkxuKYk8rRKLb+fwT4Wg4GcvXbbzE6YKst4aGzirc=
=Kx5X
-----END PGP SIGNATURE-----

BIN
sysvinit-3.14.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

16
sysvinit-3.14.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEWi3Ghs3F1gh9iMGYNR91+kXVNlYFAmenfscACgkQNR91+kXV
NlYrqBAAgfo9A7s8TIlvO3CawSj5soaIBZH/DI8CopqgajMC3R757JO51baCKQyG
xcWIr+nntfVyDGFMemLZZo50QGIaLxahOOY1LdVbGtIf48bha0DqknzyULJWiGl8
iMzIwze6kFZzPnsiPclw3G1r70p1Hbj8IMZe9BOIxBJd46+HRVWBaxPHK6x1NrwL
Wwk3YByNapKIYT7m8b3VhNTnDLPAdk2BagPnLx3VOOqmzbBe+Yuh47dgykqurbm5
HrULau9aa1KpPuqNX8QjGitI52X0rvFlj3nwJBRfL1tiVD17vHMkrPb+hHFYI3kW
8mjR475S0kLd24hYbpsq7R/m7hvGmASTZzJQBR7o2LLMIZbngE7B3Fv4JUbZSbbD
WMAhKAXDuErgzbjHCWVATZHoIOwvDKyV99vSuMP9uyhRw4shUDV9wHndfj+X6n41
MWfY2BPmVtYYlpjsFO61puqXS5Yz7dQ8VuSNeR0F4mVTWcgTg3TaJCpAPpBw63HB
uw8LXxUCpbtWFIk4gBw2UuEYQ/QvMxYVTGPygiwrHSEJIzGYbuVzwCVYj02rJ05k
UaYs7sSAcxUbLniIfGf3RRIEAMYJl8u7scIH0VECI24PmHQYcAE7PqTb2Sm59zii
oBJ0rETxqBMOm2O0w9jpsBIRH3K/GyMWnNZOzfGJ1xkshaP5J70=
=w6vM
-----END PGP SIGNATURE-----

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Mon Feb 10 10:11:25 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Update to sysvinit 3.14
* Re-introduced DESTDIR flag in src/Makefile to assist building on Arch.
* Fixed typo in init.8 manual page.
* Expand process length in inittab to allow a command line 253 characters
(up from 127). Expand child process structure to accomidate 253
and some buffer room for newline/NULL.
* Clear buffer when reading long lines from inittab, avoids garbage left
over from old lines with long commands or comments.
* Drop lines which are too long from inttab conf and log warning rather
than truncate.
-------------------------------------------------------------------
Thu Jan 9 10:50:10 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Update to sysvinit 3.31
- Update to sysvinit 3.13
* Adjusted manual page install location. Patch provided
by Mark Hindley.
sysvinit (3.12) released; urgency=low

View File

@ -26,7 +26,7 @@
Name: sysvinit
%define KPVER 2.23
%define SIVER 3.13
%define SIVER 3.14
%define START 0.65
Version: %{SIVER}
Release: 0