]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
4 years agosecurity_flags: Remove stack protector flag from LDFLAGS
Junling Zheng [Wed, 3 Jun 2020 14:08:41 +0000 (22:08 +0800)]
security_flags: Remove stack protector flag from LDFLAGS

SECURITY_LDFLAGS contains stack protector flag inappropriately, which
has already be contained in SECURITY_CFLAGS. Let's remove it from
SECURITY_LDFLAGS.

Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopatchelf: Add patch to address corrupt shared library issue
Richard Purdie [Wed, 3 Jun 2020 13:24:59 +0000 (14:24 +0100)]
patchelf: Add patch to address corrupt shared library issue

patchelf can corrupt shared libraries if the program headers don't
immediately follow the elf header. Add a patch submitted upstream
to address this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agodbus-test: upgrade 1.12.16 -> 1.12.18
Wang Mingyu [Wed, 3 Jun 2020 10:53:20 +0000 (18:53 +0800)]
dbus-test: upgrade 1.12.16 -> 1.12.18

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agovalgrind: upgrade 3.15.0 -> 3.16.0
Wang Mingyu [Wed, 3 Jun 2020 10:52:01 +0000 (18:52 +0800)]
valgrind: upgrade 3.15.0 -> 3.16.0

0001-gcc10-arm64-build-needs-__getauxval-for-linking-with.patch
0001-tests-Make-pthread_detatch-call-portable-across-plat.patch
0004-pth_atfork1.c-Define-error-API-for-musl.patch
removed since they are included in 3.16.0

refresh 0004-Fix-out-of-tree-builds.patch

-License-Update:
before:
   You should have received a copy of the GNU General Public
   License along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307, USA.
after:
   You should have received a copy of the GNU General Public License
   along with this program; if not, see <http://www.gnu.org/licenses/>.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agosqlite: upgrade 3.31.1 -> 3.32.1
Wang Mingyu [Wed, 3 Jun 2020 10:52:00 +0000 (18:52 +0800)]
sqlite: upgrade 3.31.1 -> 3.32.1

CVE-2020-11655.patch
CVE-2020-11656.patch
CVE-2020-9327.patch
removed since they are included in 3.32.1

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibyaml: upgrade 0.2.4 -> 0.2.5
Wang Mingyu [Wed, 3 Jun 2020 10:51:59 +0000 (18:51 +0800)]
libyaml: upgrade 0.2.4 -> 0.2.5

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agodbus: upgrade 1.12.16 -> 1.12.18
Wang Mingyu [Wed, 3 Jun 2020 10:51:58 +0000 (18:51 +0800)]
dbus: upgrade 1.12.16 -> 1.12.18

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoca-certificates: upgrade 20190110 -> 20200601
Wang Mingyu [Wed, 3 Jun 2020 10:51:57 +0000 (18:51 +0800)]
ca-certificates: upgrade 20190110 -> 20200601

-License-Update: format changed

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoglib-networking: 2.64.2 -> 2.64.3
Lee Chee Yang [Tue, 2 Jun 2020 12:26:14 +0000 (20:26 +0800)]
glib-networking: 2.64.2 -> 2.64.3

update to 2.64.3 which include fix for CVE-2020-13645, see:
https://gitlab.gnome.org/GNOME/glib-networking/-/issues/135

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoinit-system-helpers: avoid superfluous update-rc.d
Jens Rehsack [Tue, 2 Jun 2020 13:42:56 +0000 (15:42 +0200)]
init-system-helpers: avoid superfluous update-rc.d

Debians init-system-helpers bundle an own, perl written update-rc.d which
doesn't fulfill embedded/cross-build requirements as our own in
    meta/recipes-core/update-rc.d
does. To avoid unnecessary conflicts or questions, do not bundle it by
default. Whoever wants it is invited to have an .bbappend.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoinitscripts/init-system-helpers: fix mountnfs.sh dependency
Jens Rehsack [Tue, 2 Jun 2020 13:42:55 +0000 (15:42 +0200)]
initscripts/init-system-helpers: fix mountnfs.sh dependency

With commit c9fc9110be33fe0f24bc3a7c242b584a4ca33e04
    Author: Yue Tao <Yue.Tao@windriver.com>
    Date:   Fri May 25 10:48:08 2018 +0800

initscripts: Avoid starting rpcbind daemon twice

Check the status before start it to avoid duplicates.

the use of a script {/usr/sbin/}service is introduced - maybe earlier
provided by systemd, nowadays mostly by init-system-helpers from
debian project.

For the very first shot, maybe discussions and improvements based
on that script collection, use just the init-system-helpers-service
in initscripts/mountnfs.sh to avoid problems mounting NFS in later
boot stage.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoglib-2.0: 2.64.2 -> 2.64.3
Lee Chee Yang [Tue, 2 Jun 2020 15:15:07 +0000 (23:15 +0800)]
glib-2.0: 2.64.2 -> 2.64.3

