diff --git a/util/archive/libzip/actions.py b/util/archive/libzip/actions.py index 51b2888aa7..5b3548efd9 100644 --- a/util/archive/libzip/actions.py +++ b/util/archive/libzip/actions.py @@ -23,7 +23,7 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS","NEWS","README") - + pisitools.dodoc("AUTHORS", "NEWS.md", "README.md") + # preserve old header path for compatibility pisitools.dosym("/usr/lib/libzip/include/zipconf.h", "/usr/include/zipconf.h") diff --git a/util/archive/libzip/pspec.xml b/util/archive/libzip/pspec.xml index 42472d3de2..7210fc8f05 100644 --- a/util/archive/libzip/pspec.xml +++ b/util/archive/libzip/pspec.xml @@ -12,7 +12,7 @@ library A C library for reading, creating, and modifying zip archives libzip is a C library for reading, creating and modifying zip archives. Files can be added from data buffers, files or compressed data copied directly from other zip archives. - http://www.nih.at/libzip/libzip-1.0.1.tar.gz + https://nih.at/libzip/libzip-1.1.3.tar.gz zlib-devel @@ -46,6 +46,20 @@ + + 2017-01-25 + 1.1.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2017-01-25 + 1.1.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2016-06-08 1.0.1 diff --git a/util/archive/p7zip/pspec.xml b/util/archive/p7zip/pspec.xml index e96e5561f2..3c0a8b41cd 100644 --- a/util/archive/p7zip/pspec.xml +++ b/util/archive/p7zip/pspec.xml @@ -12,7 +12,7 @@ app:console Port of 7-Zip archiver for *nix p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives. - mirrors://sourceforge/p7zip/p7zip/15.09/p7zip_15.09_src_all.tar.bz2 + mirrors://sourceforge/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2 yasm-devel @@ -37,6 +37,13 @@ + + 2017-01-25 + 16.02 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-08 15.09 diff --git a/util/archive/rar/pspec.xml b/util/archive/rar/pspec.xml index 0d5ca39fcb..67017bea42 100644 --- a/util/archive/rar/pspec.xml +++ b/util/archive/rar/pspec.xml @@ -12,8 +12,8 @@ app:console RAR compressor rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use. - http://www.rarlab.com/rar/rarlinux-5.3.0.tar.gz - http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz + http://www.rarlab.com/rar/rarlinux-5.4.0.tar.gz + http://www.rarlab.com/rar/rarlinux-x64-5.4.0.tar.gz @@ -31,6 +31,13 @@ + + 2017-01-25 + 5.4.0 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-08 5.3.0 diff --git a/util/archive/unrar/pspec.xml b/util/archive/unrar/pspec.xml index c057e7e7f8..ea348d3e6f 100644 --- a/util/archive/unrar/pspec.xml +++ b/util/archive/unrar/pspec.xml @@ -12,7 +12,7 @@ app:console RAR decompressor unrar is a program to decompress RAR archives. - http://www.rarlab.com/rar/unrarsrc-5.3.4.tar.gz + http://www.rarlab.com/rar/unrarsrc-5.4.5.tar.gz unrar-5.3.4-soname.patch @@ -27,6 +27,13 @@ + + 2017-01-25 + 5.4.5 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2016-06-08 5.3.4 diff --git a/util/shell/bash-completion/actions.py b/util/shell/bash-completion/actions.py index a86b60daca..9cb234099d 100644 --- a/util/shell/bash-completion/actions.py +++ b/util/shell/bash-completion/actions.py @@ -21,7 +21,7 @@ def install(): # provided by util-linux , networkmanager , remove Slackware's makepkg completion blacklist = ["cal", "chsh", "dmesg", "eject", "hd", "hexdump", "hwclock", "ionice", "look", "ncal", "nmcli", "newgrp", "makepkg", "renice", "rtcwake", "su"] - for comp in blacklist: - pisitools.remove("/usr/share/bash-completion/completions/%s" % comp) - - pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README") + #for comp in blacklist: + #pisitools.remove("/usr/share/bash-completion/completions/%s" % comp) + + pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README.md") diff --git a/util/shell/bash-completion/pspec.xml b/util/shell/bash-completion/pspec.xml index a4b494bc11..cded07991a 100644 --- a/util/shell/bash-completion/pspec.xml +++ b/util/shell/bash-completion/pspec.xml @@ -12,7 +12,7 @@ app:console Programmable completion for bash A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters. - http://bash-completion.alioth.debian.org/files/bash-completion-2.1.tar.bz2 + https://github.com/scop/bash-completion/releases/download/2.4/bash-completion-2.4.tar.xz @@ -36,6 +36,13 @@ + + 2017-01-25 + 2.4 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2016-06-08 2.1 diff --git a/util/shell/dash/pspec.xml b/util/shell/dash/pspec.xml index 971caa2086..9a6b5e8445 100644 --- a/util/shell/dash/pspec.xml +++ b/util/shell/dash/pspec.xml @@ -12,7 +12,7 @@ app:console Small and fast POSIX-compliant shell DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. - http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz + http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.9.tar.gz @@ -25,6 +25,13 @@ + + 2017-01-25 + 0.5.9 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2016-06-08 0.5.8