We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff0820 commit 7432721Copy full SHA for 7432721
2 files changed
jnirelease.sh
@@ -256,6 +256,9 @@ cd ${JKJNIDIST}/native
256
./buildconf --with-apr=$apr_src_dir || exit 1
257
258
cd "$top"
259
+# Remove write permissions from all but the owner
260
+chmod -R go-w ${JKJNIDIST}
261
+
262
# Create source distribution
263
tar -cf - ${JKJNIDIST} | gzip -c9 > ${JKJNIDIST}.tar.gz || exit 1
264
xdocs/miscellaneous/changelog.xml
@@ -33,6 +33,10 @@
33
</section>
34
<section name="Changes in 2.0.13">
35
<changelog>
36
+ <fix>
37
+ Remove group write permissions from the files in the tar.gz source
38
+ archive. (markt)
39
+ </fix>
40
</changelog>
41
42
<section name="Changes in 2.0.12">
0 commit comments