From 126c6754bde40f0e12e9594f174208ce13000d31 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 30 Aug 2016 21:22:05 +0700 Subject: [PATCH] sbopkg and man pages: Change http -> https. Signed-off-by: Willy Sudiarto Raharjo --- src/usr/man/es/man8/sbopkg.8 | 4 ++-- src/usr/man/fr/man8/sbopkg.8 | 2 +- src/usr/man/man8/sbopkg.8 | 2 +- src/usr/sbin/sbopkg | 16 ++++++++-------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/usr/man/es/man8/sbopkg.8 b/src/usr/man/es/man8/sbopkg.8 index da26468..5a3a8f4 100644 --- a/src/usr/man/es/man8/sbopkg.8 +++ b/src/usr/man/es/man8/sbopkg.8 @@ -21,7 +21,7 @@ Slackware. su uso generalmente asume un entendemiento de SlackBuilds y el repositorio no oficial de SBo, especificamente. Para saber mas es recomendable leer -.I http://www.slackbuilds.org/howto/ +.I https://www.slackbuilds.org/howto/ y también leer en .I http://www.slackwiki.org las páginas sobre SlackBuilds. @@ -530,4 +530,4 @@ Esta traducci .PP Actualizado por Dhaby Xiloj el 06 de Enero de 2016. -.\" vim:set tw=72: \ No newline at end of file +.\" vim:set tw=72: diff --git a/src/usr/man/fr/man8/sbopkg.8 b/src/usr/man/fr/man8/sbopkg.8 index 35edb92..024b20c 100644 --- a/src/usr/man/fr/man8/sbopkg.8 +++ b/src/usr/man/fr/man8/sbopkg.8 @@ -22,7 +22,7 @@ L'utilisation de suppose une compréhension des scripts SlackBuild en général et du dépôt SlackBuilds.org en particulier. Il est fortement recommandé de lire attentivement -.I http://www.slackbuilds.org/howto/ +.I https://www.slackbuilds.org/howto/ et les pages traitant des scripts SlackBuild sur .I http://www.slackwiki.org .PP diff --git a/src/usr/man/man8/sbopkg.8 b/src/usr/man/man8/sbopkg.8 index 089ed97..7329ce0 100644 --- a/src/usr/man/man8/sbopkg.8 +++ b/src/usr/man/man8/sbopkg.8 @@ -21,7 +21,7 @@ packages. usage assumes an understanding of SlackBuilds, generally, and the third-party SBo repository, specifically. A thorough reading of -.I http://www.slackbuilds.org/howto/ +.I https://www.slackbuilds.org/howto/ and the pages at .I http://www.slackwiki.org about SlackBuilds is strongly advised. diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index f25f02f..f2f63d0 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -2395,7 +2395,7 @@ rsync_command() { echo "Rsync with the $REPO_DESC complete." echo echo "Importing $REPO_DESC GPG Key..." - gpg --quiet --fetch-key http://www.slackbuilds.org/GPG-KEY + gpg --quiet --fetch-key https://www.slackbuilds.org/GPG-KEY echo "Import done." echo echo "***SYNC COMPLETE***" @@ -4053,12 +4053,12 @@ check_for_latest() { # by Eric Hameleers which you can find at # http://www.slackware.com/~alien. Thanks, Eric! - local ORIGSCR=http://www.sbopkg.org/currentversion + local ORIGSCR=https://www.sbopkg.org/currentversion local CVRS=$SBOVER local NVRS=$(wget -T 10 -q -O - $ORIGSCR) - local NEWPKG=http://www.sbopkg.org/currentpackage + local NEWPKG=https://www.sbopkg.org/currentpackage local NEWSBOPKG=$(wget -T 10 -q -O - $NEWPKG) - local NEWDL=http://www.sbopkg.org/currentdownload + local NEWDL=https://www.sbopkg.org/currentdownload local NEWDLPKG=$(wget -T 10 -q -O - $NEWDL) local SBOPKGUP MSG REPLY @@ -4081,7 +4081,7 @@ check_for_latest() { fi if [[ $DIAG ]]; then dialog --title "Done" --msgbox "$(crunch "Checking \ - http://www.sbopkg.org for an update...\n\nYour version of \ + https://www.sbopkg.org for an update...\n\nYour version of \ sbopkg: $CVRS\n\nLatest version of sbopkg found on \ sbopkg.org: $NVRS\n\n$MSG")" 16 40 if [[ $? != 0 ]]; then @@ -4098,7 +4098,7 @@ check_for_latest() { fi else echo - echo "Checking http://www.sbopkg.org for an update..." + echo "Checking https://www.sbopkg.org for an update..." echo echo "Your version of sbopkg: $CVRS" echo @@ -4134,7 +4134,7 @@ check_for_latest() { \n\ \nYou can also view a complete ChangeLog.txt in the\ /usr/share/doc/sbopkg-$NVRS/ directory or online at:\ - \nhttp://www.sbopkg.org/changelog\ + \nhttps://www.sbopkg.org/changelog\ \n" if [[ $DIAG ]]; then read -n1 -ep "Press any key to continue: " @@ -4394,7 +4394,7 @@ help_item() { dialog --msgbox "$(crunch "For help with sbopkg, please read \ the manual pages sbopkg(8) and sbopkg.conf(5), the files in \ /usr/doc/sbopkg-$SBOVER/, join the mailing list at \ - http://sbopkg.org/mailman/listinfo/sbopkg-users, or join #sbopkg \ + https://sbopkg.org/mailman/listinfo/sbopkg-users, or join #sbopkg \ on freenode. If you've found a bug please report it to \ https://github.com/sbopkg/sbopkg/issues.")" 10 70 }