Skip to content

Commit

Permalink
Update 6 packages
Browse files Browse the repository at this point in the history
libksba (1.6.6-1 -> 1.6.7-1)
openssh (9.7p1-1 -> 9.8p1-1)
perl-HTTP-Message (6.45-1 -> 6.46-1)
perl-URI (5.21-1 -> 5.28-1)
perl-libwww (6.72-1 -> 6.77-1)
xmlto (0.0.28-4 -> 0.0.29-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jul 2, 2024
1 parent e4296fb commit 8b41be9
Show file tree
Hide file tree
Showing 200 changed files with 1,207 additions and 642 deletions.
922 changes: 468 additions & 454 deletions etc/ssh/moduli

Large diffs are not rendered by default.

Binary file modified usr/bin/msys-ksba-8.dll
Binary file not shown.
Binary file modified usr/bin/scp.exe
Binary file not shown.
Binary file modified usr/bin/sftp.exe
Binary file not shown.
Binary file modified usr/bin/ssh-add.exe
Binary file not shown.
Binary file modified usr/bin/ssh-agent.exe
Binary file not shown.
Binary file modified usr/bin/ssh-keygen.exe
Binary file not shown.
Binary file modified usr/bin/ssh-keyscan.exe
Binary file not shown.
Binary file modified usr/bin/ssh.exe
Binary file not shown.
Binary file modified usr/bin/sshd.exe
Binary file not shown.
9 changes: 5 additions & 4 deletions usr/bin/vendor_perl/lwp-request
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ B<lwp-request> [B<-afPuUsSedvhx>] [B<-m> I<method>] [B<-b> I<base URL>] [B<-t> I
=head1 DESCRIPTION
This program can be used to send requests to WWW servers and your
local file system. The request content for POST and PUT
local file system. The request content for POST, PUT and PATCH
methods is read from stdin. The content of the response is printed on
stdout. Error messages are printed on stderr. The program returns a
status value indicating the number of URLs that failed.
Expand Down Expand Up @@ -57,7 +57,7 @@ L<HTTP::Date> for recognized formats.
=item -c <content-type>
Set the Content-Type for the request. This option is only allowed for
requests that take a content, i.e. POST and PUT. You can
requests that take a content, i.e. POST, PUT and PATCH. You can
force methods to take content by using the C<-f> option together with
C<-c>. The default Content-Type for POST is
C<application/x-www-form-urlencoded>. The default Content-type for
Expand Down Expand Up @@ -210,6 +210,7 @@ my %allowed_methods = (
HEAD => "",
POST => "C",
PUT => "C",
PATCH => "C",
DELETE => "",
TRACE => "",
OPTIONS => "",
Expand Down Expand Up @@ -270,7 +271,7 @@ my @getopt_args = (
'b=s', # base url
't=s', # timeout
'i=s', # if-modified-since
'c=s', # content type for POST
'c=s', # content type for POST, PUT and PATCH
'C=s', # credentials for basic authorization
'H=s@', # extra headers, form "Header: value string"
#
Expand Down Expand Up @@ -538,7 +539,7 @@ Usage: $progname [-options] <url>...
-b <base> Use the specified URL as base
-t <timeout> Set timeout value
-i <time> Set the If-Modified-Since header on the request
-c <conttype> use this content-type for POST, PUT, CHECKIN
-c <conttype> use this content-type for POST, PUT, PATCH
-a Use text mode for content I/O
-p <proxyurl> use this as a proxy
-P don't load proxy settings from environment
Expand Down
Binary file modified usr/bin/xmlif.exe
Binary file not shown.
32 changes: 16 additions & 16 deletions usr/bin/xmlto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/bash
#
# xmlto - apply an XSL stylesheet to an XML document
# Copyright (C) 2001, 2002, 2003 Tim Waugh <[email protected]>
Expand All @@ -17,16 +17,16 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.

# Utilities that we need that aren't everywhere
FIND=find # This must be GNU find (need -maxdepth)
MKTEMP=mktemp # See http://www.mktemp.org if missing on your system
BASH=/bin/sh # GNU bash, for running the format scripts
GETOPT=getopt # a getopt that supports --longoptions
TAIL=/usr/bin/tail # a tail that supports -n (posix)
GREP=/usr/bin/grep # GNU grep, for searching patterns
SED=/usr/bin/sed # GNU sed, for modification of patterns
FIND=find # This must be GNU find (need -maxdepth)
MKTEMP=mktemp # See http://www.mktemp.org if missing on your system
BASH=/usr/bin/bash # GNU bash, for running the format scripts
GETOPT=getopt # a getopt that supports --longoptions
TAIL=/usr/bin/tail # a tail that supports -n (posix)
GREP=/usr/bin/grep # GNU grep, for searching patterns
SED=/usr/bin/sed # GNU sed, for modification of patterns

version () {
echo "xmlto version 0.0.28"
echo "xmlto version 0.0.29"
}

usage () {
Expand Down Expand Up @@ -272,13 +272,13 @@ then
USE_BACKEND=DEFAULT
fi

LINKS_PATH=elinks
W3M_PATH=w3m
LYNX_PATH=lynx
GCP_PATH=/usr/bin/cp
SED_PATH=/usr/bin/sed
GREP_PATH=/usr/bin/grep
ZIP_PATH=zip
LINKS_PATH=$(command -v elinks || command -v links)
W3M_PATH=$(command -v w3m)
LYNX_PATH=$(command -v lynx)
GCP_PATH=$(command -v cp)
SED_PATH=$(command -v sed)
GREP_PATH=$(command -v grep)
ZIP_PATH=$(command -v zip)

# Process any options
ARGS=$(${GETOPT} \
Expand Down
Binary file modified usr/lib/ssh/sftp-server.exe
Binary file not shown.
Binary file modified usr/lib/ssh/ssh-keysign.exe
Binary file not shown.
Binary file modified usr/lib/ssh/ssh-pkcs11-helper.exe
Binary file not shown.
Binary file modified usr/lib/ssh/ssh-sk-helper.exe
Binary file not shown.
Binary file added usr/lib/ssh/sshd-session.exe
Binary file not shown.
96 changes: 91 additions & 5 deletions usr/share/aclocal/ksba.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ksba.m4 - autoconf macro to detect ksba
# Copyright (C) 2002, 2018 g10 Code GmbH
# Copyright (C) 2002, 2018, 2024 g10 Code GmbH
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
Expand All @@ -9,20 +9,106 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# Last-changed: 2022-11-01
# Last-changed: 2024-06-13

dnl
dnl Find gpgrt-config, which uses .pc file
dnl (minimum pkg-config functionality, supporting cross build)
dnl
dnl _AM_PATH_GPGRT_CONFIG
AC_DEFUN([_AM_PATH_GPGRT_CONFIG],[dnl
AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH])
if test "$GPGRT_CONFIG" != "no"; then
# Determine gpgrt_libdir
#
# Get the prefix of gpgrt-config assuming it's something like:
# <PREFIX>/bin/gpgrt-config
gpgrt_prefix=${GPGRT_CONFIG%/*/*}
possible_libdir1=${gpgrt_prefix}/lib
# Determine by using system libdir-format with CC, it's like:
# Normal style: /usr/lib
# GNU cross style: /usr/<triplet>/lib
# Debian style: /usr/lib/<multiarch-name>
# Fedora/openSUSE style: /usr/lib, /usr/lib32 or /usr/lib64
# It is assumed that CC is specified to the one of host on cross build.
if libdir_candidates=$(${CC:-cc} -print-search-dirs | \
sed -n -e "/^libraries/{s/libraries: =//;s/:/\\
/g;p;}"); then
# From the output of -print-search-dirs, select valid pkgconfig dirs.
libdir_candidates=$(for dir in $libdir_candidates; do
if p=$(cd $dir 2>/dev/null && pwd); then
test -d "$p/pkgconfig" && echo $p;
fi
done)
for possible_libdir0 in $libdir_candidates; do
# possible_libdir0:
# Fallback candidate, the one of system-installed (by $CC)
# (/usr/<triplet>/lib, /usr/lib/<multiarch-name> or /usr/lib32)
# possible_libdir1:
# Another candidate, user-locally-installed
# (<gpgrt_prefix>/lib)
# possible_libdir2
# Most preferred
# (<gpgrt_prefix>/<triplet>/lib,
# <gpgrt_prefix>/lib/<multiarch-name> or <gpgrt_prefix>/lib32)
if test "${possible_libdir0##*/}" = "lib"; then
possible_prefix0=${possible_libdir0%/lib}
possible_prefix0_triplet=${possible_prefix0##*/}
if test -z "$possible_prefix0_triplet"; then
continue
fi
possible_libdir2=${gpgrt_prefix}/$possible_prefix0_triplet/lib
else
possible_prefix0=${possible_libdir0%%/lib*}
possible_libdir2=${gpgrt_prefix}${possible_libdir0#$possible_prefix0}
fi
if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then
gpgrt_libdir=${possible_libdir2}
elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then
gpgrt_libdir=${possible_libdir1}
elif test -f ${possible_libdir0}/pkgconfig/gpg-error.pc; then
gpgrt_libdir=${possible_libdir0}
fi
if test -n "$gpgrt_libdir"; then break; fi
done
fi
if test -z "$gpgrt_libdir"; then
# No valid pkgconfig dir in any of the system directories, fallback
gpgrt_libdir=${possible_libdir1}
fi
else
unset GPGRT_CONFIG
fi
if test -n "$gpgrt_libdir"; then
# Add the --libdir option to GPGRT_CONFIG
GPGRT_CONFIG="$GPGRT_CONFIG --libdir=$gpgrt_libdir"
# Make sure if gpgrt-config really works, by testing config gpg-error
if ! $GPGRT_CONFIG gpg-error --exists; then
# If it doesn't work, clear the GPGRT_CONFIG variable.
unset GPGRT_CONFIG
fi
else
# GPGRT_CONFIG found but no suitable dir for --libdir found.
# This is a failure. Clear the GPGRT_CONFIG variable.
unset GPGRT_CONFIG
fi
])

dnl AM_PATH_KSBA([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libksba and define KSBA_CFLAGS and KSBA_LIBS
dnl MINIMUN-VERSION is a string with the version number optionalliy prefixed
dnl MINIMUM-VERSION is a string with the version number optionally prefixed
dnl with the API version to also check the API compatibility. Example:
dnl a MINIMUN-VERSION of 1:1.0.7 won't pass the test unless the installed
dnl a MINIMUM-VERSION of 1:1.0.7 won't pass the test unless the installed
dnl version of libksba is at least 1.0.7 *and* the API number is 1. Using
dnl this features allows to prevent build against newer versions of libksba
dnl with a changed API.
dnl
AC_DEFUN([AM_PATH_KSBA],
[ AC_REQUIRE([AC_CANONICAL_HOST])
[ AC_REQUIRE([AC_CANONICAL_HOST])dnl
AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl
dnl --with-libksba-prefix=PFX is the preferred name for this option,
dnl since that is consistent with how our three siblings use the directory/
dnl package name in --with-$dir_name-prefix=PFX.
Expand Down
Binary file modified usr/share/info/ksba.info.gz
Binary file not shown.
Binary file modified usr/share/man/man1/lwp-download.1p.gz
Binary file not shown.
Binary file modified usr/share/man/man1/lwp-dump.1p.gz
Binary file not shown.
Binary file modified usr/share/man/man1/lwp-mirror.1p.gz
Binary file not shown.
Binary file modified usr/share/man/man1/lwp-request.1p.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ssh-add.1.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ssh-keygen.1.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ssh-keyscan.1.gz
Binary file not shown.
Binary file modified usr/share/man/man1/ssh.1.gz
Binary file not shown.
Binary file modified usr/share/man/man1/xmlif.1.gz
Binary file not shown.
Binary file modified usr/share/man/man1/xmlto.1.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Config.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Headers.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Headers.Auth.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Headers.ETag.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Headers.Util.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Message.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Request.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Request.Common.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Response.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/HTTP.Status.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.Authen.Ntlm.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.ConnCache.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.Debug.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.MemberMixin.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.Protocol.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.RobotUA.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.Simple.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/LWP.UserAgent.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.Escape.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.Heuristic.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.QueryParam.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.Split.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.URL.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.WithBase.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI._punycode.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.data.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.file.3pm.gz
Binary file not shown.
Binary file added usr/share/man/man3/URI.geo.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.icap.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.icaps.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/URI.ldap.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/lwpcook.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man3/lwptut.3pm.gz
Binary file not shown.
Binary file modified usr/share/man/man5/ssh_config.5.gz
Binary file not shown.
Binary file modified usr/share/man/man5/sshd_config.5.gz
Binary file not shown.
Binary file modified usr/share/man/man8/ssh-keysign.8.gz
Binary file not shown.
Binary file modified usr/share/man/man8/sshd.8.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Config;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

use URI;

Expand Down Expand Up @@ -249,7 +249,7 @@ HTTP::Config - Configuration for request and response objects
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Headers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Headers;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

use Clone qw(clone);
use Carp ();
Expand Down Expand Up @@ -463,7 +463,7 @@ HTTP::Headers - Class encapsulating HTTP Message headers
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Headers/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Headers::Auth;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

use HTTP::Headers;

Expand Down Expand Up @@ -111,7 +111,7 @@ HTTP::Headers::Auth
=head1 VERSION
version 6.45
version 6.46
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Headers/ETag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Headers::ETag;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

require HTTP::Date;

Expand Down Expand Up @@ -107,7 +107,7 @@ HTTP::Headers::ETag
=head1 VERSION
version 6.45
version 6.46
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Headers/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Headers::Util;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

use Exporter 5.57 'import';

Expand Down Expand Up @@ -103,7 +103,7 @@ HTTP::Headers::Util - Header value parsing utility functions
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Message.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Message;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

require HTTP::Headers;
require Carp;
Expand Down Expand Up @@ -884,7 +884,7 @@ HTTP::Message - HTTP style message (base class)
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Request;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

use parent 'HTTP::Message';

Expand Down Expand Up @@ -155,7 +155,7 @@ HTTP::Request - HTTP style request message
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Request/Common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Request::Common;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

our $DYNAMIC_FILE_UPLOAD ||= 0; # make it defined (don't know why)
our $READ_BUFFER_SIZE = 8192;
Expand Down Expand Up @@ -315,7 +315,7 @@ HTTP::Request::Common - Construct common HTTP::Request objects
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions usr/share/perl5/vendor_perl/HTTP/Response.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package HTTP::Response;
use strict;
use warnings;

our $VERSION = '6.45';
our $VERSION = '6.46';

use parent 'HTTP::Message';

Expand Down Expand Up @@ -350,7 +350,7 @@ HTTP::Response - HTTP style response message
=head1 VERSION
version 6.45
version 6.46
=head1 SYNOPSIS
Expand Down
Loading

0 comments on commit 8b41be9

Please sign in to comment.