diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/build-ppa-nonstop cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/build-ppa-nonstop --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/build-ppa-nonstop 2016-06-26 13:25:42.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/build-ppa-nonstop 2016-06-26 16:07:33.000000000 +0000 @@ -158,6 +158,7 @@ echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Entering into debian directory and changing changelog"$ENDCOLOR echo -e $RED"##########################################################################"$ENDCOLOR +{ for f in /root/Desktop/src/*-*/debian; do [ -d $f ] && cd "$f" && @@ -176,71 +177,82 @@ -- Cyber Sec Mon, 09 Nov 2015 17:05:54 +0200" >> changelog done done +} &> /dev/null +{ - for f in /root/Desktop/src/*-*/debian/changelog - do - [ -d $f ] && cd "$f" && - find . -type f -executable -exec sed -i "s/parrot/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-bleeding-edge/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Kali/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Xubuntu/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/xubuntu/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-dev/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/sana/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-rolling/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-current/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Backbox/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/backbox/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/panto;/trusty;/g' changelog {} + &> /dev/null - wait + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/*; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/kali-dev/panto/g' * + sed -i -- 's/kali-rolling/panto/g' * + sed -i -- 's/kali-bleeding-edge/panto/g' * + sed -i -- 's/kali-moto/panto/g' * + sed -i -- 's/moto/panto/g' * + sed -i -- 's/kali-current/panto/g' * + sed -i -- 's/Kali/Panto/g' * + sed -i -- 's/kali/panto/g' * + sed -i -- 's/unstable/panto/g' * + sed -i -- 's/Xubuntu/Panto/g' * + sed -i -- 's/xubuntu/panto/g' * + sed -i -- 's/sana/panto/g' * + sed -i -- 's/Backbox/Panto/g' * + sed -i -- 's/backbox/Panto/g' * + sed -i -- 's/Parrot/Panto/g' * + sed -i -- 's/parrot/panto/g' * + sed -i -- 's/precise/Panto/g' * + sed -i -- 's/rarring/panto/g' * + perl -i -pe 's/kali-dev/panto/g' ./* + perl -i -pe 's/kali-rolling/panto/g' ./* + perl -i -pe 's/kali-bleeding-edge/panto/g' ./* + perl -i -pe 's/kali-moto/panto/g' ./* + perl -i -pe 's/moto/panto/g' ./* + perl -i -pe 's/kali-current/panto/g' ./* + perl -i -pe 's/Kali/Panto/g' ./* + perl -i -pe 's/kali/panto/g' ./* + perl -i -pe 's/unstable/panto/g' ./* + perl -i -pe 's/Xubuntu/Panto/g' ./* + perl -i -pe 's/xubuntu/panto/g' ./* + perl -i -pe 's/sana/panto/g' ./* + perl -i -pe 's/Backbox/Panto/g' ./* + perl -i -pe 's/backbox/Panto/g' ./* + fi done - + ) + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/changelog; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/panto/trusty/g' "$file" + fi + done +) + ( shopt -s globstar dotglob; for f in /root/Desktop/src/*-*/debian/control; do - [ -d $f ] && cd "$f" && - find . -type f -executable -exec sed -i "s/parrot/panto/g" changelog {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/parrot/panto/g' "$file" wait - find . -type f -executable -exec sed -i 's:Raphaël Hertzog:Cyber sec:g' control {} + &> /dev/null + sed -i -- 's:Raphaël Hertzog:Cyber sec:g' "$file" wait - find . -type f -executable -exec sed -i "s/Raffaele/Cyber/g" control {} + &> /dev/null + sed -i -- 's/Raffaele/Cyber/g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Maintainer: Devon Kearns /Maintainer: Cyber sec /g" control {} + &> /dev/null + sed -i -- 's/Maintainer: Devon Kearns /Maintainer: Cyber sec /g' "$file" + fi done - - for f in /root/Desktop/src/*-*/debian/source; +) + ( shopt -s globstar dotglob; + for f in /root/Desktop/src/*-*/debian/format; do - [ -d $f ] && cd "$f" && - for f in /root/Desktop/src/*-*/debian/source/format - do - find . -type f -executable -exec sed -i "s/quilt/native/g" format {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/quilt/native/g' "$file" wait + fi done - done +) +} &> /dev/null echo -ne $RED'+++++ (33%)\r'$ENDCOLOR sleep 0.5 diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/build-ppa.sh cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/build-ppa.sh --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/build-ppa.sh 2016-06-26 13:25:53.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/build-ppa.sh 2016-06-26 16:07:33.000000000 +0000 @@ -158,6 +158,7 @@ echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Entering into debian directory and changing changelog"$ENDCOLOR echo -e $RED"##########################################################################"$ENDCOLOR +{ for f in /root/Desktop/src/*-*/debian; do [ -d $f ] && cd "$f" && @@ -176,72 +177,82 @@ -- Cyber Sec Mon, 09 Nov 2015 17:05:54 +0200" >> changelog done done +} &> /dev/null +{ - for f in /root/Desktop/src/*-*/debian/changelog - do - [ -d $f ] && cd "$f" && - find . -type f -executable -exec sed -i "s/parrot/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-bleeding-edge/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Kali/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Xubuntu/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/xubuntu/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-dev/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/sana/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-rolling/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-current/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Backbox/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/backbox/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/panto;/trusty;/g' changelog {} + &> /dev/null - wait + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/*; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/kali-dev/panto/g' * + sed -i -- 's/kali-rolling/panto/g' * + sed -i -- 's/kali-bleeding-edge/panto/g' * + sed -i -- 's/kali-moto/panto/g' * + sed -i -- 's/moto/panto/g' * + sed -i -- 's/kali-current/panto/g' * + sed -i -- 's/Kali/Panto/g' * + sed -i -- 's/kali/panto/g' * + sed -i -- 's/unstable/panto/g' * + sed -i -- 's/Xubuntu/Panto/g' * + sed -i -- 's/xubuntu/panto/g' * + sed -i -- 's/sana/panto/g' * + sed -i -- 's/Backbox/Panto/g' * + sed -i -- 's/backbox/Panto/g' * + sed -i -- 's/Parrot/Panto/g' * + sed -i -- 's/parrot/panto/g' * + sed -i -- 's/precise/Panto/g' * + sed -i -- 's/rarring/panto/g' * + perl -i -pe 's/kali-dev/panto/g' ./* + perl -i -pe 's/kali-rolling/panto/g' ./* + perl -i -pe 's/kali-bleeding-edge/panto/g' ./* + perl -i -pe 's/kali-moto/panto/g' ./* + perl -i -pe 's/moto/panto/g' ./* + perl -i -pe 's/kali-current/panto/g' ./* + perl -i -pe 's/Kali/Panto/g' ./* + perl -i -pe 's/kali/panto/g' ./* + perl -i -pe 's/unstable/panto/g' ./* + perl -i -pe 's/Xubuntu/Panto/g' ./* + perl -i -pe 's/xubuntu/panto/g' ./* + perl -i -pe 's/sana/panto/g' ./* + perl -i -pe 's/Backbox/Panto/g' ./* + perl -i -pe 's/backbox/Panto/g' ./* + fi done - + ) + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/changelog; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/panto/trusty/g' "$file" + fi + done +) + ( shopt -s globstar dotglob; for f in /root/Desktop/src/*-*/debian/control; do - [ -d $f ] && cd "$f" && - find . -type f -executable -exec sed -i "s/parrot/panto/g" changelog {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/parrot/panto/g' "$file" wait - find . -type f -executable -exec sed -i 's:Raphaël Hertzog:Cyber sec:g' control {} + &> /dev/null + sed -i -- 's:Raphaël Hertzog:Cyber sec:g' "$file" wait - find . -type f -executable -exec sed -i "s/Raffaele/Cyber/g" control {} + &> /dev/null + sed -i -- 's/Raffaele/Cyber/g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Maintainer: Devon Kearns /Maintainer: Cyber sec /g" control {} + &> /dev/null + sed -i -- 's/Maintainer: Devon Kearns /Maintainer: Cyber sec /g' "$file" + fi done - - for f in /root/Desktop/src/*-*/debian/source; - do - [ -d $f ] && cd "$f" && - for f in /root/Desktop/src/*-*/debian/source/format +) + ( shopt -s globstar dotglob; + for f in /root/Desktop/src/*-*/debian/format; do - find . -type f -executable -exec sed -i "s/quilt/native/g" format {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/quilt/native/g' "$file" wait + fi done - done - +) +} &> /dev/null echo -ne $RED'+++++ (33%)\r'$ENDCOLOR sleep 0.5 echo -ne $YELLOW'++++++++++++ (66%)\r'$ENDCOLOR diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/debian-builder cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/debian-builder --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/debian-builder 2016-06-26 13:25:42.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/debian-builder 2016-06-26 16:41:27.000000000 +0000 @@ -154,25 +154,33 @@ do [ -d $f ] && cd "$f" && dch -i --create + ( shopt -s globstar dotglob; for f in /root/Desktop/src/*-*/debian/control; do - find . -type f -executable -exec sed -i 's:Raphaël Hertzog:Cyber sec:g' control {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/parrot/panto/g' "$file" wait - find . -type f -executable -exec sed -i "s/Raffaele/Cyber/g" control {} + &> /dev/null + sed -i -- 's:Raphaël Hertzog:Cyber sec:g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Raffaele/Cyber/g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Maintainer: Devon Kearns /Maintainer: Cyber sec /g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" + wait + sed -i -- 's/Maintainer: Devon Kearns /Maintainer: Cyber sec /g' "$file" + fi done - for f in /root/Desktop/src/*-*/debian/source; - do - [ -d $f ] && cd "$f" && - for f in /root/Desktop/src/*-*/debian/source/format +) + ( shopt -s globstar dotglob; + for f in /root/Desktop/src/*-*/debian/format; do - find . -type f -executable -exec sed -i "s/quilt/native/g" format {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/quilt/native/g' "$file" wait + fi + done +) echo -ne $RED'+++++ (33%)\r'$ENDCOLOR sleep 0.5 echo -ne $YELLOW'++++++++++++ (66%)\r'$ENDCOLOR @@ -182,8 +190,7 @@ echo -ne $GREEN'+++++++++++++++++++++++ (100%)\r'$ENDCOLOR echo -ne '\n' echo "Done !" - done - done + debuild -S -sa -k$key echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Rebuilding the source"$ENDCOLOR @@ -259,6 +266,7 @@ echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Entering into debian directory and changing changelog"$ENDCOLOR echo -e $RED"##########################################################################"$ENDCOLOR +{ for f in /root/Desktop/src/*-*/debian; do [ -d $f ] && cd "$f" && @@ -275,73 +283,84 @@ echo " * panto tools -- Cyber Sec Mon, 09 Nov 2015 17:05:54 +0200" >> changelog - wait - find . -type f -executable -exec sed -i "s/parrot/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-bleeding-edge/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Kali/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Xubuntu/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/xubuntu/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-dev/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/sana/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-rolling/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-current/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Backbox/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/backbox/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/panto;/trusty;/g' changelog {} + &> /dev/null - wait + done + done +} &> /dev/null +{ + + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/*; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/kali-dev/panto/g' * + sed -i -- 's/kali-rolling/panto/g' * + sed -i -- 's/kali-bleeding-edge/panto/g' * + sed -i -- 's/kali-moto/panto/g' * + sed -i -- 's/moto/panto/g' * + sed -i -- 's/kali-current/panto/g' * + sed -i -- 's/Kali/Panto/g' * + sed -i -- 's/kali/panto/g' * + sed -i -- 's/unstable/panto/g' * + sed -i -- 's/Xubuntu/Panto/g' * + sed -i -- 's/xubuntu/panto/g' * + sed -i -- 's/sana/panto/g' * + sed -i -- 's/Backbox/Panto/g' * + sed -i -- 's/backbox/Panto/g' * + sed -i -- 's/Parrot/Panto/g' * + sed -i -- 's/parrot/panto/g' * + sed -i -- 's/precise/Panto/g' * + sed -i -- 's/rarring/panto/g' * + perl -i -pe 's/kali-dev/panto/g' ./* + perl -i -pe 's/kali-rolling/panto/g' ./* + perl -i -pe 's/kali-bleeding-edge/panto/g' ./* + perl -i -pe 's/kali-moto/panto/g' ./* + perl -i -pe 's/moto/panto/g' ./* + perl -i -pe 's/kali-current/panto/g' ./* + perl -i -pe 's/Kali/Panto/g' ./* + perl -i -pe 's/kali/panto/g' ./* + perl -i -pe 's/unstable/panto/g' ./* + perl -i -pe 's/Xubuntu/Panto/g' ./* + perl -i -pe 's/xubuntu/panto/g' ./* + perl -i -pe 's/sana/panto/g' ./* + perl -i -pe 's/Backbox/Panto/g' ./* + perl -i -pe 's/backbox/Panto/g' ./* + fi + done + ) + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/changelog; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/panto/trusty/g' "$file" + fi + done +) + ( shopt -s globstar dotglob; for f in /root/Desktop/src/*-*/debian/control; do - find . -type f -executable -exec sed -i 's:Raphaël Hertzog:Cyber sec:g' control {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/parrot/panto/g' "$file" wait - find . -type f -executable -exec sed -i "s/Raffaele/Cyber/g" control {} + &> /dev/null + sed -i -- 's:Raphaël Hertzog:Cyber sec:g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Raffaele/Cyber/g' "$file" wait - find . -type f -executable -exec sed -i "s/Forte/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Maintainer: Devon Kearns /Maintainer: Cyber sec /g" control {} + &> /dev/null - for f in /root/Desktop/src/*-*/debian/source; - do - [ -d $f ] && cd "$f" && - for f in /root/Desktop/src/*-*/debian/source/format - do - find . -type f -executable -exec sed -i "s/quilt/native/g" format {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - echo -ne $RED'+++++ (33%)\r'$ENDCOLOR - sleep 0.5 - echo -ne $YELLOW'++++++++++++ (66%)\r'$ENDCOLOR - sleep 0.5 - echo -ne $port'++++++++++++++++++ (88%)\r'$ENDCOLOR - sleep 0.5 - echo -ne $GREEN'+++++++++++++++++++++++ (100%)\r'$ENDCOLOR - echo -ne '\n' - echo "Done !" - done - done - done + sed -i -- 's/Maintainer: Devon Kearns /Maintainer: Cyber sec /g' "$file" + fi done +) + ( shopt -s globstar dotglob; + for f in /root/Desktop/src/*-*/debian/format; + do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/quilt/native/g' "$file" + wait + fi done +) +} &> /dev/null debuild -S -sa -k$key echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Rebuilding the source"$ENDCOLOR diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/nonstop-builder cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/nonstop-builder --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Apt-Functions/nonstop-builder 2016-06-26 13:25:42.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Apt-Functions/nonstop-builder 2016-06-26 16:05:35.000000000 +0000 @@ -154,6 +154,7 @@ echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Entering into debian directory and changing changelog"$ENDCOLOR echo -e $RED"##########################################################################"$ENDCOLOR +{ for f in /root/Desktop/src/*-*/debian; do [ -d $f ] && cd "$f" && @@ -170,59 +171,84 @@ echo " * panto tools -- Cyber Sec Mon, 09 Nov 2015 17:05:54 +0200" >> changelog - wait - find . -type f -executable -exec sed -i "s/parrot/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/unstable/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/moto/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i "s/kali-bleeding-edge/panto/g" changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Kali/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Xubuntu/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/xubuntu/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-dev/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/sana/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-rolling/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/kali-current/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/Backbox/Panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/backbox/panto/g' changelog {} + &> /dev/null - wait - find . -type f -executable -exec sed -i 's/panto;/trusty;/g' changelog {} + &> /dev/null - wait + done + done +} &> /dev/null +{ + + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/*; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/kali-dev/panto/g' * + sed -i -- 's/kali-rolling/panto/g' * + sed -i -- 's/kali-bleeding-edge/panto/g' * + sed -i -- 's/kali-moto/panto/g' * + sed -i -- 's/moto/panto/g' * + sed -i -- 's/kali-current/panto/g' * + sed -i -- 's/Kali/Panto/g' * + sed -i -- 's/kali/panto/g' * + sed -i -- 's/unstable/panto/g' * + sed -i -- 's/Xubuntu/Panto/g' * + sed -i -- 's/xubuntu/panto/g' * + sed -i -- 's/sana/panto/g' * + sed -i -- 's/Backbox/Panto/g' * + sed -i -- 's/backbox/Panto/g' * + sed -i -- 's/Parrot/Panto/g' * + sed -i -- 's/parrot/panto/g' * + sed -i -- 's/precise/Panto/g' * + sed -i -- 's/rarring/panto/g' * + perl -i -pe 's/kali-dev/panto/g' ./* + perl -i -pe 's/kali-rolling/panto/g' ./* + perl -i -pe 's/kali-bleeding-edge/panto/g' ./* + perl -i -pe 's/kali-moto/panto/g' ./* + perl -i -pe 's/moto/panto/g' ./* + perl -i -pe 's/kali-current/panto/g' ./* + perl -i -pe 's/Kali/Panto/g' ./* + perl -i -pe 's/kali/panto/g' ./* + perl -i -pe 's/unstable/panto/g' ./* + perl -i -pe 's/Xubuntu/Panto/g' ./* + perl -i -pe 's/xubuntu/panto/g' ./* + perl -i -pe 's/sana/panto/g' ./* + perl -i -pe 's/Backbox/Panto/g' ./* + perl -i -pe 's/backbox/Panto/g' ./* + fi + done + ) + ( shopt -s globstar dotglob; + for file in /root/Desktop/src/*-*/debian/changelog; do + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/panto/trusty/g' "$file" + fi + done +) + ( shopt -s globstar dotglob; for f in /root/Desktop/src/*-*/debian/control; do - find . -type f -executable -exec sed -i 's:Devon Kearns:Cyber sec:g' control {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/parrot/panto/g' "$file" wait - find . -type f -executable -exec sed -i "s/Devon/Cyber/g" control {} + &> /dev/null + sed -i -- 's:Raphaël Hertzog:Cyber sec:g' "$file" wait - find . -type f -executable -exec sed -i "s/Sec/Sec/g" control {} + &> /dev/null + sed -i -- 's/Raffaele/Cyber/g' "$file" wait - find . -type f -executable -exec sed -i "s/Sec/Sec/g" control {} + &> /dev/null + sed -i -- 's/Forte/Sec/g' "$file" wait - find . -type f -executable -exec sed -i "s/Maintainer: Devon Kearns /Maintainer: Cyber sec /g" control {} + &> /dev/null - for f in /root/Desktop/src/*-*/debian/source; - do - [ -d $f ] && cd "$f" && - for f in /root/Desktop/src/*-*/debian/source/format + sed -i -- 's/Forte/Sec/g' "$file" + wait + sed -i -- 's/Maintainer: Devon Kearns /Maintainer: Cyber sec /g' "$file" + fi + done +) + ( shopt -s globstar dotglob; + for f in /root/Desktop/src/*-*/debian/format; do - find . -type f -executable -exec sed -i "s/quilt/native/g" format {} + &> /dev/null + if [[ -f $file ]] && [[ -w $file ]]; then + sed -i -- 's/quilt/native/g' "$file" wait + fi + done +) +} &> /dev/null echo -ne $RED'+++++ (33%)\r'$ENDCOLOR sleep 0.5 echo -ne $YELLOW'++++++++++++ (66%)\r'$ENDCOLOR @@ -232,11 +258,7 @@ echo -ne $GREEN'+++++++++++++++++++++++ (100%)\r'$ENDCOLOR echo -ne '\n' echo "Done !" - done - done - done - done - done + debuild -S -sa -k$key echo -e $RED"##########################################################################"$ENDCOLOR echo -e $port"Rebuilding the source"$ENDCOLOR diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/control cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/control --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/control 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/control 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,10 @@ + +Package: nexpose +Version: 5.2 +Section: base +Priority: optional +Architecture: amd64 +Depends: libstdc++5 (>= 1:3.3.6-20) +Maintainer: Brandon Perry +Description: NeXpose Community Edition + This is the NeXpose Community Edition installer diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/postinst cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/postinst --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/postinst 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/postinst 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,38 @@ +#!/bin/bash + +echo "What is your first name?" +read FIRSTNAME + +echo "What is your last name?" +read LASTNAME + +echo "What company are you installing this for?" +read COMPANY + +echo "What do you want your username to be?" +read USERNAME + +echo "What do you want your password to be?" +read PASSWORD1 + +echo "Verify password:" +read PASSWORD2 + +while [ $PASSWORD1 != $PASSWORD2 ] +do + echo "***PASSWORDS DO NOT MATCH***" + echo "What do you want your password to be?" + read PASSWORD1 + + echo "Verify password:" + read PASSWORD2 +done + +/tmp/NeXposeSetup-Linux64.bin -overwrite -q -Vfirstname="$FIRSTNAME" -Vlastname="$LASTNAME" -Vcompany="$COMPANY" -Vusername="$USERNAME" -Vpassword1="$PASSWORD1" -Vpassword2="$PASSWORD2" -Vsys.component.typical\$Boolean=true -Vsys.component.engine\$Boolean=false -VinitService\$Boolean=false + +echo "Removing Nexpose from startup...." +update-rc.d -f nexposeconsole.rc remove > /dev/null + +echo -e "Please run: \n\t'cd /opt/rapid7/nexpose/nsc/ && sh ./nsc.sh'\n\nto start NeXpose for the first time. This initial startup may take several minutes depending on your hardware setup." + +exit 0 diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/preinst cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/preinst --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/preinst 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_amd64/DEBIAN/preinst 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,21 @@ +#!/bin/bash + +TMPSPACE=`df /tmp/ | grep ^/dev/ | sed 's/ */\ /g' | cut -d " " -f4` +ROOTSPACE=`df / | grep ^/dev/ | sed 's/ */\ /g' | cut -d " " -f4` + +TMPSPACE=`echo "$TMPSPACE/1000/1000" | bc` +ROOTSPACE=`echo "$ROOTSPACE/1000/1000" | bc` + +if [ $TMPSPACE -lt 1 ] +then + echo "Not enough space in /tmp. Bailing." + exit 255 +fi + +if [ $ROOTSPACE -lt 5 ] +then + echo "Not enough space in /. Bailing." + exit 255 +fi + +exit 0 diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/control cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/control --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/control 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/control 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,10 @@ + +Package: nexpose +Version: 5.2 +Section: base +Priority: optional +Architecture: i386 +Depends: libstdc++5 (>= 1:3.3.6-20) +Maintainer: Brandon Perry +Description: NeXpose Community Edition + This is the NeXpose Community Edition installer diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/postinst cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/postinst --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/postinst 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/postinst 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,38 @@ +#!/bin/bash + +echo "What is your first name?" +read FIRSTNAME + +echo "What is your last name?" +read LASTNAME + +echo "What company are you installing this for?" +read COMPANY + +echo "What do you want your username to be?" +read USERNAME + +echo "What do you want your password to be?" +read PASSWORD1 + +echo "Verify password:" +read PASSWORD2 + +while [ $PASSWORD1 != $PASSWORD2 ] +do + echo "***PASSWORDS DO NOT MATCH***" + echo "What do you want your password to be?" + read PASSWORD1 + + echo "Verify password:" + read PASSWORD2 +done + +/tmp/NeXposeSetup-Linux32.bin -overwrite -q -Vfirstname="$FIRSTNAME" -Vlastname="$LASTNAME" -Vcompany="$COMPANY" -Vusername="$USERNAME" -Vpassword1="$PASSWORD1" -Vpassword2="$PASSWORD2" -Vsys.component.typical\$Boolean=true -Vsys.component.engine\$Boolean=false -VinitService\$Boolean=false + +echo "Removing Nexpose from startup...." +update-rc.d -f nexposeconsole.rc remove > /dev/null + +echo -e "Please run: \n\t'cd /opt/rapid7/nexpose/nsc/ && sh ./nsc.sh'\n\nto start NeXpose for the first time. This initial startup may take several minutes depending on your hardware setup." + +exit 0 diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/preinst cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/preinst --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/preinst 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/nexpose-5.2_i386/DEBIAN/preinst 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,21 @@ +#!/bin/bash + +TMPSPACE=`df /tmp/ | grep ^/dev/ | sed 's/ */\ /g' | cut -d " " -f4` +ROOTSPACE=`df / | grep ^/dev/ | sed 's/ */\ /g' | cut -d " " -f4` + +TMPSPACE=`echo "$TMPSPACE/1000/1000" | bc` +ROOTSPACE=`echo "$ROOTSPACE/1000/1000" | bc` + +if [ $TMPSPACE -lt 1 ] +then + echo "Not enough space in /tmp. Bailing." + exit 255 +fi + +if [ $ROOTSPACE -lt 5 ] +then + echo "Not enough space in /. Bailing." + exit 255 +fi + +exit 0 diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/README cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/README --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/README 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Extra-Tools-Functions/Nexpose-Install-Scripts/README 2016-06-25 19:51:06.000000000 +0000 @@ -0,0 +1,10 @@ +Please change globs to the nexpose version we are dealing with. + +0. git clone git://github.com/bperry-r7/Nexpose-Install-Scripts.git +1. cd Nexpose-Install-Scripts/ +2. mkdir nexpose*/tmp +3. wget http://download2.rapid7.com/download/NeXpose-v4/NeXposeSetup-Linux64.bin *amd64/tmp +4. wget http://download2.rapid7.com/download/NeXpose-v4/NeXposeSetup-Linux32.bin *i386/tmp +5. dpkg-deb --build nexpose* + + diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/Fixes/fix-alias cybersec-panto-functions-7.9panto/.CyberSec-Functions/Fixes/fix-alias --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/Fixes/fix-alias 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/Fixes/fix-alias 2016-05-27 15:05:32.000000000 +0000 @@ -0,0 +1,36 @@ +#!/bin/bash +clear +#Colors +shopt -s expand_aliases +dgrey="\033[0;34m" +port="\033[0;33m" +RED="\033[1;31m" +GREEN="\033[2;32m" +YELLOW="\033[1;33m" +BLUE="\033[1;34m" +RED="\033[0;31m" +ENDCOLOR="\033[0m" + +echo -e $RED"######################################################################"$ENDCOLOR; +echo -e $GREEN" Cyber Sec Presents : "$ENDCOLOR; +echo -e $RED"######################################################################"$ENDCOLOR; +echo -e $RED" ( ( "$ENDCOLOR; +echo -e $RED" ( ) )\ ) )\ ) "$ENDCOLOR; +echo -e $YELLOW" )\ ( ( /( ( ( (()/( ( ( ( (()/( ( "$ENDCOLOR; +echo -e $RED" (((_))\ ) )\()) ))\ )( /(_)) ))\ ( ))\ )( /(_)) ))\ ( "$ENDCOLOR; +echo -e $YELLOW")\__(()/(((_)\ /((_|()\ (_)) /((_))\ /((_|()\ (_)) /((_))\ "$ENDCOLOR; +echo -e $BLUE" ██████╗██╗ ██╗██████╗ ███████╗██████╗ ███████╗███████╗ ██████╗"$ENDCOLOR; +echo -e $BLUE"██╔════╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗ ██╔════╝██╔════╝██╔════╝"$ENDCOLOR; +echo -e $BLUE"██║ ╚████╔╝ ██████╔╝█████╗ ██████╔╝ ███████╗█████╗ ██║ "$ENDCOLOR; +echo -e $BLUE"██║ ╚██╔╝ ██╔══██╗██╔══╝ ██╔══██╗ ╚════██║██╔══╝ ██║ "$ENDCOLOR; +echo -e $BLUE"╚██████╗ ██║ ██████╔╝███████╗██║ ██║ ███████║███████╗╚██████╗"$ENDCOLOR; +echo -e $BLUE" ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝╚══════╝ ╚═════╝"$ENDCOLOR; +echo -e $RED"######################################################################"$ENDCOLOR; +echo -e $YELLOW" Custom scripts by Shadow_Ninja "$ENDCOLOR; +echo -e $BLUE" Panto Linux "$ENDCOLOR; +echo -e $YELLOW" All rights reserved to Black Hat Sec."$ENDCOLOR; +echo -e $GREEN" http://blackhatsec.org "$ENDCOLOR; +echo -e $RED"######################################################################"$ENDCOLOR; +echo fix-alias function | festival --tts +###add here you gode +echo done | festival --tts diff -Nru cybersec-panto-functions-7.8panto/.CyberSec-Functions/System-Functions/System/delete-old-kernels cybersec-panto-functions-7.9panto/.CyberSec-Functions/System-Functions/System/delete-old-kernels --- cybersec-panto-functions-7.8panto/.CyberSec-Functions/System-Functions/System/delete-old-kernels 1970-01-01 00:00:00.000000000 +0000 +++ cybersec-panto-functions-7.9panto/.CyberSec-Functions/System-Functions/System/delete-old-kernels 2016-05-07 21:01:48.000000000 +0000 @@ -0,0 +1,37 @@ +#!/bin/bash +clear +#Colors +shopt -s expand_aliases +dgrey="\033[0;34m" +port="\033[0;33m" +RED="\033[1;31m" +GREEN="\033[2;32m" +YELLOW="\033[1;33m" +BLUE="\033[1;34m" +RED="\033[0;31m" +ENDCOLOR="\033[0m" + +echo -e $RED"######################################################################"$ENDCOLOR; +echo -e $GREEN" Cyber Sec Presents : "$ENDCOLOR; +echo -e $RED"######################################################################"$ENDCOLOR; +echo -e $RED" ( ( "$ENDCOLOR; +echo -e $RED" ( ) )\ ) )\ ) "$ENDCOLOR; +echo -e $YELLOW" )\ ( ( /( ( ( (()/( ( ( ( (()/( ( "$ENDCOLOR; +echo -e $RED" (((_))\ ) )\()) ))\ )( /(_)) ))\ ( ))\ )( /(_)) ))\ ( "$ENDCOLOR; +echo -e $YELLOW")\__(()/(((_)\ /((_|()\ (_)) /((_))\ /((_|()\ (_)) /((_))\ "$ENDCOLOR; +echo -e $BLUE" ██████╗██╗ ██╗██████╗ ███████╗██████╗ ███████╗███████╗ ██████╗"$ENDCOLOR; +echo -e $BLUE"██╔════╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗ ██╔════╝██╔════╝██╔════╝"$ENDCOLOR; +echo -e $BLUE"██║ ╚████╔╝ ██████╔╝█████╗ ██████╔╝ ███████╗█████╗ ██║ "$ENDCOLOR; +echo -e $BLUE"██║ ╚██╔╝ ██╔══██╗██╔══╝ ██╔══██╗ ╚════██║██╔══╝ ██║ "$ENDCOLOR; +echo -e $BLUE"╚██████╗ ██║ ██████╔╝███████╗██║ ██║ ███████║███████╗╚██████╗"$ENDCOLOR; +echo -e $BLUE" ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝╚══════╝ ╚═════╝"$ENDCOLOR; +echo -e $RED"######################################################################"$ENDCOLOR; +echo -e $YELLOW" Custom scripts by Shadow_Ninja "$ENDCOLOR; +echo -e $BLUE" Panto Linux "$ENDCOLOR; +echo -e $YELLOW" All rights reserved to Black Hat Sec."$ENDCOLOR; +echo -e $GREEN" http://blackhatsec.org "$ENDCOLOR; +echo -e $RED"######################################################################"$ENDCOLOR; +echo delete old kernels function | festival --tts +echo -e $BLUE"Removing old kernels and headers not needed by the system"$ENDCOLOR +dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge +echo done | festival --tts diff -Nru cybersec-panto-functions-7.8panto/debian/changelog cybersec-panto-functions-7.9panto/debian/changelog --- cybersec-panto-functions-7.8panto/debian/changelog 2016-06-26 13:29:25.000000000 +0000 +++ cybersec-panto-functions-7.9panto/debian/changelog 2016-06-26 16:56:26.000000000 +0000 @@ -1,4 +1,4 @@ -cybersec-panto-functions (7.8panto) trusty; urgency=low +cybersec-panto-functions (7.9panto) trusty; urgency=low * panto-functions fixed (some).