Summary: | [patch][maintainer update] fix rc.d issues introduced with recent perl changes | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dave Cottlehuber <dch> | ||||||
Component: | Individual Port(s) | Assignee: | Grzegorz Blach <gblach> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | gblach | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | dch:
maintainer-feedback+
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | 202937 | ||||||||
Bug Blocks: | 203096 | ||||||||
Attachments: |
|
Description
Dave Cottlehuber
2015-09-16 07:02:37 UTC
Created attachment 161100 [details]
v1 patch to fix rc.d issues post perl changes
# portlint WARN: Makefile: possible use of absolute pathname "/var/log/${PORTNAME}...". 0 fatal errors and 1 warning found. # poudriere http://pkg.skunkwerks.at/poudriere/data/10_2_amd64-default/2015-09-16_07h11m28s/logs/h2o-1.4.5.log # comments from @mat* on IRC are to use LOCALBASE for perl PATH. v2 patch underway. revised patch with tips from @mat__ on IRC. # portlint WARN: Makefile: possible use of absolute pathname "/var/log/${PORTNAME}...". 0 fatal errors and 1 warning found. # poudriere http://pkg.skunkwerks.at/poudriere/data/10_2_amd64-default/2015-09-16_08h02m33s/logs/h2o-1.4.5.log # patch https://github.com/dch/freebsd-ports/commit/a6c7794cd4a763aed6042ff81036b7bce0f5a495 Created attachment 161111 [details]
v2 patch to fix rc.d issues post perl changes
I'll take this A commit references this bug: Author: gblach Date: Wed Sep 16 12:29:58 UTC 2015 New revision: 397062 URL: https://svnweb.freebsd.org/changeset/ports/397062 Log: - Fix rc.d issues introduced with recent perl changes [1] - Update to 1.4.5 [2] PR: 203147 [1], 203096 [2] Submitted by: Dave Cottlehuber (maintainer) Changes: head/www/h2o/Makefile head/www/h2o/distinfo head/www/h2o/files/h2o.in Committed with minior change, thanks. A commit references this bug: Author: feld Date: Wed Sep 16 16:32:40 UTC 2015 New revision: 397072 URL: https://svnweb.freebsd.org/changeset/ports/397072 Log: Document www/h2o vulnerability PR: 203096 PR: 203147 Security: CVE-2015-5638 Changes: head/security/vuxml/vuln.xml A commit references this bug: Author: junovitch Date: Fri Sep 18 09:56:31 UTC 2015 New revision: 397229 URL: https://svnweb.freebsd.org/changeset/ports/397229 Log: MFH r393066,r396229,r396629,r397062: r393066 www/h2o: 1.2.0 -> 1.4.2 ChangeLog: https://github.com/h2o/h2o/releases PR: 200998 Submitted by: sean@x-n.su Approved by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) r396229 - Update to 1.4.4 [1] - Drop 8.x support [2] PR: 202818 [1] Submitted by: Dave Cottlehuber (dch <at> skunkwerks <dot> at) [1] Approved by: portmgr blanket [2] r396629 - Fix rc.d script - Bump PORTVERSION PR: 202937 Submitted by: gblach Approved by: Dave Cottlehuber (dch <at> skunkwerks <dot> at) r397062 - Fix rc.d issues introduced with recent perl changes [1] - Update to 1.4.5 [2] PR: 203147 [1], 203096 [2] Submitted by: Dave Cottlehuber (maintainer) Security: 31ea7f73-5c55-11e5-8607-74d02b9a84d5 Security: CVE-2015-5638 Approved by: ports-secteam (feld) Changes: _U branches/2015Q3/ branches/2015Q3/www/h2o/Makefile branches/2015Q3/www/h2o/distinfo branches/2015Q3/www/h2o/files/h2o.conf.sample branches/2015Q3/www/h2o/files/h2o.in branches/2015Q3/www/h2o/files/patch-CMakeLists.txt branches/2015Q3/www/h2o/pkg-plist |