remove patch which already upstream
https://gitlab.gnome.org/GNOME/glib/-/commit/3c5512222c203d916a0a2a02312d8415f921dce9

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agosystemd: upgrade v245.5 -> v245.6
Alex Kiernan [Tue, 2 Jun 2020 14:51:20 +0000 (15:51 +0100)]
systemd: upgrade v245.5 -> v245.6

Commits:

  aa0cb635f1f6 network: L2TP fix crash
  9774347b5775 Fix typo.
  2cac801f0f37 stat-util: trivial empty_or_null() tweaks
  b054e69bf98e Check ambient set against bounding set prior to applying ambient set
  bed695375abc udev: when the BSD lock on a block device is taken, don't complain
  66fcfdfde7d9 core: add forgotten return in error path
  05dd19fad320 shared/efi-loader: remove check that uses absolute tick value
  753a71ad1d0e gpt: include homed GPT partition type in well-known partition table
  366872204933 units: don't set PrivateNetwork= in systemd-homed.service
  2bca2d77d37d resolved-dns-query: remove dns_query_candidate_is_routable
  a3f60204325a sd-network: fix inverted error message
  a7a9fe3c930d network: allow empty assignment to PreferredLifetime=
  8df6fc1241d1 Update resolvectl zsh completion
  c1a83277d086 shared: treat generator units as vendor units
  1f382d818dd0 tree-wide: fix bad errno checks
  667c2076838f bus-message: immediately reject messages with invalid type
  116a8eadb6ad bus-message: fix negative offset with ~empty message
  4d5779d886d0 load-fragment: fix a typo
  c8b6de003a07 NEWS: retroactively document Family=
  cf6b8e6ec524 man: fix dir name in sysctl.d(5)
  6d009b7a25b1 journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo is not readable
  cf786ef1643e makefs: log about OOM condition
  0b1839822f9e blockdev: propagate one more unexpected error
  d78ce949d001 repart: don't insist on coming up on partition label ourselves
  9e1363fcc65f journal: fix dropping first record during upload to remote journal
  50cb4e418dab meson: initialize time-epoch to reproducible builds compatible value
  76abe079b79a limit-util: quieten a very common debug message that is misleading
  b3e484a3b133 shared: fix integer overflow in calendarspec
  0c29eea9691d repart: suppress complaints about lack of BLKRRPART when operating on regular file
  3db52f5ed840 repart: explain when we exit early and don't do a thing
  d99cba3aaa8c mount: introduce mount_is_nofail() helper
  7bc4bcea15aa mount: default startup dependencies and default network ones are orthogonal
  7fe617fa5381 mount: introduce mount_add_default_ordering_dependencies()
  e1c091b6d4c5 automount: fix handling of default dependencies for automount units
  ae05a137c9d4 mount: let pid1 alone handle the default dependencies for mount units
  f1fb1971767d mount: mount unit activated by automount unit should be only ordered against the automount unit
  c9bcc69703c1 generator: don't generate device dependencies for extrinsic mounts
  ebac09ea0a4e fstab-util: introduce fstab_is_extrinsic()
  a20e4ea0ed98 device: drop refuse_after
  2799fffac1eb man: drop some left-over mentions of StandardOutput=syslog
  144aff9c3beb sd-netlink: remove unused RTNL_WQUEUE_MAX define
  34ca8df8e131 test: Add return 0 to main() function (even it is not strictly necessary)
  6e03f328a939 network: 'cur' variable cannot be null, so simplify code
  8d0c97f6ca3c tree-wide: Initialize _cleanup_ variables if needed
  4f174e49aef8 netlink: Fix assert condition on n_containers
  3905ce532c86 journald: Increase stdout buffer size sooner, when almost full
  5a37eb7c6155 core: don't bind varlink socket if running in test mode
  33fff72ce665 pam_systemd: also print debug lines when ending a session
  ba9af79ccbab pam_systemd_home: use correct macro for converting ptr to fd
  619923548961 Fix misuse of PAM_PROMPT_ECHO_OFF in systemd-homed
  c180a2c4520e shared/ethtool-util: hush gcc warnings about array bounds
  1addba4aac47 core: fix compilation with gcc -O3
  9c46b97161c7 random-util: use ERRNO_IS_NOT_SUPPORTED() macro
  d85f9093d2f5 tmpfiles: clarify that "!" lines are filtered before collisions are checked
  2fac966a5ca3 man: mention the exclamation mark and minus sign literally, to make things searchable
  4f61be3373e3 man: clarify that exit status name mappings are unaffected by SuccessExitStatus=
  b747d74a4102 seccomp-util: add new syscalls from kernel 5.6 to syscall filter table
  c30d8caf8b3d tree-wide: Replace assert() by assert_se() when there is side effect
  b6e8e3be7e48 networkctl: use uint64_t for link speed throughout
  be66ce60891d tree-wide: use CMSG_SPACE() (and not CMSG_LEN()) to allocate control buffers
  1cb197798a40 man: suffix pam options with "=" where arg is required too
  a5fe01d3da4c test: Use assert_se() where variables are only checked by assert
  6960efd19892 tree-wide: Fix, replace assert() by assert_se() when there is side effect
  93c1b0307496 tree-wide: Mark as _unused_ variables that are only used in assert()
  c7679d7a9f01 tree-wide: Workaround -Wnonnull GCC bug
  073b257fd760 man: bring example PAM snippet of pam_systemd and pam_systemd_home back in sync
  855291a81ca6 man: highlight relevant lines in pam_systemd_home.so example PAM snippet
  f89ad7c0fdd9 login: include pam_systemd_home.so in the default PAM snippet we ship for user@.service
  9357f9466f80 test: Skip test-boot-timestamps on permission denied
  cad4ebe14e9e sysusers: be extra careful when locking accounts
  551e6f233a52 shared/install: print name of offending file in error
  c6a2e5123206 systemctl: fix --root support in querying presets
  6f1eedbfdda5 systemctl: fix hint when 'systemctl help' is given
  925521df7c86 shared/unit-file: fix resolution of absoulute symlinks with --root
  756ba362e873 man: mention that ProtectSystem= also takes care of /efi
  4f77cf43b5de man: systemd.service: systemd-analyze exit-codes -> exit-status
  7c6ea7a0534c man: expand on the star…end/repetition time expressions
  e06b9407928c calendarspec: be more graceful with two kinds of calendar expressions
  f3dd0b476d9d calendarspec: minor simplification
  3581c16d5681 shutdown: fix spacing in shutdown error message
  9556255349ff nspawn: mount custom paths before writing to /etc
  37447b7e78ad repart: fix partition maximum size segfault
  7f231ba503e7 link: Add units and fix typo in (Rx|Tx)BufferSize= manpage. Clean up the implementation slightly
  e75d2cdb0b22 main: bump RLIMIT_MEMLOCK by physical RAM size
  e16b9a1e31bf nspawn: be more careful with creating/chowning directories to overmount
  765d184a6976 homectl: say "home area" in more places
  c11bff4fa72b userdbctl: make --help fit in 80 columns
  0e56c2ef3fe3 shell-completion/zsh: update systemd-analyze completions
  2bb580f9942d zsh: fix disable/enable completion
  607a19a30936 cgroup-util: check for SYSFS_MAGIC when detecting cgroup format
  ddb3c38efce1 stat-util: no need to open a file to check fs type
  bd8842304c87 sysusers,tmpfiles: always mention error when failing to replace specifiers
  bdea9b65d21a sysusers: add accidentally forgotten 'return'
  17b059774dd4 man: document binfmt's new --unregister switch
  560380d8ec94 binfmt: also unregister binfmt entries from unit
  80835d9c51bd binfmt: modernize code a bit
  a1745741b82f shutdown: unregister all binfmt_misc entries before entering shutdown loop
  b637445950c8 shared: add common helper for unregistering all binfmt entries
  0215625e9927 home: fix strv NUL termination
  038988baa14e networkd: don't do lldp rx nor tx on bond devices
  9512d576d9f3 sd-bus: Fix typo in sd_bus_message_append_array docs
  63cef71dd068 shared: add NULL callback check in one more place
  6b91ca22a2e5 core: fix unused variable warning when !HAVE_SECCOMP
  f7c1c79c576d udev: prepare memory for extra NUL termination for NULSTR
  69e0ef0d99ec tree-wide: use recvmsg_safe() at various places
  cd0a84d4e956 socket-util: add recvmsg_safe() wrapper that handles MSG_CTRUNC
  2bb48c704b8d sd-bus: work around ubsan warning
  c147bba1fb4a shared: Don't try calling NULL callback in bus_wait_for_units_clear
  f907491463ac run: don't wait for start job to complete when running interactively anyway
  d3d1550a5d98 man: Fix typo "multiplied with" -> "multiplied by"
  ae5a9f27c5e5 core: make sure we don't get confused when setting TERM for a tty fd
  a07d3eaf7657 man: document that VirtualEthernetExtra= has nothing to do with Bridge=
  35fe81078eb1 core: add debug log when a job in the activation queue is not runnable
  a0cd882be891 core: add log_get_max_level check optimization in log_unit_full
  2a6ad1093c3c util: return the correct correct wd from inotify helpers
  9ec244c5c121 core: minor error code handling fixes
  a799283c91f6 man: document how to get the boot menu with zero time-out
  7263e86c8dd8 resolved: return org.freedesktop.resolve1.DnsError.NXDOMAIN on LLMNR resolution failure
  6eab4c2b3ece man: use manpages.ubuntu.com for resolvconf(8) link
  75ccec5cde54 man: add a note that resolvconf updates /etc/resolv.conf in specific circumstances
  3e3a31743a45 resolvectl: fix indentation of hexdump'ed packets
  6576058fab75 journald: add configuration option for enabling/disabling audit during journald startup
  52c5909f15ff man/systemd-service: clarify env variable expansion
  ac08df59c0db resolved: fix typo in an unused function and add comment

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agotiff: Extend for nativesdk
Christian Eggers [Tue, 2 Jun 2020 13:52:48 +0000 (15:52 +0200)]
tiff: Extend for nativesdk

