Skip to content

Commit 7432721

Browse files
committed
Remove group write permissions from the files in the tar.gz source
1 parent 6ff0820 commit 7432721

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

jnirelease.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ cd ${JKJNIDIST}/native
256256
./buildconf --with-apr=$apr_src_dir || exit 1
257257

258258
cd "$top"
259+
# Remove write permissions from all but the owner
260+
chmod -R go-w ${JKJNIDIST}
261+
259262
# Create source distribution
260263
tar -cf - ${JKJNIDIST} | gzip -c9 > ${JKJNIDIST}.tar.gz || exit 1
261264

xdocs/miscellaneous/changelog.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
</section>
3434
<section name="Changes in 2.0.13">
3535
<changelog>
36+
<fix>
37+
Remove group write permissions from the files in the tar.gz source
38+
archive. (markt)
39+
</fix>
3640
</changelog>
3741
</section>
3842
<section name="Changes in 2.0.12">

0 commit comments

Comments
 (0)