Commit graph

9 commits

Author SHA1 Message Date
Jason E. Hale
5ac4397c90 Update to 0.18.5
This addresses CVE-2017-14265, CVE-2017-14348, and CVE-2017-14608
Use FreeBSD libc strnlen and strcasestr functions instead of bundled [1]

PR:		219029 [1]
Submitted by:	mi [1]
MFH:		2017Q3
Security:	4cd857d9-26d2-4417-b765-69701938f9e0
Security:	d9f96741-47bd-4426-9aba-8736c0971b24
Security:	02bee9ae-c5d1-409b-8a79-983a88861509
2017-09-29 20:12:38 +00:00
Jason E. Hale
70e33ecd6f - Update graphics/libraw to 0.18.0
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
  - Side note: This had a dependency on jpeg before, so the JPEG
    option default is ON. However, the configure script wasn't
    detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump

Changes:	http://www.libraw.org/download#changelog
2017-01-19 04:39:37 +00:00
Raphael Kubo da Costa
7c72067efc - Update libraw to 0.15.4.
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
  the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.

Bump PORTREVISION in ports that depend on libraw.

PR:		ports/185118
Submitted by:	rakuco@
Approved by:	maintainer timeout (35 days)
2014-01-26 21:20:03 +00:00
Sergey A. Osokin
60a8c3f411 Remove needless extra patch.
Remove unneeded defines for shared libs.
Add installation of two .pc files for fix build third-party ports. (1)

Bump PORTREVISION.

Idea from PR:	155495 (1)
2011-03-12 18:39:04 +00:00
Sergey A. Osokin
e12888447a Update from 0.11.3 to 0.12.2.
o) change depend from graphics/lcms to graphics/lcms2;
o) depend on graphics/lcms2 is optional, by default is on;
o) add demosaic packs, licensed under GPLv2 and GPLv3.
2011-01-08 18:50:46 +00:00
Sergey A. Osokin
0505f3bfcd Update from 0.10.0 to 0.11.2.
Disconnect binary examples from building phase for speed up library build.
2010-11-12 08:22:30 +00:00
Sergey A. Osokin
f715c716c4 Update from 0.5.3 to 0.6.3.
OPTIONify.
NOTE: don't install shared libraries by default.
2008-12-16 10:22:27 +00:00
Sergey A. Osokin
369cd5f393 Fix broken compile on amd64.
Bump PORTREVISION.

Reported by:	pointyhat via pav
2008-05-07 06:44:16 +00:00
Sergey A. Osokin
273a36732d Add libraw 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.

WWW: http://www.libraw.org
     http://www.libraw.su
2008-05-06 05:03:26 +00:00