Bug 188075 - [PATCH] textproc/libyaml: update to 0.1.6
Summary: [PATCH] textproc/libyaml: update to 0.1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-30 12:50 UTC by Yasuhiro Kimura
Modified: 2014-04-03 19:53 UTC (History)
1 user (show)

See Also:


Attachments
libyaml-0.1.6.patch (5.70 KB, patch)
2014-03-30 12:50 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-03-30 12:50:00 UTC
- Update to 0.1.6, which fixes buffer overflow vulnerability (CVE-2014-2525).
- Strip shared library.

Port maintainer (jpaetzel@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-30 12:50:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jpaetzel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-02 03:16:13 UTC
Author: jpaetzel
Date: Wed Apr  2 02:16:10 2014
New Revision: 349902
URL: http://svnweb.freebsd.org/changeset/ports/349902
QAT: https://qat.redports.org/buildarchive/r349902/

Log:
  Update to 0.1.6
  
  PR:	ports/188075
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Deleted:
  head/textproc/libyaml/files/patch-src-api.c
  head/textproc/libyaml/files/patch-src-scanner.c
Modified:
  head/textproc/libyaml/Makefile
  head/textproc/libyaml/distinfo

Modified: head/textproc/libyaml/Makefile
==============================================================================
--- head/textproc/libyaml/Makefile	Wed Apr  2 02:10:42 2014	(r349901)
+++ head/textproc/libyaml/Makefile	Wed Apr  2 02:16:10 2014	(r349902)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libyaml
-PORTVERSION=	0.1.4
-PORTREVISION=	3
+PORTVERSION=	0.1.6
 CATEGORIES=	textproc
 MASTER_SITES=	http://pyyaml.org/download/libyaml/
 DISTNAME=	yaml-${PORTVERSION}
@@ -16,4 +15,7 @@ GNU_CONFIGURE=	yes
 USES=	pathfix
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyaml.so
+
 .include <bsd.port.mk>

Modified: head/textproc/libyaml/distinfo
==============================================================================
--- head/textproc/libyaml/distinfo	Wed Apr  2 02:10:42 2014	(r349901)
+++ head/textproc/libyaml/distinfo	Wed Apr  2 02:16:10 2014	(r349902)
@@ -1,2 +1,2 @@
-SHA256 (repacked/yaml-0.1.4.tar.gz) = 7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
-SIZE (repacked/yaml-0.1.4.tar.gz) = 471759
+SHA256 (repacked/yaml-0.1.6.tar.gz) = 7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749
+SIZE (repacked/yaml-0.1.6.tar.gz) = 503012
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-04-03 10:32:03 UTC
Hello,

Thank you committing, but PR is still open. So would you please close
it now?

Best Regards.

---
Yasuhiro KIMURA
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-04-03 19:53:03 UTC
State Changed
From-To: open->closed

already committed.