All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2018.11.x] Update for 2018.11.2
@ 2019-01-30 15:40 Peter Korsgaard
  2019-01-30 16:15 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2019-01-30 15:40 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=49dfa901e1b16563045bb0f5456fcadc9b62e380
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 CHANGES  | 37 +++++++++++++++++++++++++++++++++++++
 Makefile |  2 +-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index c4ccda92e7..f99c996eb5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,40 @@
+2018.11.2, Released January 30th, 2019
+
+	Important / security related fixes.
+
+	Defconfigs: Fixes for imx6slevk, imx7dsabresd, imx8mqevk, Lego
+	EV3, QEMU AArch64-virt
+
+	Download: Fix scp download handling
+
+	check-package: fix Python 3 support
+
+	get-developers: Fix behaviour when called from elsewhere than
+	the toplevel directory.
+
+	kconfig: Fix for make linux-menuconfig / uboot-menuconfig from
+	a clean tree when ccache is enabled.
+
+	cmake: Also set CMAKE_SYSTEM_VERSION in toolchainfile.cmake
+
+	Updated/fixed packages: acpica, apache, apr, avrdude, cargo,
+	cc-tool, dash, dhcpdump, dmalloc, docker-containerd, efivar,
+	fwts, glibc, gnuchess, gnupg2, go, leveldb, libarchive,
+	libassuan, libftdi1, libgpg-error, libhttpparser, libkcapi,
+	libmad, libsndfile, libsquish, liburiparser, libwebsock,
+	libxml2, lighttpd, llvm, lm-sensors, lua-msgpack-native, lxc,
+	mariadb, mbedtls, meson, mosquitto, netatalk, nodejs, odhcp6c,
+	openresolv, openssh, pango, patchelf, php, python-django,
+	python-numpy, python-pyyaml, rauc, rp-pppoe, s6-networking,
+	samba4, sdl_sound, shairport-sync, sqlite, subversion,
+	sunxi-cedarx, swupdate, systemd, tcpreplay, tekui, tmp2-abrmd,
+	tpm2-tools, tpm2-tss, udisks, unixodbc, usb_modeswitch,
+	webkitgtk, wireshark, wolfssl, xapp_rgb, xenomai, xerces
+
+	Issues resolved (http://bugs.uclibc.org):
+
+	#11576: Unable to start apache with event MPM on raspberry pi 3
+
 2018.11.1, Released December 20th, 2018
 
 	Important / security related fixes.
diff --git a/Makefile b/Makefile
index 998b571071..6379d069d4 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2018.11.1
+export BR2_VERSION := 2018.11.2
 # Actual time the release is cut (for reproducible builds)
 BR2_VERSION_EPOCH = 1545257000
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit branch/2018.11.x] Update for 2018.11.2
  2019-01-30 15:40 [Buildroot] [git commit branch/2018.11.x] Update for 2018.11.2 Peter Korsgaard
@ 2019-01-30 16:15 ` Baruch Siach
  2019-01-30 16:47   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2019-01-30 16:15 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Wed, Jan 30, 2019 at 04:40:52PM +0100, Peter Korsgaard wrote: 
> diff --git a/Makefile b/Makefile
> index 998b571071..6379d069d4 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -92,7 +92,7 @@ all:
>  .PHONY: all
>  
>  # Set and export the version string
> -export BR2_VERSION := 2018.11.1
> +export BR2_VERSION := 2018.11.2
>  # Actual time the release is cut (for reproducible builds)
>  BR2_VERSION_EPOCH = 1545257000

What about BR2_VERSION_EPOCH update?

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit branch/2018.11.x] Update for 2018.11.2
  2019-01-30 16:15 ` Baruch Siach
@ 2019-01-30 16:47   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-01-30 16:47 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Hi Peter,
 > On Wed, Jan 30, 2019 at 04:40:52PM +0100, Peter Korsgaard wrote: 
 >> diff --git a/Makefile b/Makefile
 >> index 998b571071..6379d069d4 100644
 >> --- a/Makefile
 >> +++ b/Makefile
 >> @@ -92,7 +92,7 @@ all:
 >> .PHONY: all
 >> 
 >> # Set and export the version string
 >> -export BR2_VERSION := 2018.11.1
 >> +export BR2_VERSION := 2018.11.2
 >> # Actual time the release is cut (for reproducible builds)
 >> BR2_VERSION_EPOCH = 1545257000

 > What about BR2_VERSION_EPOCH update?

Crap. I _DID_ change it, but forgot to save the file :/

diff --git a/Makefile b/Makefile
index 6379d069d4..2270aa7c09 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ all:
 # Set and export the version string
 export BR2_VERSION := 2018.11.2
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1545257000
+BR2_VERSION_EPOCH = 1548863000

I guess the best solution is just to forget about the epoch for this
release :/

-- 
Bye, Peter Korsgaard

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-30 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30 15:40 [Buildroot] [git commit branch/2018.11.x] Update for 2018.11.2 Peter Korsgaard
2019-01-30 16:15 ` Baruch Siach
2019-01-30 16:47   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.