Doxygen in meta-oe has recently been extended for nativesdk. Doxygen is
often used together with mscgen which in turn depends indirectly on
tiff (via gd library).

Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibrsvg: Extend for nativesdk
Christian Eggers [Tue, 2 Jun 2020 13:52:20 +0000 (15:52 +0200)]
librsvg: Extend for nativesdk

Doxygen in meta-oe has recently been extended for nativesdk. Doxygen is
often used together with dot (graphviz) which in turn depends on
librsvg.

Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agowic: Add --offset argument for partitions
Joshua Watt [Tue, 2 Jun 2020 13:42:05 +0000 (08:42 -0500)]
wic: Add --offset argument for partitions

Add support for an --offset argument when defining a partition. Many
SoCs require that boot partitions be located at specific offsets. Prior
to this argument, most WKS files were using the --align attribute to
specify the location of these fixed partitions but this is not ideal
because in the event that the partition couldn't be placed in the
specified location, wic would move it to the next sector with that
alignment, often preventing the device from booting. Unlike the --align
argument, wic will fail if a partition cannot be placed at the exact
offset specified with --offset.

Changes in V2:
* Fixed a small typo that prevented test_fixed_size_error from passing

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agodiffoscope: upgrade 144 -> 146
Pierre-Jean Texier [Tue, 2 Jun 2020 21:14:45 +0000 (23:14 +0200)]
diffoscope: upgrade 144 -> 146

