# HG changeset patch # User Stanislas Leduc # Date 1726500507 -7200 # Node ID e81b11899c89667dd84f18d865c994331a2b414c # Parent 05dca430ef9165eb9561aabde0d0906bb4d20e73 Update thunderbird to 68.12.1 latest ESR work with old glibc, and block autoupdate diff -r 05dca430ef91 -r e81b11899c89 thunderbird-bin-fr/receipt --- a/thunderbird-bin-fr/receipt Sun Sep 15 16:55:07 2024 +0000 +++ b/thunderbird-bin-fr/receipt Mon Sep 16 17:28:27 2024 +0200 @@ -2,7 +2,7 @@ PACKAGE="thunderbird-bin-fr" lang="fr" -VERSION="68.9.0" +VERSION="68.12.1" CATEGORY="network" SHORT_DESC="Mozilla's Thunderbird email application (French language)." MAINTAINER="mojo@slitaz.org" @@ -50,6 +50,9 @@ # Desktop shortcut cp $stuff/thunderbird-bin.desktop \ $install/usr/share/applications + + # Disable update due of old glibc + cp $stuff/policies.json $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 05dca430ef91 -r e81b11899c89 thunderbird-bin-fr/stuff/policies.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-bin-fr/stuff/policies.json Mon Sep 16 17:28:27 2024 +0200 @@ -0,0 +1,5 @@ +{ + "policies":{ + "DisableAppUpdate":true + } +} \ No newline at end of file diff -r 05dca430ef91 -r e81b11899c89 thunderbird-bin/receipt --- a/thunderbird-bin/receipt Sun Sep 15 16:55:07 2024 +0000 +++ b/thunderbird-bin/receipt Mon Sep 16 17:28:27 2024 +0200 @@ -1,7 +1,7 @@ # SlitTaz package receipt. PACKAGE="thunderbird-bin" -VERSION="68.9.0" +VERSION="68.12.1" CATEGORY="network" SHORT_DESC="Mozilla's Thunderbird email application." MAINTAINER="mojo@slitaz.org" @@ -49,6 +49,9 @@ # Desktop shortcut cp $stuff/thunderbird-bin.desktop \ $install/usr/share/applications + + # Disable update due of old glibc + cp $stuff/policies.json $install$fx/distribution } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 05dca430ef91 -r e81b11899c89 thunderbird-bin/stuff/policies.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-bin/stuff/policies.json Mon Sep 16 17:28:27 2024 +0200 @@ -0,0 +1,5 @@ +{ + "policies":{ + "DisableAppUpdate":true + } +} \ No newline at end of file