pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics libraw013: Remove. Unused, unpatched vulnerab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d372e3c721e1
branches:  trunk
changeset: 458998:d372e3c721e1
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 28 10:29:22 2021 +0000

description:
libraw013: Remove. Unused, unpatched vulnerabilities numerous

diffstat:

 graphics/Makefile                |   3 +--
 graphics/libraw013/DESCR         |   7 -------
 graphics/libraw013/Makefile      |  28 ----------------------------
 graphics/libraw013/PLIST         |  17 -----------------
 graphics/libraw013/buildlink3.mk |  14 --------------
 graphics/libraw013/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 74 deletions(-)

diffs (109 lines):

diff -r e45cda91e3b5 -r d372e3c721e1 graphics/Makefile
--- a/graphics/Makefile Tue Sep 28 10:28:36 2021 +0000
+++ b/graphics/Makefile Tue Sep 28 10:29:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.952 2021/09/11 12:28:09 mef Exp $
+# $NetBSD: Makefile,v 1.953 2021/09/28 10:29:22 nia Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -346,7 +346,6 @@
 SUBDIR+=       libpgf
 SUBDIR+=       libpuzzle
 SUBDIR+=       libraw
-SUBDIR+=       libraw013
 SUBDIR+=       librsvg
 SUBDIR+=       librsvg-c
 SUBDIR+=       libscigraphica
diff -r e45cda91e3b5 -r d372e3c721e1 graphics/libraw013/DESCR
--- a/graphics/libraw013/DESCR  Tue Sep 28 10:28:36 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-LibRaw is a library for reading RAW files obtained from digital photo
-cameras (CRW/CR2, NEF, RAF, DNG, and others).
-
-LibRaw is based on the source codes of the dcraw utility, where part of
-drawbacks have already been eliminated and part will be fixed in future.
-The users of the library are provided with API to be built into their
-software programs.
diff -r e45cda91e3b5 -r d372e3c721e1 graphics/libraw013/Makefile
--- a/graphics/libraw013/Makefile       Tue Sep 28 10:28:36 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2019/11/02 22:38:00 rillig Exp $
-#
-
-DISTNAME=      LibRaw-0.13.8
-PKGNAME=       ${DISTNAME:tl}
-CATEGORIES=    graphics
-MASTER_SITES=  https://www.libraw.org/data/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.libraw.org/
-COMMENT=       Raw decoding/processing library
-LICENSE=       gnu-lgpl-v2.1 OR cddl-1.0
-
-USE_LANGUAGES= c c++03
-GNU_CONFIGURE= yes
-USE_TOOLS+=    pkg-config gmake
-USE_LIBTOOL=   yes
-MAKE_JOBS_SAFE=        no
-
-CONFIGURE_ARGS+=       --disable-examples
-CONFIGURE_ARGS+=       --disable-demosaic-pack-gpl2
-CONFIGURE_ARGS+=       --disable-demosaic-pack-gpl3
-
-PKGCONFIG_OVERRIDE+=   libraw.pc.in
-PKGCONFIG_OVERRIDE+=   libraw_r.pc.in
-
-.include "../../graphics/lcms/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e45cda91e3b5 -r d372e3c721e1 graphics/libraw013/PLIST
--- a/graphics/libraw013/PLIST  Tue Sep 28 10:28:36 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2012/08/04 14:31:27 drochner Exp $
-include/libraw/libraw.h
-include/libraw/libraw_alloc.h
-include/libraw/libraw_const.h
-include/libraw/libraw_datastream.h
-include/libraw/libraw_internal.h
-include/libraw/libraw_types.h
-include/libraw/libraw_version.h
-lib/libraw.la
-lib/libraw_r.la
-lib/pkgconfig/libraw.pc
-lib/pkgconfig/libraw_r.pc
-share/doc/libraw/COPYRIGHT
-share/doc/libraw/Changelog.txt
-share/doc/libraw/LICENSE.CDDL
-share/doc/libraw/LICENSE.LGPL
-share/doc/libraw/LICENSE.LibRaw.pdf
diff -r e45cda91e3b5 -r d372e3c721e1 graphics/libraw013/buildlink3.mk
--- a/graphics/libraw013/buildlink3.mk  Tue Sep 28 10:28:36 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2012/08/23 23:01:01 dholland Exp $
-
-BUILDLINK_TREE+=       libraw
-
-.if !defined(LIBRAW_BUILDLINK3_MK)
-LIBRAW_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libraw+= libraw>=0.12.0<0.14
-BUILDLINK_PKGSRCDIR.libraw?=   ../../graphics/libraw013
-
-.include "../../graphics/lcms/buildlink3.mk"
-.endif # LIBRAW_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -libraw
diff -r e45cda91e3b5 -r d372e3c721e1 graphics/libraw013/distinfo
--- a/graphics/libraw013/distinfo       Tue Sep 28 10:28:36 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 21:34:09 agc Exp $
-
-SHA1 (LibRaw-0.13.8.tar.gz) = 7b1bc092dc442fd20773c1155e1f3022b379b55a
-RMD160 (LibRaw-0.13.8.tar.gz) = d7414a0fe990b516b2c56d196bae3e6c1fd943a4
-SHA512 (LibRaw-0.13.8.tar.gz) = 928594cc69372eadcd6261c67011de168254b4be27f68e62559daa2fb26c77c9d38548b872128bc619eb1f0711094684632a4d8286c471f3d3d4be0c775b4c80
-Size (LibRaw-0.13.8.tar.gz) = 1354886 bytes



Home | Main Index | Thread Index | Old Index