306 lines
12 KiB
Plaintext
306 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 28 13:42:43 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.35
|
|
* Make s390 3215 console work that is use EPOLLOUT|EPOLLONESHOT
|
|
to control if we can write to ttyS0 in nonblocking mode and if
|
|
not reenable EPOLLOUT|EPOLLONESHOT.
|
|
* At boot set for ttyS0 via vmcp API nonblocking MORE mode with
|
|
`0 0'. It beeps but boots.
|
|
- Remove patches now upstream
|
|
* blog-3215.patch
|
|
* blog-install.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 13:04:07 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Add patch blog-3215.patch
|
|
* Try to avoid blocking mode of 3215 console on s390x as holding
|
|
the output at `MORE' stops blogd, that is that it can not see
|
|
any messages over its socket like switch of the root file system.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 09:50:29 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Add patch blog-install.patch
|
|
* Fixes install problems
|
|
* Use module-setup.sh to install in BUILDROOT
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 16 13:04:40 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.34
|
|
* Make it work on s390x (still no 3215 console)
|
|
This is a bug fix release. But still no support in conmode
|
|
3215 as there is a race triggered by using conmode 3215.
|
|
The order of the systemd units seems to change with this
|
|
console mode.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 11 06:15:37 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Use rpm-config-SUSE instead of suse-module-tools for suse version
|
|
above 1550 and add code for the missing macros for older
|
|
distributions like leap 15.6
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 10 13:59:41 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- The suse-module-tools are required at build otherwise blog
|
|
is not in the initrd
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 3 14:20:30 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.32
|
|
* Better 3270 console support, use uevent below /sys file system
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 2 09:53:11 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.31
|
|
* Handel BS on password prompt as well
|
|
* Drop spining code as systemd uses clear to end of line
|
|
escape sequence (hard coded!) for its cylon lines.
|
|
- blog: again suggest blog-plymouth
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 31 13:10:13 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.30
|
|
* The asking variable is not shared
|
|
* Allow password asking prompt to be repeated if empty.
|
|
* Make spinner support UTF-8 multibyte conform.
|
|
* Spinner lines of system still not handled.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 28 11:42:55 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.29
|
|
* Make sure that password prompt is seen Latest
|
|
Use a temporary buffer to be silent during asking passwords.
|
|
And stop system console output during password questions
|
|
only if temporary buffer becomes short. As well as do coloring
|
|
on /dev/ttysclp0 for S390.
|
|
- Drop patch.patch as now upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 28 10:15:28 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Modify temporary patch patch.patch
|
|
* Use a temporary buffer to be silent during asking passwords
|
|
* Stop system console output during password questions only
|
|
if temporary buffer becomes short
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 27 14:35:55 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Add temporary patch named patch.patch
|
|
* Stop system console output during password questions
|
|
* Do coloring on /dev/ttysclp0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 12 10:40:47 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- blog: recommend blog-plymouth instead of only suggesting
|
|
* More house advertising to make plymouth support of blogd
|
|
more familiar and known by the users
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 29 12:27:52 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.28
|
|
* UTMP support is gone, remove dependency also add support for
|
|
initramfs at shutdown.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 10 13:37:24 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Fix big endian cast problems to be able to read commands
|
|
and answers (blogctl) as well as passphrases (blogd)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 27 10:23:56 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
|
|
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 08:20:08 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.26
|
|
* On s390/x and PPC64 gcc misses unused arg0
|
|
- Remove patch fcb9e0c2.patch as now part of tar ball
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 15:02:35 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Add upstream patch fcb9e0c2.patch
|
|
* On s390/x and PPC64 gcc misses unused arg0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 13:11:05 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.24
|
|
* Avoid install errror due missed directory
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 11:36:36 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.22
|
|
* Avoid KillMode=none for newer systemd version as well as rework
|
|
the systemd unit files of blog (boo#1186506)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 30 10:01:29 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Move to /usr for UsrMerge (boo#1191057)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 9 08:53:45 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.21
|
|
* Merge pull request #4 from samueldr/fix/makefile
|
|
Fixup Makefile for better build system support
|
|
* Silent new gcc compiler
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 9 07:19:38 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Fix package split done for shared library packaging guideline (bsc#1184479).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 9 11:34:47 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to version 2.20
|
|
* Silent some gcc warnings, also avoid common variable (boo#1160385)
|
|
* Include <sys/sysmacros.h> for makedev
|
|
* sort input files (boo#1041090)
|
|
* libconsole: never return empty list from getconsoles()
|
|
* libconsole: Really allow to use /dev/console as a fallback in showconsole
|
|
* libconsole: Add console into the list only when successfully allocated
|
|
* libconsole: Correctly ignore early consoles
|
|
- Remove obsolate patch blog-Remove-unused-header.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 30 19:45:55 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Add blog-Remove-unused-header.patch: Fix build with new glibc
|
|
(gh#bitstreamout/showconsole#3).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 20 12:09:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Implement shared library packaging guideline.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 2 08:03:10 UTC 2018 - werner@suse.de
|
|
|
|
- Update to version 2.19 which integrates the patches now removed:
|
|
* sysmacros.patch
|
|
* libconsole-Really-allow-to-use-dev-console-as-a-fall.patch
|
|
* libconsole-never-return-empty-list-from-getconsoles.patch
|
|
* showconsole-2.18.tar.gz
|
|
* libconsole-Add-console-into-the-list-only-when-succe.patch
|
|
* libconsole-Correctly-ignore-early-consoles.patch
|
|
as well as the changes
|
|
* Correct wants directory for systemd-ask-password-blog.service
|
|
* Sort input files for reproducible builds
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 1 14:33:06 UTC 2018 - schwab@suse.de
|
|
|
|
- sysmacros.patch: Include <sys/sysmacros.h> for makedev
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 19 15:31:33 CET 2018 - kukuk@suse.de
|
|
|
|
- Use %license instead of %doc [bsc#1082318]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 12 15:30:53 UTC 2017 - pmladek@suse.com
|
|
|
|
- hardening of the console list generation (bsc#1071568):
|
|
* libconsole-never-return-empty-list-from-getconsoles.patch
|
|
* libconsole-Really-allow-to-use-dev-console-as-a-fall.patch
|
|
* libconsole-Add-console-into-the-list-only-when-succe.patch
|
|
* libconsole-Correctly-ignore-early-consoles.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 6 09:28:13 UTC 2017 - werner@suse.de
|
|
|
|
- Change description of blog-plymouth in same manner as used by
|
|
the release notes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 16:00:31 UTC 2017 - werner@suse.de
|
|
|
|
- Add coreutils as required by post scriptlet (boo#1036436)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 12:30:03 UTC 2017 - werner@suse.de
|
|
|
|
- Use github source from tagged version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 12:13:13 UTC 2017 - werner@suse.de
|
|
|
|
- Use https://github.com/bitstreamout/showconsole as URL
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 11 10:21:35 UTC 2016 - olaf@aepfle.de
|
|
|
|
- Install binaries with read permissions (bnc#990837)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 22 12:17:51 UTC 2016 - werner@suse.de
|
|
|
|
- Do not use privata glibc API (boo#967437) but implement
|
|
missing shared memory mkstemp()
|
|
- Remove patch remove-bad-symbol-use.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 22 10:00:13 UTC 2016 - schwab@suse.de
|
|
|
|
- remove-bad-symbol-use.patch: Remove bad use of internal glibc interface
|
|
(bnc#967437)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 16:30:46 UTC 2016 - werner@suse.de
|
|
|
|
- Make clear that blog is split off from sysvinit-tools
|
|
- Avoid to be tagged with GLIBC_PRIVATE
|
|
- Use libblogger.so with version, that is major and minor
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 15:42:23 UTC 2016 - werner@suse.de
|
|
|
|
- Bug fix version: Handle chached password request gracefully
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 10 10:24:10 UTC 2016 - meissner@suse.com
|
|
|
|
- add blog-rpmlintrc. The all-manual handling of systemd services
|
|
is required according to Werner.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 4 10:40:34 UTC 2016 - werner@suse.de
|
|
|
|
- Let libblogger become a shared library
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 13:54:45 UTC 2016 - werner@suse.de
|
|
|
|
- Clean up service uits for close and umount
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 15 07:41:24 UTC 2016 - werner@suse.de
|
|
|
|
- First initial package after splitting apart from sysvinit
|
|
* Now blogd can replace plymouth(9) even from initrd
|
|
* Also blogd is able to handle password requests from
|
|
from systemd API
|
|
* The blogd daemon writes out console messages even on reboot
|
|
or halt up to the file systems become unavailable.
|
|
* No locking of the console devices, no frame buffer switching.
|
|
|