See full changelog https://diffoscope.org/news/diffoscope-146-released/

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agorpm: fix rpm -Kv xxx.rpm failed if signature header is larger than 64KB
Hongxu Jia [Wed, 3 Jun 2020 06:55:31 +0000 (14:55 +0800)]
rpm: fix rpm -Kv xxx.rpm failed if signature header is larger than 64KB

Since commits [Place file signatures into the signature header where they
belong][1] applied, run `rpm -Kv **.rpm' failed if signature header
is larger than 64KB. Here are steps:

1) A unsigned rpm package, the size is 227560 bytes
$ ls -al xz-src-5.2.5-r0.corei7_64.rpm
-rw-------. 1 mockbuild 1000 227560 Jun  3 09:59

2) Sign the rpm package
$ rpmsign --addsign ... xz-src-5.2.5-r0.corei7_64.rpm

3) The size of signed rpm is 312208 bytes
$ ls -al xz-src-5.2.5-r0.corei7_64.rpm
-rw-------. 1 mockbuild 1000 312208 Jun  3 09:48

4) Run `rpm -Kv' failed with signature hdr data out of range
$ rpm -Kv xz-src-5.2.5-r0.corei7_64.rpm
xz-src-5.2.5-r0.corei7_64.rpm:
error: xz-src-5.2.5-r0.corei7_64.rpm: signature hdr data: BAD, no. of
bytes(88864) out of range

>From 1) and 3), the size of signed rpm package increased
312208 - 227560 = 84648, so the check of dl_max (64KB,65536)
is not enough.

As [1] said:

    This also means the signature header can be MUCH bigger than ever
    before,so bump up the limit (to 64MB, arbitrary something for now)

So [1] missed to multiply by 1024.

[1] https://github.com/rpm-software-management/rpm/commit/f558e886050c4e98f6cdde391df679a411b3f62c

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoclasses/buildhistory: capture package config
Jan Luebbe [Wed, 3 Jun 2020 08:12:37 +0000 (10:12 +0200)]
classes/buildhistory: capture package config

As the PACKAGECONFIG variable has a large influence on the resulting
package sizes and dependencies, it's useful to capture it in the
recipe-level buildhistory. This makes it straightforward to analyze the
impact of PACKAGECONFIG changes on the resulting image size.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agobuildstats.bbclass: Do not recalculate build start time
Junling Zheng [Wed, 3 Jun 2020 07:38:28 +0000 (15:38 +0800)]
buildstats.bbclass: Do not recalculate build start time

The build start time is recorded in __timedata_build, which we should
use rather than recalculating it.

Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agobuildstats.bbclass: Remove useless variables
Junling Zheng [Wed, 3 Jun 2020 07:38:27 +0000 (15:38 +0800)]
buildstats.bbclass: Remove useless variables

Remove useless variables bn and bsdir in write_task_data().

Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocogl: point to correct HOMEPAGE
Konrad Weihmann [Tue, 2 Jun 2020 20:44:16 +0000 (22:44 +0200)]
cogl: point to correct HOMEPAGE

As the previousy set wasn't reachable anymore

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibxt: fix whitespaces
Konrad Weihmann [Tue, 2 Jun 2020 20:44:15 +0000 (22:44 +0200)]
libxt: fix whitespaces

remove unnecessary whitespace and line breaks

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agogtk-doc: remove trailing whitespace
Konrad Weihmann [Tue, 2 Jun 2020 20:44:14 +0000 (22:44 +0200)]
gtk-doc: remove trailing whitespace

