summaryrefslogtreecommitdiff
path: root/libexif
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-05-27 15:04:23 +0200
committerJuergen Daubert <jue@jue.li>2020-05-27 15:04:23 +0200
commit3f947636954e6be1ab5bb90a1727080ed1792c13 (patch)
tree8ddae2d32212cda73b5ae21b63b3ce30ac4ad0d7 /libexif
parent843c559683b6e013e1f93e9c8d84e148ea5b0d12 (diff)
downloadopt-3f947636954e6be1ab5bb90a1727080ed1792c13.tar.gz
opt-3f947636954e6be1ab5bb90a1727080ed1792c13.tar.xz
[notify] libexif: update to 0.6.22
several security fixes, see https://github.com/libexif/libexif/blob/libexif-0_6_22-release/NEWS
Diffstat (limited to 'libexif')
-rw-r--r--libexif/.footprint6
-rw-r--r--libexif/.signature8
-rw-r--r--libexif/Pkgfile16
3 files changed, 18 insertions, 12 deletions
diff --git a/libexif/.footprint b/libexif/.footprint
index c8e825806..766157599 100644
--- a/libexif/.footprint
+++ b/libexif/.footprint
@@ -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
diff --git a/libexif/.signature b/libexif/.signature
index c19e78b06..4e13a1882 100644
--- a/libexif/.signature
+++ b/libexif/.signature
@@ -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
diff --git a/libexif/Pkgfile b/libexif/Pkgfile
index c69ea646c..a93d213d3 100644
--- a/libexif/Pkgfile
+++ b/libexif/Pkgfile
@@ -1,16 +1,22 @@
# Description: An EXIF tag parsing library
-# URL: http://libexif.sourceforge.net/
-# Maintainer: Juergen Daubert, jue at crux dot nu
+# 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
}

Generated by cgit