diff options
author | 2019-04-29 10:37:21 +0200 | |
---|---|---|
committer | 2019-04-29 10:37:21 +0200 | |
commit | 3b4b3e7cd4618e56f5c6a8ea098ffd573a2e868e (patch) | |
tree | d75c92dcd2a056a1b458e6257102e46005c8e016 | |
parent | b301c953c2fda4112b41a0ca1683c9de1e80ff63 (diff) | |
download | buildroot-3b4b3e7cd4618e56f5c6a8ea098ffd573a2e868e.tar.gz buildroot-3b4b3e7cd4618e56f5c6a8ea098ffd573a2e868e.tar.bz2 |
Update for 2019.02.22019.02.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | CHANGES | 25 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 15 insertions, 14 deletions
@@ -1,4 +1,4 @@ -2019.02.2, Not yet released +2019.02.2, Released April 29th, 2019 Important / security related fixes. @@ -24,17 +24,18 @@ busybox, civetweb, cjson, copas, davfs2, docker-cli, docker-containerd, docker-engine, dovecot, dovecot-pigeonhole, freerdp, gerbera, ghostscript, git, gnutls, go, gst-omx, - gst1-plugins-ugly, haproxy, hostapd, ipsec-tools, libfreefare, - libfuse, libkrb5, libpng, libxml2, libxslt, linknx, linux, - linux-firmware, linux-tools, live555, lldp, lrzsz, lynx, - madplay, make, minicom, mongodb, msmtp, musl, mutt, neon, - netsnmp, numactl, opus, perl, php, postgresql, pure-ftpd, - python-urllib3, python3, qt5base, rapidxml, rpm, rsyslog, - ruby, runc, samba4, sane-backends, softether, stunnel, - sysklogd, syslinux, syslog-ng, systemd-bootchart, thttpd, - thrift, tiff, tor, tpm2-tools, tpm2-tss, webkitgtk, - yaffs2utils, wget, wpa_supplicant, wsapi, xapp_xfd, - xlib_libXpm, xserver_xorg-server, xz, znc + gst1-plugins-base, gst1-plugins-ugly, haproxy, hostapd, + ipsec-tools, libfreefare, libfuse, libkrb5, libpng, libxml2, + libxslt, linknx, linux, linux-firmware, linux-tools, live555, + lldp, lrzsz, lynx, madplay, make, minicom, mongodb, msmtp, + musl, mutt, neon, netsnmp, numactl, opus, perl, php, + postgresql, pure-ftpd, python-urllib3, python3, qt5base, + rapidxml, rpm, rsyslog, ruby, runc, samba4, sane-backends, + softether, stunnel, sysklogd, syslinux, syslog-ng, + systemd-bootchart, thttpd, thrift, tiff, tor, tpm2-tools, + tpm2-tss, webkitgtk, yaffs2utils, wget, wpa_supplicant, wsapi, + xapp_xfd, xapp_xload, xlib_libXpm, xserver_xorg-server, xz, + znc Issues resolved (http://bugs.uclibc.org): @@ -92,9 +92,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2019.02.1 +export BR2_VERSION := 2019.02.2 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1553900000 +BR2_VERSION_EPOCH = 1556527000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) |