remove unnecessary trailing whitespace

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocairo: remove trailing whitespace
Konrad Weihmann [Tue, 2 Jun 2020 20:44:13 +0000 (22:44 +0200)]
cairo: remove trailing whitespace

Remove trailing whitespaces after line continuation

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibjpeg-turbo: whitespace fixes
Konrad Weihmann [Tue, 2 Jun 2020 20:44:12 +0000 (22:44 +0200)]
libjpeg-turbo: whitespace fixes

Added the proper amount of blanks around equation-signs

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agodebianutils: whitespace fixes
Konrad Weihmann [Tue, 2 Jun 2020 20:44:11 +0000 (22:44 +0200)]
debianutils: whitespace fixes

Added whitespaces around equation-signs

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agovte: Pack ${libexecdir}/vte-urlencode-cwd to vte-prompt
Andreas Müller [Tue, 2 Jun 2020 18:37:10 +0000 (20:37 +0200)]
vte: Pack ${libexecdir}/vte-urlencode-cwd to vte-prompt

Have vte-prompt in my images. Since upgrade 0.60.2 all terminals complain with:

| bash: /usr/libexec/vte-urlencode-cwd: No such file or directory

Grepping sources shows that vte.csh and vte.sh are the only callers of
vte-urlencode-cwd. Both are installed by vte-prompt so move vte-urlencode-cwd
where it's used.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocve-check: include epoch in product version output
Ralph Siemsen [Tue, 2 Jun 2020 18:21:13 +0000 (14:21 -0400)]
cve-check: include epoch in product version output

In the generated cve.log files, include the epoch in the product
version. This better matches how versions are displayed elsewhere,
in particular the bb.warn("Found unpatched CVE...") that appears
on the terminal when CVEs are found.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agooeqa/targetcontrol: Rework exception handling to avoid warnings
Richard Purdie [Wed, 3 Jun 2020 08:29:55 +0000 (09:29 +0100)]
oeqa/targetcontrol: Rework exception handling to avoid warnings

We're seeing:

WARNING: bitbake/lib/bb/cookerdata.py:136: ResourceWarning: unclosed file <_io.FileIO
name='tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/testimage/qemurunner_log.20200601181912'
mode='ab' closefd=True

which can only be caused by the qemu.stop() method not being called.
Tweak the error handling to fix the blanket exception handler which
is likely meaning this function isn't getting called.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocairo: Do not try to remove nonexistent directories
Peter Kjellerstedt [Tue, 2 Jun 2020 09:06:05 +0000 (11:06 +0200)]
cairo: Do not try to remove nonexistent directories

Commit 0e1f8fa0 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to
native/nativesdk from target) changed the default PACKAGECONFIG for
native and nativesdk so that it becomes empty unless "x11" is in
DISTRO_FEATURES since "trace" was also removed (propbably
unintentionally). This highlighted than an empty PACKAGECONFIG would
lead to a build failure since /usr/bin is never created under these
conditions, but the recipe still tried to remove it.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agologrotate: Drop obsolete setting/comment
Richard Purdie [Tue, 2 Jun 2020 12:17:56 +0000 (13:17 +0100)]
logrotate: Drop obsolete setting/comment

The comment applies to an old version and the WORKDIR setting matches
the default so drop it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agomaintainers: Update Ross' email address
Richard Purdie [Mon, 1 Jun 2020 16:33:35 +0000 (17:33 +0100)]
maintainers: Update Ross' email address

Update Ross' address to a valid one.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolz4: disable static library
Alexander Kanavin [Mon, 1 Jun 2020 11:12:43 +0000 (13:12 +0200)]
lz4: disable static library

It was found to be built in a non-reproducible way.

