Use https in sudo.ws urls
This commit is contained in:
@@ -76,7 +76,7 @@ MSGFMT = msgfmt
|
|||||||
MSGMERGE = msgmerge
|
MSGMERGE = msgmerge
|
||||||
XGETTEXT = xgettext
|
XGETTEXT = xgettext
|
||||||
XGETTEXT_OPTS = -F -k_ -kN_ -kU_ --copyright-holder="Todd C. Miller" \
|
XGETTEXT_OPTS = -F -k_ -kN_ -kU_ --copyright-holder="Todd C. Miller" \
|
||||||
"--msgid-bugs-address=http://www.sudo.ws/bugs" \
|
"--msgid-bugs-address=https://bugzilla.sudo.ws" \
|
||||||
--package-name=@PACKAGE_NAME@ --package-version=$(VERSION) \
|
--package-name=@PACKAGE_NAME@ --package-version=$(VERSION) \
|
||||||
--flag warning:1:c-format --flag warningx:1:c-format \
|
--flag warning:1:c-format --flag warningx:1:c-format \
|
||||||
--flag fatal:1:c-format --flag fatalx:1:c-format \
|
--flag fatal:1:c-format --flag fatalx:1:c-format \
|
||||||
|
16
README
16
README
@@ -9,7 +9,7 @@ Where to find sudo
|
|||||||
Before you try and build sudo, *please* make sure you have the current
|
Before you try and build sudo, *please* make sure you have the current
|
||||||
version. The latest sudo may always be gotten via anonymous ftp from
|
version. The latest sudo may always be gotten via anonymous ftp from
|
||||||
ftp.sudo.ws in the directory /pub/sudo/ or from the sudo web site,
|
ftp.sudo.ws in the directory /pub/sudo/ or from the sudo web site,
|
||||||
http://www.sudo.ws/
|
https://www.sudo.ws/
|
||||||
|
|
||||||
The distribution is sudo-M.m.tar.gz where `M' is the major version
|
The distribution is sudo-M.m.tar.gz where `M' is the major version
|
||||||
number and `m' is the minor version number. BETA versions of sudo may
|
number and `m' is the minor version number. BETA versions of sudo may
|
||||||
@@ -21,7 +21,7 @@ What's new
|
|||||||
See the NEWS file for a list of major changes in this release.
|
See the NEWS file for a list of major changes in this release.
|
||||||
For a complete list of changes, see the ChangeLog file. For a
|
For a complete list of changes, see the ChangeLog file. For a
|
||||||
summary of major changes to the current stable release, see the web
|
summary of major changes to the current stable release, see the web
|
||||||
page, http://www.sudo.ws/sudo/stable.html.
|
page, https://www.sudo.ws/stable.html.
|
||||||
|
|
||||||
If you are upgrading from an earlier version of Sudo, please see
|
If you are upgrading from an earlier version of Sudo, please see
|
||||||
the UPGRADE file in the doc directory.
|
the UPGRADE file in the doc directory.
|
||||||
@@ -43,17 +43,17 @@ Mailing lists
|
|||||||
=============
|
=============
|
||||||
sudo-announce This list receives announcements whenever a new version
|
sudo-announce This list receives announcements whenever a new version
|
||||||
of sudo is released.
|
of sudo is released.
|
||||||
http://www.sudo.ws/mailman/listinfo/sudo-announce
|
https://www.sudo.ws/mailman/listinfo/sudo-announce
|
||||||
|
|
||||||
sudo-users This list is for questions and general discussion about sudo.
|
sudo-users This list is for questions and general discussion about sudo.
|
||||||
http://www.sudo.ws/mailman/listinfo/sudo-users
|
https://www.sudo.ws/mailman/listinfo/sudo-users
|
||||||
|
|
||||||
sudo-workers This list is for people working on and porting sudo.
|
sudo-workers This list is for people working on and porting sudo.
|
||||||
http://www.sudo.ws/mailman/listinfo/sudo-workers
|
https://www.sudo.ws/mailman/listinfo/sudo-workers
|
||||||
|
|
||||||
sudo-commits This list receives a message for each commit made to
|
sudo-commits This list receives a message for each commit made to
|
||||||
the sudo source repository.
|
the sudo source repository.
|
||||||
http://www.sudo.ws/mailman/listinfo/sudo-commits
|
https://www.sudo.ws/mailman/listinfo/sudo-commits
|
||||||
|
|
||||||
To subscribe to a list, visit its url (as listed above) and enter
|
To subscribe to a list, visit its url (as listed above) and enter
|
||||||
your email address to subscribe. Digest versions are available but
|
your email address to subscribe. Digest versions are available but
|
||||||
@@ -65,14 +65,14 @@ for the appropriate links.
|
|||||||
|
|
||||||
Web page
|
Web page
|
||||||
========
|
========
|
||||||
There is a sudo web page at http://www.sudo.ws/ that contains an
|
There is a sudo web page at https://www.sudo.ws/ that contains an
|
||||||
overview of sudo, documentation, downloads, a bug tracker, information
|
overview of sudo, documentation, downloads, a bug tracker, information
|
||||||
about beta versions and other useful info.
|
about beta versions and other useful info.
|
||||||
|
|
||||||
Bug reports
|
Bug reports
|
||||||
===========
|
===========
|
||||||
If you have found what you believe to be a bug, you can file a bug
|
If you have found what you believe to be a bug, you can file a bug
|
||||||
report in the sudo bug database, on the web at http://www.sudo.ws/bugs/.
|
report in the sudo bug database, on the web at https://bugzilla.sudo.ws/.
|
||||||
|
|
||||||
Please read over the `TROUBLESHOOTING' file in the doc directory *before*
|
Please read over the `TROUBLESHOOTING' file in the doc directory *before*
|
||||||
submitting a bug report. When reporting bugs, please be sure to include
|
submitting a bug report. When reporting bugs, please be sure to include
|
||||||
|
12
configure
vendored
12
configure
vendored
@@ -2,7 +2,7 @@
|
|||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69 for sudo 1.8.16.
|
# Generated by GNU Autoconf 2.69 for sudo 1.8.16.
|
||||||
#
|
#
|
||||||
# Report bugs to <https://www.sudo.ws/bugs/>.
|
# Report bugs to <https://bugzilla.sudo.ws/>.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||||
@@ -275,7 +275,7 @@ fi
|
|||||||
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
||||||
else
|
else
|
||||||
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
||||||
$0: https://www.sudo.ws/bugs/ about your system, including
|
$0: https://bugzilla.sudo.ws/ about your system, including
|
||||||
$0: any error possibly output before this message. Then
|
$0: any error possibly output before this message. Then
|
||||||
$0: install a modern shell, or manually run the script
|
$0: install a modern shell, or manually run the script
|
||||||
$0: under such a shell if you do have one."
|
$0: under such a shell if you do have one."
|
||||||
@@ -592,7 +592,7 @@ PACKAGE_NAME='sudo'
|
|||||||
PACKAGE_TARNAME='sudo'
|
PACKAGE_TARNAME='sudo'
|
||||||
PACKAGE_VERSION='1.8.16'
|
PACKAGE_VERSION='1.8.16'
|
||||||
PACKAGE_STRING='sudo 1.8.16'
|
PACKAGE_STRING='sudo 1.8.16'
|
||||||
PACKAGE_BUGREPORT='https://www.sudo.ws/bugs/'
|
PACKAGE_BUGREPORT='https://bugzilla.sudo.ws/'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
ac_unique_file="src/sudo.c"
|
ac_unique_file="src/sudo.c"
|
||||||
@@ -1772,7 +1772,7 @@ Some influential environment variables:
|
|||||||
Use these variables to override the choices made by `configure' or to help
|
Use these variables to override the choices made by `configure' or to help
|
||||||
it to find libraries and programs with nonstandard names/locations.
|
it to find libraries and programs with nonstandard names/locations.
|
||||||
|
|
||||||
Report bugs to <https://www.sudo.ws/bugs/>.
|
Report bugs to <https://bugzilla.sudo.ws/>.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
fi
|
fi
|
||||||
@@ -1995,7 +1995,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >
|
|||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
||||||
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
||||||
( $as_echo "## ---------------------------------------- ##
|
( $as_echo "## ---------------------------------------- ##
|
||||||
## Report this to https://www.sudo.ws/bugs/ ##
|
## Report this to https://bugzilla.sudo.ws/ ##
|
||||||
## ---------------------------------------- ##"
|
## ---------------------------------------- ##"
|
||||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||||
;;
|
;;
|
||||||
@@ -24761,7 +24761,7 @@ $config_headers
|
|||||||
Configuration commands:
|
Configuration commands:
|
||||||
$config_commands
|
$config_commands
|
||||||
|
|
||||||
Report bugs to <https://www.sudo.ws/bugs/>."
|
Report bugs to <https://bugzilla.sudo.ws/>."
|
||||||
|
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
|
@@ -4,7 +4,7 @@ dnl
|
|||||||
dnl Copyright (c) 1994-1996,1998-2015 Todd C. Miller <Todd.Miller@courtesan.com>
|
dnl Copyright (c) 1994-1996,1998-2015 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
dnl
|
dnl
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([sudo], [1.8.16], [https://www.sudo.ws/bugs/], [sudo])
|
AC_INIT([sudo], [1.8.16], [https://bugzilla.sudo.ws/], [sudo])
|
||||||
AC_CONFIG_HEADER([config.h pathnames.h])
|
AC_CONFIG_HEADER([config.h pathnames.h])
|
||||||
AC_CONFIG_SRCDIR([src/sudo.c])
|
AC_CONFIG_SRCDIR([src/sudo.c])
|
||||||
dnl
|
dnl
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Verify that all command tags are parsed OK.
|
# Verify that all command tags are parsed OK.
|
||||||
# See http://www.sudo.ws/bugs/show_bug.cgi?id=437
|
# See https://bugzilla.sudo.ws/show_bug.cgi?id=437
|
||||||
#
|
#
|
||||||
user1 ALL = LOG_INPUT: LOG_OUTPUT: /usr/bin/su -:\
|
user1 ALL = LOG_INPUT: LOG_OUTPUT: /usr/bin/su -:\
|
||||||
ALL = NOLOG_INPUT: NOLOG_OUTPUT: /usr/bin/id
|
ALL = NOLOG_INPUT: NOLOG_OUTPUT: /usr/bin/id
|
||||||
|
6
sudo.pp
6
sudo.pp
@@ -44,7 +44,7 @@ still allow people to get their work done."
|
|||||||
pp_rpm_release="`expr \( $version : '.*p\([0-9][0-9]*\)$' \| 0 \) + 1`"
|
pp_rpm_release="`expr \( $version : '.*p\([0-9][0-9]*\)$' \| 0 \) + 1`"
|
||||||
pp_rpm_version="`expr \( $version : '\(.*\)p[0-9][0-9]*$' \| $version \)`"
|
pp_rpm_version="`expr \( $version : '\(.*\)p[0-9][0-9]*$' \| $version \)`"
|
||||||
pp_rpm_license="BSD"
|
pp_rpm_license="BSD"
|
||||||
pp_rpm_url="http://www.sudo.ws/"
|
pp_rpm_url="https://www.sudo.ws/"
|
||||||
pp_rpm_group="Applications/System"
|
pp_rpm_group="Applications/System"
|
||||||
pp_rpm_packager="Todd C. Miller <Todd.Miller@courtesan.com>"
|
pp_rpm_packager="Todd C. Miller <Todd.Miller@courtesan.com>"
|
||||||
if test -n "$linux_audit"; then
|
if test -n "$linux_audit"; then
|
||||||
@@ -263,8 +263,8 @@ still allow people to get their work done."
|
|||||||
cp -p %{pp_wrkdir}/%{name}/DEBIAN/control %{pp_wrkdir}/%{name}/DEBIAN/control.$$
|
cp -p %{pp_wrkdir}/%{name}/DEBIAN/control %{pp_wrkdir}/%{name}/DEBIAN/control.$$
|
||||||
sed "s/^\(Depends:.*\) *$/\1, ${DEPENDS}/" %{pp_wrkdir}/%{name}/DEBIAN/control.$$ > %{pp_wrkdir}/%{name}/DEBIAN/control
|
sed "s/^\(Depends:.*\) *$/\1, ${DEPENDS}/" %{pp_wrkdir}/%{name}/DEBIAN/control.$$ > %{pp_wrkdir}/%{name}/DEBIAN/control
|
||||||
rm -f %{pp_wrkdir}/%{name}/DEBIAN/control.$$
|
rm -f %{pp_wrkdir}/%{name}/DEBIAN/control.$$
|
||||||
echo "Homepage: http://www.sudo.ws/sudo/" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
echo "Homepage: https://www.sudo.ws/" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
||||||
echo "Bugs: http://www.sudo.ws/bugs/" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
echo "Bugs: https://bugzilla.sudo.ws" >> %{pp_wrkdir}/%{name}/DEBIAN/control
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%if X"$parentdirs" != X""
|
%if X"$parentdirs" != X""
|
||||||
|
Reference in New Issue
Block a user