Accepting request 604718 from home:jmoellers:branches:network:utilities
OBS-URL: https://build.opensuse.org/request/show/604718 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=88
This commit is contained in:
parent
9fe72295ad
commit
a616f0d7e5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93fb96b0f48a20ff5be0d9d9d3c4a986b469cb853131f9d5fe4cc9cecbc8b5b5
|
||||
size 4310657
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEa5j2N9h5xSNuJ3xcZP+QqujHCvkFAlpkZdQACgkQZP+QqujH
|
||||
Cvm7+g//X/2NB4QIp8rQ0mt/mGDVG9IEPZcaU5JEA6ejYTciGKuctqUEJvhdlTSk
|
||||
GjgWzPEzDUfH5pa2pdMSOANa1v22b5aNiy4GB5LqWPxp4yvcs32Ecu3LKErEK0SU
|
||||
s69Ry4RbHj48AuprWiXY9p3eg1CFrVDQa73e50aNEpsJb4mN07vc1JUH9BIaYoEN
|
||||
MTSaHM14h8OmzingYnyZrLMK90RNyL03XGogi4ipZcP0KUo/6aj3Z+tfwR0x1Y1N
|
||||
uKxe94d7S4ypGKA8M5+Je/3W9JeRcQQtnv0NdUpBfUfCE8zhzZdQZ+lRnbFHxA4F
|
||||
nlAzOhM3qvtiBTcTAk5TqbC+XP+WBOCa2HoqQ4qrV8NmztM4NoSJSfFoTmZS+J1q
|
||||
G6U1bETNkxvr3N12Wwle8PSoykN+J/KMqBYc5s1xgrjAnpMnVoxXBREbB3uHsi/a
|
||||
NohBMVa0t7hR1pdwCqbvRB1XRXyqqJc+3kAPJlD2p2blpawIsWd6IjbzU1LM0Bm/
|
||||
7VDrtkdVjTR9352nUqMeWklGMi0HfYL3ot0a4/1wCbomAAdhRSQ6GS+e/ZumLoXx
|
||||
GEShjJKu+QvKacMX6hwhOWNHtEwXTUAbnF3p4U5DA5J+MkwB0MIOpa04oQNkKfro
|
||||
XEj85u3WMniFMENjDg+q3iQ98WyjFY0GaoXq/QbBPGPCx83ujwU=
|
||||
=DbBD
|
||||
-----END PGP SIGNATURE-----
|
3
wget-1.19.5.tar.gz
Normal file
3
wget-1.19.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b39212abe1a73f2b28f4c6cb223c738559caac91d6e416a6d91d4b9d55c9faee
|
||||
size 4455797
|
BIN
wget-1.19.5.tar.gz.sig
Normal file
BIN
wget-1.19.5.tar.gz.sig
Normal file
Binary file not shown.
16
wget-ignore-void-retvalue.patch
Normal file
16
wget-ignore-void-retvalue.patch
Normal file
@ -0,0 +1,16 @@
|
||||
Index: wget-1.19.5/src/host.c
|
||||
===================================================================
|
||||
--- wget-1.19.5.orig/src/host.c
|
||||
+++ wget-1.19.5/src/host.c
|
||||
@@ -732,7 +732,10 @@ wait_ares (ares_channel channel)
|
||||
ares_process (channel, &read_fds, &write_fds);
|
||||
}
|
||||
if (timer)
|
||||
- timer = ptimer_destroy (timer);
|
||||
+ {
|
||||
+ ptimer_destroy (timer);
|
||||
+ timer = NULL;
|
||||
+ }
|
||||
}
|
||||
|
||||
static void
|
13
wget.changes
13
wget.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 07:04:05 UTC 2018 - josef.moellers@suse.com
|
||||
|
||||
- GNU wget 1.19.5:
|
||||
* Fix cookie injection (CVE-2018-0494, bsc#1092061)
|
||||
* Enable TLS1.3 with recent OpenSSL environment
|
||||
* New option --ciphers to set GnuTLS / OpenSSL ciphers directly
|
||||
* Updated CSS grammar to CSS 2.2
|
||||
* Fixed several memleaks found by OSS-Fuzz
|
||||
* Fixed several buffer overflows found by OSS-Fuzz
|
||||
* Fixed several integer overflows found by OSS-Fuzz
|
||||
* Several minor bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 09:15:00 UTC 2018 - josef.moellers@suse.com
|
||||
|
||||
|
173
wget.keyring
173
wget.keyring
@ -1,5 +1,130 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon-4c5c2eea1610835f4e55fc37c28ed6ce2c6393f9e35c4af123e20d0678030f4b.ico" />
|
||||
|
||||
<title>View File wget.keyring of Package wget - openSUSE Build Service</title>
|
||||
|
||||
<link rel="stylesheet" media="screen" href="/assets/webui/application-cdb1b8e07803dc1e38ff55c89749a23237060c82506ae446bed2179ec4334b58.css" />
|
||||
|
||||
|
||||
<script src="/assets/webui/application-8d1b474886b68c7a3de3a602c228a5a06bb62d32cd70760510aece5c1eda993b.js"></script>
|
||||
<script>
|
||||
//<![CDATA[
|
||||
|
||||
|
||||
var _paq = _paq || [];
|
||||
$(function() {
|
||||
|
||||
$("#advanced_tabs_trigger").click(function() {
|
||||
$("#advanced_tabs").show();
|
||||
$("#advanced_list_item").hide();
|
||||
});
|
||||
|
||||
callPiwik();
|
||||
});
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
<link rel="alternate" type="application/rss+xml" title="News" href="/main/news.rss" />
|
||||
<meta name="csrf-param" content="authenticity_token" />
|
||||
<meta name="csrf-token" content="WBxmzOxhHPxgSoiveaXlBNd1OdEqJp0QbDGEI2KnV24OKCtCTRxK4QErWlyJUVbgvTQRV9Df0EhBDuxO1wXXEQ==" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="overlay"></div>
|
||||
|
||||
|
||||
<!-- Start: Header -->
|
||||
<div id='header'>
|
||||
<div class='container_12' id='header-content'>
|
||||
<a id="header-logo" href="/"><img class="icons-header-logo" alt="header-logo" src="/assets/s-ef1955ae757c8b966c83248350331bd3a30f658ced11f387f8ebf05ab3368629.gif" /></a>
|
||||
<ul id='global-navigation'>
|
||||
<li id='item-downloads'>
|
||||
<a href='http://en.opensuse.org/openSUSE:Browse#Downloads'>Downloads</a>
|
||||
</li>
|
||||
<li id='item-support'>
|
||||
<a href='http://en.opensuse.org/openSUSE:Browse#Support'>Support</a>
|
||||
</li>
|
||||
<li id='item-community'>
|
||||
<a href='http://en.opensuse.org/openSUSE:Browse#Community'>Community</a>
|
||||
</li>
|
||||
<li id='item-development'>
|
||||
<a href='http://en.opensuse.org/openSUSE:Browse#Development'>Development</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form id="global-search-form" class="label-overlay" action="/search?name=1&package=1&project=1" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="Xg+KfwbAYEzpvZjK+jpRrTCoPOvvaZ9V21He3clDEeEIO8fxp702UYjcSjkKzuJJWukUbRWQ0g32brawfOGRng==" />
|
||||
<div style='display: inline'>
|
||||
<label class='hidden' for='search'>Search</label>
|
||||
<input type="text" name="search_text" id="search" value="" />
|
||||
<input class='hidden' type='submit' value='Search'>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="subheader" class="container_16">
|
||||
<div id="breadcrump" class="grid_10 alpha">
|
||||
<img title="Logo" class="icons-home_grey" alt="Logo" src="/assets/s-ef1955ae757c8b966c83248350331bd3a30f658ced11f387f8ebf05ab3368629.gif" /><a href="/">openSUSE Build Service</a>
|
||||
>
|
||||
<a href="/project/list_public">Projects</a>
|
||||
</div>
|
||||
|
||||
<div class='grid_6 omega' style='text-align: right'>
|
||||
<a href="https://secure-www.novell.com/selfreg/jsp/createOpenSuseAccount.jsp?%22">Sign Up</a>
|
||||
|
|
||||
<a id="login-trigger" href="/session/new">Log In</a>
|
||||
<div id='login-form'>
|
||||
<form id="login_form" enctype="application/x-www-form-urlencoded" action="https://build.opensuse.org/ICSLogin/auth-up" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="FGXNgZtmCyL9B0JfCtojsgc0BG8pTbSDTAp/F/COgzlCUYAPOhtdP5xmkKz6LpBWbXUs6dO0+dthNRd6RSwDRg==" />
|
||||
<p>
|
||||
<input type="hidden" name="context" id="context" value="default" />
|
||||
<input type="hidden" name="proxypath" id="proxypath" value="reserve" />
|
||||
<input type="hidden" name="message" id="message" value="Please log in" />
|
||||
<input type="hidden" name="url" id="url" value="/package/view_file/home:AndreasStieger:branches:network:utilities/wget/wget.keyring?rev=2" />
|
||||
<label for="username">Username</label>
|
||||
<input type="text" name="username" id="username" value="" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" id="password" value="" />
|
||||
</p>
|
||||
<p><input type="submit" name="commit" value="Log In" onclick="fillEmptyFields();" data-disable-with="Log In" /></p>
|
||||
<p class='slim-footer'><a id="close-login" href="#">Cancel</a></p>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class='container_16' id='flash-messages'>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- this is needed for the delete confirm dialogues -->
|
||||
<div id="dialog_wrapper" style="display: none"></div>
|
||||
|
||||
<!-- Start: Main Content Area -->
|
||||
<div id="content" class="container_16 content-wrapper">
|
||||
<div class="grid_16 box box-shadow alpha omega">
|
||||
|
||||
|
||||
<div class="box-header header-tabs" id="package_tabs">
|
||||
<ul>
|
||||
<li id="tab-overview"><a href="/package/show/home:AndreasStieger:branches:network:utilities/wget">Overview</a></li>
|
||||
<li id="advanced_list_item"><a href="#" id="advanced_tabs_trigger">Advanced</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>View File wget.keyring of Package wget (Project home:AndreasStieger:branches:network:utilities)</h3>
|
||||
|
||||
<pre>-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v1.2.4 (GNU/Linux)
|
||||
|
||||
mQGiBEKfV3cRBACjA0ffG1qq1WtSD22wPpC6A4XnOJ/rICQMB/CvTv1K21a0oAi+
|
||||
@ -1013,3 +1138,49 @@ w0kgZHrl3IoFnIHt2PlXQ+k//H9Q8lzQOBM01CUIQtMAPe5LybprgrKV5SAQ6IYc
|
||||
xQ==
|
||||
=pljZ
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End: Main Content Area -->
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
<div id="footer" class="container_12">
|
||||
|
||||
<div class="grid_3">
|
||||
<strong class="grey-medium spacer1">Locations</strong>
|
||||
<ul>
|
||||
<li><a href="/project">Projects</a></li>
|
||||
<li><a class="search-link" href="/search">Search</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="grid_3">
|
||||
<strong class="grey-medium spacer1">Help</strong>
|
||||
<ul>
|
||||
<li><a href="http://openbuildservice.org/">Open Build Service</a></li>
|
||||
<li><a href="http://openbuildservice.org/help/manuals/">OBS Manuals</a></li>
|
||||
<li><a href="http://en.opensuse.org/Portal:Build_service">openSUSEs OBS Portal</a></li>
|
||||
<li><a href="http://openbuildservice.org/support/">Reporting a Bug</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="grid_3">
|
||||
<strong class="grey-medium spacer1">Contact</strong>
|
||||
<ul>
|
||||
<li><a href="http://lists.opensuse.org/opensuse-buildservice/">Mailing List</a></li>
|
||||
<li><a href="http://forums.opensuse.org/forumdisplay.php/692-Open-Build-Service-%28OBS%29">Forums</a></li>
|
||||
<li><a href="irc://irc.opensuse.org/opensuse-buildservice">Chat (IRC)</a></li>
|
||||
<li><a href="http://twitter.com/OBShq">Twitter</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
<div id="footer-legal" class="grid_12">
|
||||
<p>
|
||||
<a href="http://openbuildservice.org">Open Build Service (OBS)</a> is an <a href="http://www.opensuse.org">openSUSE project</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with regression_tests
|
||||
Name: wget
|
||||
Version: 1.19.4
|
||||
Version: 1.19.5
|
||||
Release: 0
|
||||
Summary: A Tool for Mirroring FTP and HTTP Servers
|
||||
License: GPL-3.0+
|
||||
@ -33,6 +33,7 @@ Patch6: wget-1.14-no-ssl-comp.patch
|
||||
# PATCH-FIX-OPENSUSE fix pod syntax for perl 5.18 coolo@suse.de
|
||||
Patch7: wget-fix-pod-syntax.diff
|
||||
Patch8: wget-errno-clobber.patch
|
||||
Patch9: wget-ignore-void-retvalue.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: gpgme-devel >= 0.4.2
|
||||
BuildRequires: libcares-devel
|
||||
@ -77,6 +78,7 @@ This can be done in script files or via the command line.
|
||||
%patch6
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1110
|
||||
|
Loading…
Reference in New Issue
Block a user