[YOCTO #13925]

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agosysfsutils: rem leftover settings for libsysfs-dev
Konrad Weihmann [Sun, 31 May 2020 20:57:48 +0000 (22:57 +0200)]
sysfsutils: rem leftover settings for libsysfs-dev

22af6a2595dbec98ce4a2e3b1324ad8d400390ad removed the PACKAGES
setting, but left the FILES-assignments of libsysfs-dev and -staticdev.
As these have no use anymore they can be safely removed

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoxinetd: switch to a maintained opensuse fork
Alexander Kanavin [Sun, 31 May 2020 15:52:54 +0000 (17:52 +0200)]
xinetd: switch to a maintained opensuse fork

Updating to the latest release will be done later.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopulseaudio: exclude pre-releases from version checks
Alexander Kanavin [Sun, 31 May 2020 15:52:53 +0000 (17:52 +0200)]
pulseaudio: exclude pre-releases from version checks

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoasciidoc: bump PV to 8.6.10
Alexander Kanavin [Sun, 31 May 2020 15:52:52 +0000 (17:52 +0200)]
asciidoc: bump PV to 8.6.10

SRCREV is unchanged, as it already points to a post-8.6.10 commit.
(this was overlooked when asciidoc was switched to a py3 port)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoapt: update to 1.8.2.1
Alexander Kanavin [Sun, 31 May 2020 15:52:51 +0000 (17:52 +0200)]
apt: update to 1.8.2.1

I took the opportunity to rewrite the recipe from scratch; there was just too much baggage in it.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agohelp2man-native: update to 1.47.15
Alexander Kanavin [Sun, 31 May 2020 15:52:50 +0000 (17:52 +0200)]
help2man-native: update to 1.47.15

License-Update: http changed to https
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibcpre2: update 10.34 -> 10.35
Alexander Kanavin [Sun, 31 May 2020 15:52:48 +0000 (17:52 +0200)]
libcpre2: update 10.34 -> 10.35

Replace pcre-cross.patch with the (default) option
to use pre-built tables; the README says it's ok, and
recommended in cross-compile situations. The option
was in the recipe from the start and neither the commit
that adds the recipe, nor the patch to make it work explain
why.

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoethtool: upgrade 5.4 -> 5.6
Alexander Kanavin [Sun, 31 May 2020 15:52:47 +0000 (17:52 +0200)]
ethtool: upgrade 5.4 -> 5.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agompg123: fix upstream version check
Alexander Kanavin [Sun, 31 May 2020 15:52:46 +0000 (17:52 +0200)]
mpg123: fix upstream version check

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoshared-mime-info: fix upstream version check
Alexander Kanavin [Sun, 31 May 2020 15:52:44 +0000 (17:52 +0200)]
shared-mime-info: fix upstream version check

Upstream has tagged a new 2.0 release properly,
so no special arrangements are needed to pick that up.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agomeson: upgrade 0.53.2 -> 0.54.2
Alexander Kanavin [Sun, 31 May 2020 15:52:43 +0000 (17:52 +0200)]
meson: upgrade 0.53.2 -> 0.54.2

Drop 0001-mesonbuild-environment.py-check-environment-for-vari.patch
as upstream has refactored the code.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibmodulemd: update 2.9.2 -> 2.9.4
Alexander Kanavin [Sun, 31 May 2020 15:52:42 +0000 (17:52 +0200)]
libmodulemd: update 2.9.2 -> 2.9.4

Replace 0002-meson.build-do-not-install-python-gi-bindings.patch
with an explicitly set meson option.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agojson-c: update 0.13.1 - > 0.14
Alexander Kanavin [Sun, 31 May 2020 15:52:41 +0000 (17:52 +0200)]
json-c: update 0.13.1 - > 0.14

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agojquery: update to 3.5.1
Alexander Kanavin [Sun, 31 May 2020 15:52:40 +0000 (17:52 +0200)]
jquery: update to 3.5.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agognu-config: update to latest revision
Alexander Kanavin [Sun, 31 May 2020 15:52:39 +0000 (17:52 +0200)]
gnu-config: update to latest revision

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocmake: update 3.16.5 -> 3.17.3
Alexander Kanavin [Sun, 31 May 2020 15:52:38 +0000 (17:52 +0200)]
cmake: update 3.16.5 -> 3.17.3

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agobison: 3.5.4 -> 3.6.2
Alexander Kanavin [Sun, 31 May 2020 15:52:37 +0000 (17:52 +0200)]
bison: 3.5.4 -> 3.6.2

Drop dont-depend-on-help2man.patch.patch, as pre-build manpages
are already packaged into source tarballs.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoautomake: 1.16.1 -> 1.16.2
Alexander Kanavin [Sun, 31 May 2020 15:52:36 +0000 (17:52 +0200)]
automake: 1.16.1 -> 1.16.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoptest-runner: fix upstream version check
Alexander Kanavin [Sun, 31 May 2020 15:52:35 +0000 (17:52 +0200)]
ptest-runner: fix upstream version check

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agogettext: update 0.20.1 -> 0.20.2
Alexander Kanavin [Sun, 31 May 2020 15:52:34 +0000 (17:52 +0200)]
gettext: update 0.20.1 -> 0.20.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoppp: update 2.4.7 -> 2.4.8
Alexander Kanavin [Sun, 31 May 2020 15:52:33 +0000 (17:52 +0200)]
ppp: update 2.4.7 -> 2.4.8

Drop patches:
0001-ppp-Fix-compilation-errors-in-Makefile.patch - issue fixed upstream
0001-pppoe-include-netinet-in.h-before-linux-in.h.patch - backport
cifdefroute.patch - superseded by new default route metric option
ppp-2.4.7-DES-openssl.patch - openssl support added upstream

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibexif: update to 0.6.22
Alexander Kanavin [Sun, 31 May 2020 15:52:32 +0000 (17:52 +0200)]
libexif: update to 0.6.22

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agobabeltrace: correct the git SRC_URI
Alexander Kanavin [Sun, 31 May 2020 15:52:31 +0000 (17:52 +0200)]
babeltrace: correct the git SRC_URI

The previous one seems to be gone.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agorng-tools: upgrade 6.9 -> 6.10
Alexander Kanavin [Sun, 31 May 2020 15:52:30 +0000 (17:52 +0200)]
rng-tools: upgrade 6.9 -> 6.10

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibunwind: upgrade 1.3.1 -> 1.4.0
Alexander Kanavin [Sun, 31 May 2020 15:52:29 +0000 (17:52 +0200)]
libunwind: upgrade 1.3.1 -> 1.4.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibical: upgrade 3.0.7 -> 3.0.8
Alexander Kanavin [Sun, 31 May 2020 15:52:28 +0000 (17:52 +0200)]
libical: upgrade 3.0.7 -> 3.0.8

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibcap: upgrade 2.33 -> 2.34
Alexander Kanavin [Sun, 31 May 2020 15:52:27 +0000 (17:52 +0200)]
libcap: upgrade 2.33 -> 2.34

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopuzzles: upgrade to latest revision
Alexander Kanavin [Sun, 31 May 2020 15:52:26 +0000 (17:52 +0200)]
puzzles: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agox264: upgrade to latest revision
Alexander Kanavin [Sun, 31 May 2020 15:52:25 +0000 (17:52 +0200)]
x264: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoalsa-topology/ucm-conf: update to 1.2.2
Alexander Kanavin [Sun, 31 May 2020 15:52:24 +0000 (17:52 +0200)]
alsa-topology/ucm-conf: update to 1.2.2

Tarballs have a proper subdirectory now, so subdir option
isn't needed anymore.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoalsa-utils: split the content into .inc
Alexander Kanavin [Sun, 31 May 2020 15:52:23 +0000 (17:52 +0200)]
alsa-utils: split the content into .inc

This allows including the .inc from alsa-utils-scripts
which unbreaks automated version updates.

Bump alsa-utils-scripts to 1.2.2 at the same time.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoalsa-tools: upgrade 1.1.7 -> 1.2.2
Alexander Kanavin [Sun, 31 May 2020 15:52:22 +0000 (17:52 +0200)]
alsa-tools: upgrade 1.1.7 -> 1.2.2

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoalsa-plugins: upgrade 1.2.1 -> 1.2.2
Alexander Kanavin [Sun, 31 May 2020 15:52:21 +0000 (17:52 +0200)]
alsa-plugins: upgrade 1.2.1 -> 1.2.2

License-Update: copyright years, formatting
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopowertop: upgrade 2.10 -> 2.12
Alexander Kanavin [Sun, 31 May 2020 15:52:20 +0000 (17:52 +0200)]
powertop: upgrade 2.10 -> 2.12

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agokmod: upgrade 26 -> 27
Alexander Kanavin [Sun, 31 May 2020 15:52:19 +0000 (17:52 +0200)]
kmod: upgrade 26 -> 27

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopixman: upgrade 0.38.4 -> 0.40.0
Alexander Kanavin [Sun, 31 May 2020 15:52:18 +0000 (17:52 +0200)]
pixman: upgrade 0.38.4 -> 0.40.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agowaffle: upgrade 1.6.0 -> 1.6.1
Alexander Kanavin [Sun, 31 May 2020 15:52:17 +0000 (17:52 +0200)]
waffle: upgrade 1.6.0 -> 1.6.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopiglit: upgrade to latest revision
Alexander Kanavin [Sun, 31 May 2020 15:52:16 +0000 (17:52 +0200)]
piglit: upgrade to latest revision

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agomesa: merge the .bb content into .inc
Alexander Kanavin [Sun, 31 May 2020 15:52:15 +0000 (17:52 +0200)]
mesa: merge the .bb content into .inc

This allows automated version updates to the recipe,
as mesa-gl.bb no longer has to include the main mesa.bb.

Bump mesa-gl to 20.0.7 at the same time.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agomesa: upgrade 20.0.2 -> 20.0.7
Alexander Kanavin [Sun, 31 May 2020 15:52:14 +0000 (17:52 +0200)]
mesa: upgrade 20.0.2 -> 20.0.7

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocogl-1.0: upgrade 1.22.4 -> 1.22.6
Alexander Kanavin [Sun, 31 May 2020 15:52:13 +0000 (17:52 +0200)]
cogl-1.0: upgrade 1.22.4 -> 1.22.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agogtk+3: upgrade 3.24.14 -> 3.24.20
Alexander Kanavin [Sun, 31 May 2020 15:52:12 +0000 (17:52 +0200)]
gtk+3: upgrade 3.24.14 -> 3.24.20

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoadwaita-icon-theme: upgrade 3.34.3 -> 3.36.1
Alexander Kanavin [Sun, 31 May 2020 15:52:11 +0000 (17:52 +0200)]
adwaita-icon-theme: upgrade 3.34.3 -> 3.36.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agosudo: upgrade 1.8.31 -> 1.9.0
Alexander Kanavin [Sun, 31 May 2020 15:52:10 +0000 (17:52 +0200)]
sudo: upgrade 1.8.31 -> 1.9.0

License-Update: additional copyright statements, all BSD
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agostress-ng: mark as incompatible with musl
Alexander Kanavin [Sun, 31 May 2020 15:52:09 +0000 (17:52 +0200)]
stress-ng: mark as incompatible with musl

Newer versions make use of ustat() which is absent in musl.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agostress-ng: upgrade 0.11.01 -> 0.11.12
Alexander Kanavin [Sun, 31 May 2020 15:52:08 +0000 (17:52 +0200)]
stress-ng: upgrade 0.11.01 -> 0.11.12

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agomsmtp: upgrade 1.8.8 -> 1.8.10
Alexander Kanavin [Sun, 31 May 2020 15:52:07 +0000 (17:52 +0200)]
msmtp: upgrade 1.8.8 -> 1.8.10

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoman-pages: upgrade 5.05 -> 5.06
Alexander Kanavin [Sun, 31 May 2020 15:52:06 +0000 (17:52 +0200)]
man-pages: upgrade 5.05 -> 5.06

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibsolv: upgrade 0.7.10 -> 0.7.14
Alexander Kanavin [Sun, 31 May 2020 15:52:05 +0000 (17:52 +0200)]
libsolv: upgrade 0.7.10 -> 0.7.14

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agogawk: upgrade 5.0.1 -> 5.1.0
Alexander Kanavin [Sun, 31 May 2020 15:52:04 +0000 (17:52 +0200)]
gawk: upgrade 5.0.1 -> 5.1.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocups: upgrade 2.3.1 -> 2.3.3
Alexander Kanavin [Sun, 31 May 2020 15:52:03 +0000 (17:52 +0200)]
cups: upgrade 2.3.1 -> 2.3.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agovala: upgrade 0.46.6 -> 0.48.6
Alexander Kanavin [Sun, 31 May 2020 15:52:02 +0000 (17:52 +0200)]
vala: upgrade 0.46.6 -> 0.48.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agostrace: upgrade 5.5 -> 5.6
Alexander Kanavin [Sun, 31 May 2020 15:52:01 +0000 (17:52 +0200)]
strace: upgrade 5.5 -> 5.6

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3: upgrade 3.8.2 -> 3.8.3
Alexander Kanavin [Sun, 31 May 2020 15:52:00 +0000 (17:52 +0200)]
python3: upgrade 3.8.2 -> 3.8.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-testtools: upgrade 2.3.0 -> 2.4.0
Alexander Kanavin [Sun, 31 May 2020 15:51:59 +0000 (17:51 +0200)]
python3-testtools: upgrade 2.3.0 -> 2.4.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-subunit: upgrade 1.3.0 -> 1.4.0
Alexander Kanavin [Sun, 31 May 2020 15:51:58 +0000 (17:51 +0200)]
python3-subunit: upgrade 1.3.0 -> 1.4.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-smmap: upgrade 2.0.5 -> 3.0.4
Alexander Kanavin [Sun, 31 May 2020 15:51:57 +0000 (17:51 +0200)]
python3-smmap: upgrade 2.0.5 -> 3.0.4

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-pygments: upgrade 2.5.2 -> 2.6.1
Alexander Kanavin [Sun, 31 May 2020 15:51:55 +0000 (17:51 +0200)]
python3-pygments: upgrade 2.5.2 -> 2.6.1

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-mako: upgrade 1.1.1 -> 1.1.3
Alexander Kanavin [Sun, 31 May 2020 15:51:54 +0000 (17:51 +0200)]
python3-mako: upgrade 1.1.1 -> 1.1.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-gitdb: upgrade 4.0.4 -> 4.0.5
Alexander Kanavin [Sun, 31 May 2020 15:51:53 +0000 (17:51 +0200)]
python3-gitdb: upgrade 4.0.4 -> 4.0.5

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-cython: upgrade 0.29.16 -> 0.29.19
Alexander Kanavin [Sun, 31 May 2020 15:51:52 +0000 (17:51 +0200)]
python3-cython: upgrade 0.29.16 -> 0.29.19

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agopython3-numpy: upgrade 1.18.3 -> 1.18.4
Alexander Kanavin [Sun, 31 May 2020 15:51:51 +0000 (17:51 +0200)]
python3-numpy: upgrade 1.18.3 -> 1.18.4

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agolibrepo: upgrade 1.11.2 -> 1.11.3
Alexander Kanavin [Sun, 31 May 2020 15:51:50 +0000 (17:51 +0200)]
librepo: upgrade 1.11.2 -> 1.11.3

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agodpkg: upgrade 1.19.7 -> 1.20.0
Alexander Kanavin [Sun, 31 May 2020 15:51:49 +0000 (17:51 +0200)]
dpkg: upgrade 1.19.7 -> 1.20.0

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agocreaterepo-c: upgrade 0.15.7 -> 0.15.10
Alexander Kanavin [Sun, 31 May 2020 15:51:48 +0000 (17:51 +0200)]
createrepo-c: upgrade 0.15.7 -> 0.15.10

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
4 years agoccache: upgrade 3.7.7 -> 3.7.9
Alexander Kanavin [Sun, 31 May 2020 15:51:47 +0000 (17:51 +0200)]
ccache: upgrade 3.7.7 -> 3.7.9

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>