Opened 16 years ago
Closed 16 years ago
#2264 closed task (fixed)
Gettext open args patch
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 6.5 |
Component: | Book | Version: | SVN |
Severity: | minor | Keywords: | |
Cc: |
Description
At:
http://cvs.savannah.gnu.org/viewvc/gettext/gettext-tools/src/write-catalog.c?root=gettext&r1=1.4&r2=1.5
there is a patch to Gettext's write-catalog.c to specify arguments to open(2), so permissions and ownership are set explicitly, instead of using umask. Without this patch catalogs we generate while building packages may not have the same permissions as catalogs generated by other packages.
I rediffed the patch, for LFS, here:
http://www.linuxfromscratch.org/~robert/new/patches/gettext-0.17-upstream_fixes.diff
Change History (4)
comment:1 by , 16 years ago
Milestone: | → 7.0 |
---|
comment:2 by , 16 years ago
Milestone: | 7.0 → 6.5 |
---|
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in revision 8886.