mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/znc: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c9639674c
commit
050e75f1e7
3 changed files with 9 additions and 9 deletions
|
@ -11,9 +11,9 @@ znc:
|
||||||
znc: ZNC will remain connected to an IPv4 or IPv6 IRC server even while you
|
znc: ZNC will remain connected to an IPv4 or IPv6 IRC server even while you
|
||||||
znc: are offline. You can reattach your client at a later time and catch up
|
znc: are offline. You can reattach your client at a later time and catch up
|
||||||
znc: with what happened while you were gone via the history buffer. You can
|
znc: with what happened while you were gone via the history buffer. You can
|
||||||
znc: add additional users under one running process, which is useful for
|
znc: add additional users under one running process, useful for public
|
||||||
znc: public shells that limit background processes. ZNC also supports the
|
znc: shells that limit background processes. ZNC also supports the dynamic
|
||||||
znc: dynamic loading of C++ and Perl modules.
|
znc: loading of C++ and Perl modules.
|
||||||
znc:
|
znc:
|
||||||
znc: Homepage: http://en.znc.in/wiki/ZNC
|
znc: Homepage: http://wiki.znc.in/ZNC
|
||||||
znc:
|
znc:
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=znc
|
PRGNAM=znc
|
||||||
VERSION=${VERSION:-1.2}
|
VERSION=${VERSION:-1.6.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
if [ "$WITH_SSL" != "yes" ]; then
|
if [ "$WITH_SSL" != "yes" ]; then
|
||||||
do_openssl="--disable-openssl"
|
do_openssl="--disable-openssl"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="znc"
|
PRGNAM="znc"
|
||||||
VERSION="1.2"
|
VERSION="1.6.1"
|
||||||
HOMEPAGE="http://wiki.znc.in/ZNC"
|
HOMEPAGE="http://wiki.znc.in/ZNC"
|
||||||
DOWNLOAD="http://znc.in/releases/archive/znc-1.2.tar.gz"
|
DOWNLOAD="http://znc.in/releases/znc-1.6.1.tar.gz"
|
||||||
MD5SUM="ef18e5402a82cc3fcab5c2ac5c2e6f3b"
|
MD5SUM="8e29289e6229b6d2473de202170745ab"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue