From 76c0fe482bb1d3e943a1b725922aba365f1d4bd3 Mon Sep 17 00:00:00 2001 From: nestire Date: Tue, 21 May 2024 12:53:57 +0200 Subject: [PATCH 1/3] bump for version 4.3.12 of mudi firmware --- Makefile | 10 +++++++--- README.md | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4359144..40999ea 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ define Package/blue-merle/preinst if [ -f "/tmp/sysinfo/model" ] && [ -f "/etc/glversion" ]; then echo "You have a `cat /tmp/sysinfo/model`, running firmware version `cat /etc/glversion`." fi - echo "blue-merle has only been tested with GL-E750 Mudi Versions 4.3.8. and 4.3.9" + echo "blue-merle has only been tested with GL-E750 Mudi Versions 4.3.8. - 4.3.12" echo "The device or firmware version you are using have not been verified to work with blue-merle." echo -n "Would you like to continue on your own risk? (y/N): " read answer @@ -64,13 +64,17 @@ define Package/blue-merle/preinst GL_VERSION=$$(cat /etc/glversion) case $$GL_VERSION in 4.3.8) - echo Version $$GL_VERSION is supported + echo Version $$GL_VERSION is supported but includes known vulnerabilities please update to latest version exit 0 ;; 4.3.9) - echo Version $$GL_VERSION is supported + echo Version $$GL_VERSION is supported but includes known vulnerabilities please update to latest version exit 0 ;; + 4.3.12) + echo Version $$GL_VERSION is supported + exit 0 + ;; 4.*) echo Version $$GL_VERSION is *probably* supported ABORT_GLVERSION diff --git a/README.md b/README.md index 8397f8e..25506d7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The *blue-merle* software package enhances anonymity and reduces forensic tracea ## Compatibility -**This README covers the v2.0 release**, which has been verified to work with GL-E750 Mudi version 4.3.8. +**This README covers the v2.0 release**, which has been verified to work with GL-E750 Mudi version 4.3.8 - 4.3.12 . Refer back to the [v1.0 README file](https://github.com/srlabs/blue-merle/tree/cb4d73731fe432e0f101284307101c250ca4b845) for information about the first release, which works on older firmware releases. A MCU version >= 1.0.7 is required. The MCU may be updated through the *blue-merle* package installer or [manually](https://github.com/gl-inet/GL-E750-MCU-instruction). SRLabs cannot guarantee that the project assets within this Git repository will be compatible with future firmware updates. From 8a20a370c8d31796083f5426d21a29b97d27a696 Mon Sep 17 00:00:00 2001 From: nestire Date: Mon, 24 Jun 2024 12:02:36 +0200 Subject: [PATCH 2/3] support fw 4.3.17 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40999ea..c715362 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ define Package/blue-merle/preinst if [ -f "/tmp/sysinfo/model" ] && [ -f "/etc/glversion" ]; then echo "You have a `cat /tmp/sysinfo/model`, running firmware version `cat /etc/glversion`." fi - echo "blue-merle has only been tested with GL-E750 Mudi Versions 4.3.8. - 4.3.12" + echo "blue-merle has only been tested with GL-E750 Mudi Versions up to 4.3.17" echo "The device or firmware version you are using have not been verified to work with blue-merle." echo -n "Would you like to continue on your own risk? (y/N): " read answer @@ -72,6 +72,11 @@ define Package/blue-merle/preinst exit 0 ;; 4.3.12) + echo Version $$GL_VERSION is supported but includes known vulnerabilities please update to latest version + + exit 0 + ;; + 4.3.17) echo Version $$GL_VERSION is supported exit 0 ;; From c31b0b1779f8bb969a2eb91bfe341994045d654c Mon Sep 17 00:00:00 2001 From: nestire Date: Mon, 24 Jun 2024 12:11:36 +0200 Subject: [PATCH 3/3] change version to 2.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c715362..8e3ab74 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=blue-merle -PKG_VERSION:=2.0.1 +PKG_VERSION:=2.0.3 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Matthias