[notify] libexif: update to 0.6.22
several security fixes, see https://github.com/libexif/libexif/blob/libexif-0_6_22-release/NEWS
This commit is contained in:
parent
843c559683
commit
3f94763695
@ -18,8 +18,8 @@ drwxr-xr-x root/root usr/include/libexif/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libexif.a
|
||||
-rwxr-xr-x root/root usr/lib/libexif.la
|
||||
lrwxrwxrwx root/root usr/lib/libexif.so -> libexif.so.12.3.3
|
||||
lrwxrwxrwx root/root usr/lib/libexif.so.12 -> libexif.so.12.3.3
|
||||
-rwxr-xr-x root/root usr/lib/libexif.so.12.3.3
|
||||
lrwxrwxrwx root/root usr/lib/libexif.so -> libexif.so.12.3.4
|
||||
lrwxrwxrwx root/root usr/lib/libexif.so.12 -> libexif.so.12.3.4
|
||||
-rwxr-xr-x root/root usr/lib/libexif.so.12.3.4
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libexif.pc
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/UjyPxsMI+cH/voyrUouckLoqRkasOloM1V9QfeNWmR7KX7ejc2/nYNLPb2c32SOlJ2jw7usDtDvSQE4/roH0Qk=
|
||||
SHA256 (Pkgfile) = 49932ededa0028a26085d27e9ebea1a615b026d5970da29f6d8300364a2fba3d
|
||||
SHA256 (.footprint) = 0beac7dc99bbf4b35e4ddd1cf313ec1c3e76e11ea76641e50f17d181bfe51f0f
|
||||
SHA256 (libexif-0.6.21.tar.bz2) = 16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a
|
||||
RWSE3ohX2g5d/b34rZ3DKruxI6jWY+IbB2i64fI1DFrkZFyd17GyJ1F2lc+ckNksPf9Txn3cSB5JCbKpIZr0uAvLDb2OhPn8Lgw=
|
||||
SHA256 (Pkgfile) = 8e4e7723c1d74a55ec36bfa4a95bb8135a193e05bb29e8c7ae29c997d15fcb4e
|
||||
SHA256 (.footprint) = 93cf5977c90516eef5062dd28570397a3e24ed2326fb93a547054700e016f783
|
||||
SHA256 (libexif-0.6.22.tar.xz) = 5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c56
|
||||
|
@ -1,16 +1,22 @@
|
||||
# Description: An EXIF tag parsing library
|
||||
# URL: http://libexif.sourceforge.net/
|
||||
# URL: https://libexif.github.io/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
|
||||
name=libexif
|
||||
version=0.6.21
|
||||
version=0.6.22
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
|
||||
source=(https://github.com/$name/$name/releases/download/$name-${version//./_}-release/$name-$version.tar.xz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--with-doc-dir=/usr/share/doc
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user