From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Mon, 7 Sep 2015 13:33:37 +0100 Subject: [Buildroot] [PATCH] harfbuzz: bump to version 1.0.3 In-Reply-To: <1441628498-14686-1-git-send-email-gustavo@zacarias.com.ar> References: <1441628498-14686-1-git-send-email-gustavo@zacarias.com.ar> Message-ID: <55ED8421.3060304@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Gustavo Zacarias, On 09/07/2015 01:21 PM, Gustavo Zacarias wrote: > Signed-off-by: Gustavo Zacarias Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera Compile test for MIPS architecture: $ git shortlog -1 Gustavo Zacarias (1): harfbuzz: bump to version 1.0.3 $ file output/target/usr/lib/libharfbuzz.so.0.10000.3 output/target/usr/lib/libharfbuzz.so.0.10000.3: ELF 32-bit MSB shared object, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70403, stripped Regards, Vincent. > --- > package/harfbuzz/harfbuzz.hash | 4 ++-- > package/harfbuzz/harfbuzz.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/harfbuzz/harfbuzz.hash b/package/harfbuzz/harfbuzz.hash > index a054d6e..2d80b60 100644 > --- a/package/harfbuzz/harfbuzz.hash > +++ b/package/harfbuzz/harfbuzz.hash > @@ -1,2 +1,2 @@ > -# From http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.0.2.tar.bz2.sha256 > -sha256 beb3caf8654010fcdca61c810a3a7532237fc567ee4271deb674b5efbbe3b466 harfbuzz-1.0.2.tar.bz2 > +# From http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.0.3.tar.bz2.sha256 > +sha256 ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7 harfbuzz-1.0.3.tar.bz2 > diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk > index 3fa9642..60dcd94 100644 > --- a/package/harfbuzz/harfbuzz.mk > +++ b/package/harfbuzz/harfbuzz.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -HARFBUZZ_VERSION = 1.0.2 > +HARFBUZZ_VERSION = 1.0.3 > HARFBUZZ_SITE = http://www.freedesktop.org/software/harfbuzz/release > HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 > HARFBUZZ_LICENSE = MIT, ISC (ucdn library) >