summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-06-07 14:18:24 +0000
committerLaurent Bercot <ska@appnovation.com>2024-06-07 14:18:24 +0000
commit9879f5bf1c7bac2f0ae2e230694c9a86b1b567b0 (patch)
tree1859e8f0eaf2142ff9cc837ad00fcfc7771ffdf3
parenteafeae3861b5fc875c3f9c6aab48fcd7e882da8c (diff)
downloadshibari-9879f5bf1c7bac2f0ae2e230694c9a86b1b567b0.tar.xz
version: 0.0.1.1v0.0.1.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--NEWS2
-rwxr-xr-xpatch-for-solaris2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 14126d0..2512e90 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Changelog for shibari.
In 0.0.1.1
----------
- - Bugfixes.
+ - Bugfixes. (Including dns-0x20 support.)
In 0.0.1.0
diff --git a/patch-for-solaris b/patch-for-solaris
index 2d1296b..fbefc32 100755
--- a/patch-for-solaris
+++ b/patch-for-solaris
@@ -4,7 +4,7 @@ patchit () {
echo '#!/usr/xpg4/bin/sh' > $1.tmp
tail -n +2 $1 >> $1.tmp
mv -f $1.tmp $1
- chmod 755 $1
+ chmod 0755 $1
}
# Solaris doesn't understand POSIX.1-2008 either.