Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at 2021-03-11 20:06:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aaa_base (Old) and /work/SRC/openSUSE:Factory/.aaa_base.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aaa_base" Thu Mar 11 20:06:55 2021 rev:477 rq:877770 version:84.87+git20210308.d7a7d3a Changes: -------- --- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes 2021-01-10 19:37:56.145410065 +0100 +++ /work/SRC/openSUSE:Factory/.aaa_base.new.2401/aaa_base.changes 2021-03-11 20:07:00.520149717 +0100 @@ -1,0 +2,9 @@ +Mon Mar 08 15:11:13 UTC 2021 - r...@suse.de + +- Update to version 84.87+git20210308.d7a7d3a: + * excluding new kernel string in version search + * Fixing possible resource leak. Found by running ccpcheck on the source code. + * Comment out 8-bit C1 conflicting with UTF-8 in /etc/inputrc + * Fix keyseq specifications in /etc/inputrc{,.keys} + +------------------------------------------------------------------- Old: ---- aaa_base-84.87+git20201123.4f16b16.tar.xz New: ---- aaa_base-84.87+git20210308.d7a7d3a.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.Ej2aAk/_old 2021-03-11 20:07:01.544151311 +0100 +++ /var/tmp/diff_new_pack.Ej2aAk/_new 2021-03-11 20:07:01.548151317 +0100 @@ -1,7 +1,7 @@ # # spec file for package aaa_base # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif Name: aaa_base -Version: 84.87+git20201123.4f16b16 +Version: 84.87+git20210308.d7a7d3a Release: 0 URL: https://github.com/openSUSE/aaa_base # do not require systemd - aaa_base is in the build environment and we don't @@ -39,7 +39,12 @@ Requires: /usr/bin/xz Requires: distribution-release Requires: filesystem -Recommends: logrotate netcfg udev iputils iproute2 aaa_base-extras +Recommends: aaa_base-extras +Recommends: iproute2 +Recommends: iputils +Recommends: logrotate +Recommends: netcfg +Recommends: udev Requires(pre): /usr/bin/rm Requires(pre): glibc >= 2.30 Requires(post): fillup /usr/bin/chmod /usr/bin/chown ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Ej2aAk/_old 2021-03-11 20:07:01.600151397 +0100 +++ /var/tmp/diff_new_pack.Ej2aAk/_new 2021-03-11 20:07:01.604151404 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/aaa_base.git</param> - <param name="changesrevision">4f16b1614fac8432188271c8363b1e6217944b4c</param> + <param name="changesrevision">d7a7d3adc3b583e0951b985aa4f72ec3f6e58415</param> </service> </servicedata> \ No newline at end of file ++++++ aaa_base-84.87+git20201123.4f16b16.tar.xz -> aaa_base-84.87+git20210308.d7a7d3a.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20201123.4f16b16/files/etc/inputrc new/aaa_base-84.87+git20210308.d7a7d3a/files/etc/inputrc --- old/aaa_base-84.87+git20201123.4f16b16/files/etc/inputrc 2020-11-23 13:22:38.000000000 +0100 +++ new/aaa_base-84.87+git20210308.d7a7d3a/files/etc/inputrc 2021-03-08 16:08:01.000000000 +0100 @@ -56,18 +56,19 @@ "\e\eOC": forward-word "\e\eOA": previous-history "\e\eOB": next-history -"\C-\eOD": backward-char -"\C-\eOC": forward-char -"\C-\eOA": previous-history -"\C-\eOB": next-history -"\M-\eOD": backward-word -"\M-\eOC": forward-word -"\M-\eOA": previous-history -"\M-\eOB": next-history -"\C-\M-OD": backward-char -"\C-\M-OC": forward-char -"\C-\M-OA": previous-history -"\C-\M-OB": next-history +"\eOD": backward-char +"\eOC": forward-char +"\eOA": previous-history +"\eOB": next-history +# [Note: raw C1 chars conflicts with UTF-8] +# "\e\217D": backward-word +# "\e\217C": forward-word +# "\e\217A": previous-history +# "\e\217B": next-history +# "\217D": backward-char +# "\217C": forward-char +# "\217A": previous-history +# "\217B": next-history $endif # # Standard cursor @@ -76,18 +77,19 @@ "\e\e[C": forward-word "\e\e[A": previous-history "\e\e[B": next-history -"\C-\e[D": backward-char -"\C-\e[C": forward-char -"\C-\e[A": previous-history -"\C-\e[B": next-history -"\M-\e[D": backward-word -"\M-\e[C": forward-word -"\M-\e[A": previous-history -"\M-\e[B": next-history -"\C-\M-[D": backward-char -"\C-\M-[C": forward-char -"\C-\M-[A": previous-history -"\C-\M-[B": next-history +"\e[D": backward-char +"\e[C": forward-char +"\e[A": previous-history +"\e[B": next-history +# [Note: raw C1 chars conflicts with UTF-8] +# "\e\233D": backward-word +# "\e\233C": forward-word +# "\e\233A": previous-history +# "\e\233B": next-history +# "\233D": backward-char +# "\233C": forward-char +# "\233A": previous-history +# "\233B": next-history $endif # # end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20201123.4f16b16/files/etc/inputrc.keys new/aaa_base-84.87+git20210308.d7a7d3a/files/etc/inputrc.keys --- old/aaa_base-84.87+git20201123.4f16b16/files/etc/inputrc.keys 2020-11-23 13:22:38.000000000 +0100 +++ new/aaa_base-84.87+git20210308.d7a7d3a/files/etc/inputrc.keys 2021-03-08 16:08:01.000000000 +0100 @@ -18,76 +18,58 @@ set editing-mode vi set keymap vi-command "\e[2~": vi-editing-mode - "\M-[2~": vi-editing-mode - "\2332~": vi-editing-mode + # [Note: raw C1 chars conflicts with UTF-8] + # "\2332~": vi-editing-mode set keymap vi-insert "\e[2~": vi-replace - "\M-[2~": vi-replace - "\2332~": vi-replace + # [Note: raw C1 chars conflicts with UTF-8] + # "\2332~": vi-replace set editing-mode emacs set keymap emacs "\e[2~": overwrite-mode - "\M-[2~": overwrite-mode - "\2332~": overwrite-mode + # [Note: raw C1 chars conflicts with UTF-8] + # "\2332~": overwrite-mode $endif "\e[3~": delete-char "\e[4~": end-of-line "\e[5~": history-search-backward "\e[6~": history-search-forward -"\M-[1~": beginning-of-line -"\M-[3~": delete-char -"\M-[4~": end-of-line -"\M-[5~": history-search-backward -"\M-[6~": history-search-forward -"\2331~": beginning-of-line -"\2333~": delete-char -"\2334~": end-of-line -"\2335~": history-search-backward -"\2336~": history-search-forward -# -# Cursor keys -# -"\e[C": forward-char -"\e[D": backward-char -"\e[A": previous-history -"\e[B": next-history -"\217C": forward-char -"\217D": backward-char -"\217A": previous-history -"\217B": next-history -"\233C": forward-char -"\233D": backward-char -"\233A": previous-history -"\233B": next-history +# [Note: raw C1 chars conflicts with UTF-8] +# "\2331~": beginning-of-line +# "\2333~": delete-char +# "\2334~": end-of-line +# "\2335~": history-search-backward +# "\2336~": history-search-forward # # Cursor keys in keypad mode # -"\C-[OD": backward-char -"\C-[OC": forward-char -"\C-[OA": previous-history -"\C-[OB": next-history +"\eOD": backward-char +"\eOC": forward-char +"\eOA": previous-history +"\eOB": next-history # # Cursor keys in ANSI mode # -"\C-[[D": backward-char -"\C-[[C": forward-char -"\C-[[A": previous-history -"\C-[[B": next-history +"\e[D": backward-char +"\e[C": forward-char +"\e[A": previous-history +"\e[B": next-history # # Cursor keys in 8 bit keypad mode # -"\C-\M-OD": backward-char -"\C-\M-OC": forward-char -"\C-\M-OA": previous-history -"\C-\M-OB": next-history +# [Note: raw C1 chars conflicts with UTF-8] +# "\217D": backward-char +# "\217C": forward-char +# "\217A": previous-history +# "\217B": next-history # # Cursor keys in 8 bit ANSI mode # -"\C-\M-[D": backward-char -"\C-\M-[C": forward-char -"\C-\M-[A": previous-history -"\C-\M-[B": next-history -"\C-^[[D": backward-char +# [Note: raw C1 chars conflicts with UTF-8] +# "\233D": backward-char +# "\233C": forward-char +# "\233A": previous-history +# "\233B": next-history $if term=xterm $if mode=emacs # Note that this file is included for vi-command, vi-insert, and @@ -187,41 +169,42 @@ "\e[1;8D": backward-word "\e[1;8A": history-search-backward "\e[1;8B": history-search-forward -"\2332C": forward-word -"\2332D": backward-word -"\2332A": history-search-backward -"\2332B": history-search-forward -"\2331;2C": forward-word -"\2331;2D": backward-word -"\2331;2A": history-search-backward -"\2331;2B": history-search-forward -"\2331;3C": forward-word -"\2331;3D": backward-word -"\2331;3A": history-search-backward -"\2331;3B": history-search-forward -"\2331;4C": forward-word -"\2331;4D": backward-word -"\2331;4A": history-search-backward -"\2331;4B": history-search-forward -"\2335C": forward-word -"\2335D": backward-word -"\2335A": history-search-backward -"\2335B": history-search-forward -"\2331;5C": forward-word -"\2331;5D": backward-word -"\2331;5A": history-search-backward -"\2331;5B": history-search-forward -"\2331;6C": forward-word -"\2331;6D": backward-word -"\2331;6A": history-search-backward -"\2331;6B": history-search-forward -"\2331;7C": forward-word -"\2331;7D": backward-word -"\2331;7A": history-search-backward -"\2331;7B": history-search-forward -"\2331;8C": forward-word -"\2331;8D": backward-word -"\2331;8A": history-search-backward +# [Note: raw C1 chars conflicts with UTF-8] +# "\2332C": forward-word +# "\2332D": backward-word +# "\2332A": history-search-backward +# "\2332B": history-search-forward +# "\2331;2C": forward-word +# "\2331;2D": backward-word +# "\2331;2A": history-search-backward +# "\2331;2B": history-search-forward +# "\2331;3C": forward-word +# "\2331;3D": backward-word +# "\2331;3A": history-search-backward +# "\2331;3B": history-search-forward +# "\2331;4C": forward-word +# "\2331;4D": backward-word +# "\2331;4A": history-search-backward +# "\2331;4B": history-search-forward +# "\2335C": forward-word +# "\2335D": backward-word +# "\2335A": history-search-backward +# "\2335B": history-search-forward +# "\2331;5C": forward-word +# "\2331;5D": backward-word +# "\2331;5A": history-search-backward +# "\2331;5B": history-search-forward +# "\2331;6C": forward-word +# "\2331;6D": backward-word +# "\2331;6A": history-search-backward +# "\2331;6B": history-search-forward +# "\2331;7C": forward-word +# "\2331;7D": backward-word +# "\2331;7A": history-search-backward +# "\2331;7B": history-search-forward +# "\2331;8C": forward-word +# "\2331;8D": backward-word +# "\2331;8A": history-search-backward $else "\e[G": re-read-init-file $endif @@ -251,12 +234,13 @@ "\e[4~": set-mark "\e[H": beginning-of-line "\e[F": end-of-line -"\2171~": history-search-backward -"\2174~": set-mark -"\217H": beginning-of-line -"\217F": end-of-line -"\233H": beginning-of-line -"\233F": end-of-line +# [Note: raw C1 chars conflicts with UTF-8] +# "\2171~": history-search-backward +# "\2174~": set-mark +# "\217H": beginning-of-line +# "\217F": end-of-line +# "\233H": beginning-of-line +# "\233F": end-of-line "\e[1;2H": beginning-of-line "\e[1;2F": end-of-line "\e[1;3H": beginning-of-line @@ -271,20 +255,21 @@ "\e[1;7F": end-of-line "\e[1;8H": beginning-of-line "\e[1;8F": end-of-line -"\2331;2H": beginning-of-line -"\2331;2F": end-of-line -"\2331;3H": beginning-of-line -"\2331;3F": end-of-line -"\2331;4H": beginning-of-line -"\2331;4F": end-of-line -"\2331;5H": beginning-of-line -"\2331;5F": end-of-line -"\2331;6H": beginning-of-line -"\2331;6F": end-of-line -"\2331;7H": beginning-of-line -"\2331;7F": end-of-line -"\2331;8H": beginning-of-line -"\2331;8F": end-of-line +# [Note: raw C1 chars conflicts with UTF-8] +# "\2331;2H": beginning-of-line +# "\2331;2F": end-of-line +# "\2331;3H": beginning-of-line +# "\2331;3F": end-of-line +# "\2331;4H": beginning-of-line +# "\2331;4F": end-of-line +# "\2331;5H": beginning-of-line +# "\2331;5F": end-of-line +# "\2331;6H": beginning-of-line +# "\2331;6F": end-of-line +# "\2331;7H": beginning-of-line +# "\2331;7F": end-of-line +# "\2331;8H": beginning-of-line +# "\2331;8F": end-of-line "\e[2H": beginning-of-line "\e[2F": end-of-line "\e[5H": beginning-of-line @@ -318,7 +303,8 @@ "\eOA": previous-history "\eOB": next-history "\eOE": re-read-init-file -"\217E": re-read-init-file +# [Note: raw C1 chars conflicts with UTF-8] +# "\217E": re-read-init-file "\eO2D": backward-word "\eO2C": forward-word "\eO2A": history-search-backward @@ -409,10 +395,11 @@ "\eO1;8Q": undo "\eO1;8R": "" "\eO1;8S": kill-line -"\217P": "\e" -"\217Q": undo -"\217R": "" -"\217S": kill-line +# [Note: raw C1 chars conflicts with UTF-8] +# "\217P": "\e" +# "\217Q": undo +# "\217R": "" +# "\217S": kill-line $endif $if term=gnome # or gnome terminal F1 - F4 @@ -442,7 +429,8 @@ "\e[13~": "" "\e[14~": kill-line "\e[15~": "" -"\23315~": "" +# [Note: raw C1 chars conflicts with UTF-8] +# "\23315~": "" $endif "\e[17~": "" "\e[18~": "" @@ -463,23 +451,24 @@ "\e[34~": "" "\e[35~": "" "\e[36~": "" -"\23317~": "" -"\23318~": "" -"\23319~": "" -"\23320~": "" -"\23321~": "" -"\23323~": "" -"\23324~": "" -"\23325~": "" -"\23326~": "" -"\23328~": "" -"\23329~": "" -"\23331~": "" -"\23332~": "" -"\23333~": "" -"\23334~": "" -"\23335~": "" -"\23336~": "" +# [Note: raw C1 chars conflicts with UTF-8] +# "\23317~": "" +# "\23318~": "" +# "\23319~": "" +# "\23320~": "" +# "\23321~": "" +# "\23323~": "" +# "\23324~": "" +# "\23325~": "" +# "\23326~": "" +# "\23328~": "" +# "\23329~": "" +# "\23331~": "" +# "\23332~": "" +# "\23333~": "" +# "\23334~": "" +# "\23335~": "" +# "\23336~": "" $if term=xterm "\e[1;2P": "" "\e[1;2Q": "" @@ -591,25 +580,26 @@ "\eOw": "7" "\eOx": "8" "\eOy": "9" -# Operators -"\217o": "/" -"\217j": "*" -"\217m": "-" -"\217k": "+" -"\217l": "," -"\217M": accept-line -"\217n": "." -# Numbers -"\217p": "0" -"\217q": "1" -"\217r": "2" -"\217s": "3" -"\217t": "4" -"\217u": "5" -"\217v": "6" -"\217w": "7" -"\217x": "8" -"\217y": "9" +# [Note: raw C1 chars conflicts with UTF-8] +# # Operators +# "\217o": "/" +# "\217j": "*" +# "\217m": "-" +# "\217k": "+" +# "\217l": "," +# "\217M": accept-line +# "\217n": "." +# # Numbers +# "\217p": "0" +# "\217q": "1" +# "\217r": "2" +# "\217s": "3" +# "\217t": "4" +# "\217u": "5" +# "\217v": "6" +# "\217w": "7" +# "\217x": "8" +# "\217y": "9" $endif # $if term=kterm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base-84.87+git20201123.4f16b16/get_kernel_version.c new/aaa_base-84.87+git20210308.d7a7d3a/get_kernel_version.c --- old/aaa_base-84.87+git20201123.4f16b16/get_kernel_version.c 2020-11-23 13:22:38.000000000 +0100 +++ new/aaa_base-84.87+git20210308.d7a7d3a/get_kernel_version.c 2021-03-08 16:08:01.000000000 +0100 @@ -84,6 +84,7 @@ if (fp == NULL) { fprintf (stderr, "%s: faild\n", command); + close (fd); return 1; } } @@ -116,7 +117,7 @@ buffer[i+10] == 'i' && buffer[i+11] == 'o' && buffer[i+12] == 'n' && buffer[i+13] == ' ' && /* current s390 images have that string without version: */ - buffer[i+14] != 0) + buffer[i+14] != 0 && buffer[i+17] != 0) { int j = i+14; int number_dots = 0;