Bug 265986 - Three files in the ports tree created with mode 0755
Summary: Three files in the ports tree created with mode 0755
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-22 06:26 UTC by Trond Endrestøl
Modified: 2022-08-23 09:03 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2022-08-22 06:26:57 UTC
Low priority.

These three files were committed with mode 0755:

create mode 100755 lang/zephir/pkg-descr
create mode 100755 textproc/pecl-zephir_parser/Makefile
create mode 100755 textproc/pecl-zephir_parser/pkg-descr

The above appeared in our log files. Here's the result from my grepping:

automatic-ports-up-20220816-010000.txt: create mode 100755 lang/zephir/pkg-descr
manual-ports-up-20220810-075011.txt: create mode 100755 textproc/pecl-zephir_parser/Makefile
manual-ports-up-20220810-075011.txt: create mode 100755 textproc/pecl-zephir_parser/pkg-descr

The timestamps in the filenames are expressed as CEST, UTC+2h.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-23 09:02:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c304d4eb526a514f6474d8906b13c675fb509b9

commit 8c304d4eb526a514f6474d8906b13c675fb509b9
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2022-08-23 07:58:09 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-08-23 09:01:42 +0000

    */*: drop unnecessary permission

    PR:             265986
    Reported by:    Trond.Endrestol@ximalas.info
    Approved by:    portmgr blanket

 lang/zephir/pkg-descr (mode -x)                 | 0
 textproc/pecl-zephir_parser/Makefile (mode -x)  | 0
 textproc/pecl-zephir_parser/pkg-descr (mode -x) | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2022-08-23 09:03:54 UTC
Fixed, thanks!