Hello community, here is the log from the commit of package seccheck for openSUSE:Factory checked in at 2020-12-17 17:05:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seccheck (Old) and /work/SRC/openSUSE:Factory/.seccheck.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seccheck" Thu Dec 17 17:05:16 2020 rev:39 rq:856475 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/seccheck/seccheck.changes 2019-12-29 15:50:25.271196038 +0100 +++ /work/SRC/openSUSE:Factory/.seccheck.new.5145/seccheck.changes 2020-12-17 17:08:59.081951782 +0100 @@ -1,0 +2,7 @@ +Sun Dec 13 20:10:59 UTC 2020 - <d_wer...@gmx.net> + +- libexec_move_1178617.patch: update paths after move to /usr/libexec +- security_announce_url_1178617.patch: update url for security + announcements to suse (boo#1178617) + +------------------------------------------------------------------- New: ---- libexec_move_1178617.patch security_announce_url_1178617.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seccheck.spec ++++++ --- /var/tmp/diff_new_pack.PaxV7b/_old 2020-12-17 17:08:59.705952401 +0100 +++ /var/tmp/diff_new_pack.PaxV7b/_new 2020-12-17 17:08:59.713952410 +0100 @@ -1,7 +1,7 @@ # # spec file for package seccheck # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,11 +27,13 @@ Summary: Security-Check Scripts License: GPL-2.0-or-later Group: Productivity/Security -Url: https://github.com/openSUSE/seccheck +URL: https://github.com/openSUSE/seccheck Source0: https://github.com/openSUSE/seccheck/archive/master.zip Source1: sysconfig.seccheck Patch1: mail_headerlines_985802.patch Patch2: timers_wanted_by_1132919.patch +Patch3: libexec_move_1178617.patch +Patch4: security_announce_url_1178617.patch BuildRequires: unzip Requires: bash # FIXME: use proper Requires(pre/post/preun/...) ++++++ libexec_move_1178617.patch ++++++ diff -ubr a/basic.inc b/basic.inc --- a/basic.inc 2019-03-07 09:37:00.000000000 +0100 +++ b/basic.inc 2020-12-13 20:53:56.844000000 +0100 @@ -7,6 +7,6 @@ PATH="/usr/bin:/bin:/usr/sbin:/sbin" umask 077 -test -z "$SEC_BIN" && SEC_BIN="/usr/lib/secchk" +test -z "$SEC_BIN" && SEC_BIN="/usr/libexec/secchk" test -z "$SEC_VAR" && SEC_VAR="/var/lib/secchk" SEC_DATA="$SEC_VAR/data" diff -ubr a/seccheck-autologout.service b/seccheck-autologout.service --- a/seccheck-autologout.service 2019-03-07 09:37:00.000000000 +0100 +++ b/seccheck-autologout.service 2020-12-13 20:54:19.468000000 +0100 @@ -4,7 +4,7 @@ [Service] Type=oneshot -ExecStart=/usr/lib/secchk/autologout.sh -c /etc/security/autologout.conf +ExecStart=/usr/libexec/secchk/autologout.sh -c /etc/security/autologout.conf Nice=19 IOSchedulingClass=best-effort IOSchedulingPriority=7 diff -ubr a/seccheck-daily.service b/seccheck-daily.service --- a/seccheck-daily.service 2019-03-07 09:37:00.000000000 +0100 +++ b/seccheck-daily.service 2020-12-13 20:54:33.380000000 +0100 @@ -4,7 +4,7 @@ [Service] Type=oneshot -ExecStart=/usr/lib/secchk/security-control.sh daily +ExecStart=/usr/libexec/secchk/security-control.sh daily Nice=19 IOSchedulingClass=best-effort IOSchedulingPriority=7 diff -ubr a/seccheck-monthly.service b/seccheck-monthly.service --- a/seccheck-monthly.service 2019-03-07 09:37:00.000000000 +0100 +++ b/seccheck-monthly.service 2020-12-13 20:54:43.824000000 +0100 @@ -4,7 +4,7 @@ [Service] Type=oneshot -ExecStart=/usr/lib/secchk/security-control.sh monthly +ExecStart=/usr/libexec/secchk/security-control.sh monthly Nice=19 IOSchedulingClass=best-effort IOSchedulingPriority=7 diff -ubr a/seccheck-weekly.service b/seccheck-weekly.service --- a/seccheck-weekly.service 2019-03-07 09:37:00.000000000 +0100 +++ b/seccheck-weekly.service 2020-12-13 20:54:54.432000000 +0100 @@ -4,7 +4,7 @@ [Service] Type=oneshot -ExecStart=/usr/lib/secchk/security-control.sh weekly +ExecStart=/usr/libexec/secchk/security-control.sh weekly Nice=19 IOSchedulingClass=best-effort IOSchedulingPriority=7 ++++++ security_announce_url_1178617.patch ++++++ diff -ubr a/security-monthly.sh b/security-monthly.sh --- a/security-monthly.sh 2019-03-07 09:37:00.000000000 +0100 +++ b/security-monthly.sh 2020-12-13 21:03:07.092000000 +0100 @@ -36,7 +36,7 @@ #done echo ' -NOTE: have you checked http://www.novell.com/products/security.html for security updates?! +NOTE: have you checked https://www.suse.com/support/update/ for security updates?! ' cat "$OLD1" _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org