Re: [Bug-wget] [FEATURE-REQUEST] Pinning SSL certificates / check SSL fingerprints

2012-07-07 Thread Dagobert Michelsen
Hi, I have a tiny comment from a downstream packager standpoint: It would be nice if the capath would be configurable during configure time instead of hardcoding it to /etc/ssl/certs as it is now - we e.g. use /etc/opt/csw/ssl/certs and need to perl-pi in the unpacked sources. Not a real

Re: [Bug-wget] Configure freezes when checking C compiler.

2012-11-21 Thread Dagobert Michelsen
Hi, Am 21.11.2012 um 13:26 schrieb Sullivan, George E. george.e.sulli...@saic.com: Tech stuff first: Compiling wget 1.12Solaris 5.8 Sparc sun4u (Let me know if you want other info) Early on in my run of configure the process stops at: checking for C compiler default output file

Re: [Bug-wget] Welcome to the Bug-wget mailing list

2013-07-06 Thread Dagobert Michelsen
Hi, Am 06.07.2013 um 02:39 schrieb Roman Czyborra czybo...@campus.tu-berlin.de: On Sat, Jul 6, 2013 at 1:56 AM, Roman Czyborra czybo...@campus.tu-berlin.de wrote: 2: when I wget -r http://netpbm.sf.net/doc/ I get way more than what is chrooted to the netpbm/doc/ meant to complain that

Re: [Bug-wget] [PATCH] New option: --rename-output: modify output filename with perl

2013-07-25 Thread Dagobert Michelsen
Hi Andrew, Am 25.07.2013 um 16:31 schrieb Andrew Cady d...@jerkface.net: This patch adds an option that allows the user to modify wget's output filenames using a perl expression. It works similarly to perl's rename script, in terms of how perl is used to modify the filename string. That is,

Re: [Bug-wget] [PATCH] New option: --rename-output: modify output filename with perl

2013-08-01 Thread Dagobert Michelsen
Hi Andrew, Am 01.08.2013 um 21:22 schrieb Andrew Cady d...@jerkface.net: On Thu, Aug 01, 2013 at 10:36:00AM -0700, Micah Cowan wrote: On Wed, Jul 31, 2013 at 06:32:18PM -0400, Andrew Cady wrote: By that, I assume you mean to execute the option in the shell. So the existing usage:

Re: [Bug-wget] Wget no output issue

2013-11-02 Thread Dagobert Michelsen
Hi, Am 02.11.2013 um 15:03 schrieb sgtl...@sgtlion.com sgtl...@sgtlion.com: Whenever I try to use wget.exe on http://www.dandwiki.com/wiki/Con I get literally no output. Even with -d, just, nothing. It works fine for anything else, including http://www.dandwiki.com/wiki/Int which is almost

Re: [Bug-wget] request for help with wget (crawling search results of a website)

2013-11-03 Thread Dagobert Michelsen
Hi, Am 03.11.2013 um 09:13 schrieb Altug Tekin altugteki...@gmail.com: I am trying to crawl the search results of a news website using *wget*. The name of the website is *www.voanews.com http://www.voanews.com*. After typing in my *search keyword* and clicking search on the website, it

Re: [Bug-wget] Strangest result from downloading 1 file with wget.

2013-11-15 Thread Dagobert Michelsen
Hi Michael, Am 14.11.2013 um 23:49 schrieb Michel Rod mrodtel...@gmail.com: Could anybody shed some light: If I do: wget http://www.prismcasino.com/wp-includes/js/jquery/jquery.js; The file contents goes as expected a bunch of jquery code. If i do: wget

Re: [Bug-wget] [PATCH] Make wget capable of starting download from a specified position.

2013-12-21 Thread Dagobert Michelsen
Hi, Am 21.12.2013 um 10:24 schrieb Yousong Zhou yszhou4t...@gmail.com: In my situation, wget was trigger on the remote machine like the following: wget -O - --start-pos $OFFSET $URL | nc -lp 7193 Then on local machine, I would download with: nc localhost 7193 Before these, a

Re: [Bug-wget] GNU wget 1.15 released

2014-01-22 Thread Dagobert Michelsen
Hi folks, Am 22.01.2014 um 18:50 schrieb Giuseppe Scrivano gscriv...@gnu.org: I am pleased to announce the new version of GNU wget. Thanks for the heads up! Maybe you would be interested in doing some dry runs on platform-test...@gnu.org first to catch glitches early?

Re: [Bug-wget] libpsl design

2014-03-23 Thread Dagobert Michelsen
Hi Daniel, Am 22.03.2014 um 22:41 schrieb Daniel Kahn Gillmor d...@fifthhorseman.net: On 03/22/2014 04:00 PM, Tim Rühsen wrote: I just added the creation of a second library (libpsl-inline) with a slightly different approach. A tool (psl2c) genrates C data structures from the PSL ASCII

[Bug-wget] Referer

2014-09-04 Thread Dagobert Michelsen
Hi, I wanted to download a website which uses referer to verify the validity of the request. It would have been possible with wget when the referer would be set correctly to the URL requesting the resource. To be precise if the page http://mysite.com/abc.html is downloaded and there are lots

Re: [Bug-wget] [Bug-Wget] Configure flag to disable assert

2014-11-14 Thread Dagobert Michelsen
Hi Darshit, Am 14.11.2014 um 20:01 schrieb Darshit Shah dar...@gmail.com: Assertions are good programming practice. However, as the recent assert I added shows us, they should not exist on the client side installations of our software. Assertions are meant for development use only.

Re: [Bug-wget] wcat?

2014-11-19 Thread Dagobert Michelsen
Hi Tim, Am 17.11.2014 um 20:49 schrieb Tim Rühsen tim.rueh...@gmx.de: Am Montag, 17. November 2014, 09:05:52 schrieb Alfred M. Szmidt: It would be nice if wget also installed a wcat command which would default to something like, wget -o /dev/null -O - $@ Would it be possible to add

Re: [Bug-wget] wcat?

2014-11-20 Thread Dagobert Michelsen
Hi, Am 20.11.2014 um 08:55 schrieb Ángel González keis...@gmail.com: On 20/11/14 07:34, Darshit Shah wrote: And talking about legalities, I'm hoping you already have signed the assignment papers because otherwise that's even more work, before we can add this to the source. :-) Come on,

Re: [Bug-wget] Final error on Solaris: libintl missing during make check

2015-01-22 Thread Dagobert Michelsen
/lib -lgnutls -L/opt/csw/lib -lz -lsocket -lnsl -lrt -lidn -lintl -liconv This tiny patch fixes the issue: From 2e6f86b9af53a3f04a228305042da5984a0dc04a Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen d...@opencsw.org Date: Thu, 22 Jan 2015 13:01:29 +0100 Subject: [PATCH] At least

Re: [Bug-wget] Final error on Solaris: libintl missing during make check

2015-01-30 Thread Dagobert Michelsen
Hi Darshit, Am 23.01.2015 um 02:52 schrieb Darshit Shah dar...@gmail.com: I guess we should. Since Wget 1.16.1 we have seen a few configure and make bug fixes submitted, and also a couple of new features. @Giuseppe: maybe we can tag Wget 1.16.2 beta and allow the translators to translate

Re: [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10)

2015-02-05 Thread Dagobert Michelsen
Hi Kiyoshi, Am 05.02.2015 um 09:52 schrieb Tim Ruehsen tim.rueh...@gmx.de: I am very confident that we already fixed the problem. I sent you a tarball for testing on 12 Dec 2014, didn't you get it ? My text was I guess I know what the problem is... strcasestr is not in your (Solaris)

[Bug-wget] Final error on Solaris: libintl missing during make check

2015-01-22 Thread Dagobert Michelsen
Hi folks, as the last released wget 1.16.1 does not work on Solaris I tried the version from GIT and have one final issue when running the testsuite: gmake[4]: Leaving directory '/home/dam/work/wget/src' gcc -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include/p11-kit-1

Re: [Bug-wget] Final error on Solaris: libintl missing during make check

2015-01-22 Thread Dagobert Michelsen
Hi Tim, Am 22.01.2015 um 16:20 schrieb Tim Ruehsen tim.rueh...@gmx.de: Hi Dago, +LIBS = @LIBICONV@ @LIBINTL@ @LIBS@ $(LIB_CLOCK_GETTIME) I pushed a slightly amend version of your patch. (Already testet for Solaris 11 on your build farm.) This looks good. Would it be possible to

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Dagobert Michelsen
Hi, Am 04.05.2015 um 22:30 schrieb Ángel González keis...@gmail.com: On 04/05/15 12:54, Mariusz Balewski wrote: it looks like something fishy with your shell. Could you give us the output of ls -l /bin/sh ? Could you try to run instead bash ./bootstrap ? Problem already resolved. Bad

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Dagobert Michelsen
Hi Darshit, Am 05.05.2015 um 12:23 schrieb Darshit Shah dar...@gmail.com: So, is the issue because some platforms are shipping a non-compatible version of sh, or is the script incorrectly using bash while only claiming to use sh? The problem is the evaluation with $( ): bootstrap: syntax

[Bug-wget] Latest versions in GIT failing on Solaris

2015-07-24 Thread Dagobert Michelsen
Hi, the latest versions of wget in GIT fail on Solaris: https://buildfarm.opencsw.org/buildbot/waterfall?category=wget This is the error: /opt/csw/bin/gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALEDIR=\/usr/local/share/locale\ -I. -I../lib -I../lib -D_REENTRANT

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-16 Thread Dagobert Michelsen
Hi, Am 16.11.2015 um 14:53 schrieb Jernej Simončič : > Looks like hsts.c tries to use flock with a parameter that doesn't > work on Windows: > > x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H > -DSYSTEM_WGETRC=\"/win32dev/misc/wget/out64/etc/wgetrc\" >

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-17 Thread Dagobert Michelsen
Hi Tim, Am 17.11.2015 um 10:36 schrieb Tim Ruehsen <tim.rueh...@gmx.de>: > On Monday 16 November 2015 22:34:53 Dagobert Michelsen wrote: >> Same here on Solaris 10 with Oracle Studio 12: >> >>> /opt/csw/bin/gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-17 Thread Dagobert Michelsen
Hi Tim, Am 17.11.2015 um 13:14 schrieb Tim Ruehsen : > I guess, Darshit's patch also fixes this issue for Solaris. It does, excellent! https://buildfarm.opencsw.org/buildbot/builders/wget-solaris10-i386/builds/92/steps/shell_2/logs/stdio > I was more referring to >>

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-17 Thread Dagobert Michelsen
Hi Tim, Am 17.11.2015 um 14:52 schrieb Tim Ruehsen : > I just pushed the change. Excellent, the build now runs cleanly. >> Now only one test is failing: >>> FAIL: unit-tests >> >> How does think unit-test-thing work? I can’t find a log or some debug >> output. > > For

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-17 Thread Dagobert Michelsen
Hi Tim, Am 17.11.2015 um 21:17 schrieb Tim Rühsen <tim.rueh...@gmx.de>: > Am Dienstag, 17. November 2015, 15:09:05 schrieb Dagobert Michelsen: >>> RUNNING TEST test_hsts_url_rewrite_superdomain... >>> A new entry should've been created >>> Tests run: 15

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-16 Thread Dagobert Michelsen
Hi folks, Am 16.12.2015 um 21:01 schrieb Tim Rühsen : > Seems pretty clear - gcc 5 has C99 as default standard (and Solaris has gcc > 5.2). > But we explicitely define _XOPEN_SOURCE 500 in src/sysdep.h, which says we > want 'X/Open 5, POSIX 1995' functions and nothing newer. >

Re: [Bug-wget] flock is not available on solaris 10 (at least sparc)

2015-12-16 Thread Dagobert Michelsen
Hi Tim, Am 16.12.2015 um 10:52 schrieb Tim Ruehsen : > On Wednesday 16 December 2015 10:31:33 Giuseppe Scrivano wrote: >> the gnulib documentation for flock says: >> >> Portability problems not fixed by Gnulib: >> >>This function is missing on some platforms: >>AIX

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-18 Thread Dagobert Michelsen
Hi Tim, Am 18.11.2015 um 11:09 schrieb Tim Ruehsen : > Hi Dagobert, hi Ander, > > I could reproduce and fix the problem on a 32bit Debian wheezy VM. > > @Dagobert Please check if the attached patch works on Solaris as well Yes, this fixes the issue. The testsuite now

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-19 Thread Dagobert Michelsen
Hi Ander, Am 19.11.2015 um 10:41 schrieb Ander Juaristi : > On 11/18/2015 11:09 AM, Tim Ruehsen wrote: >> Hi Dagobert, hi Ander, >> >> I could reproduce and fix the problem on a 32bit Debian wheezy VM. >> >> @Dagobert Please check if the attached patch works on Solaris as well

Re: [Bug-wget] buildbot failure in OpenCSW Buildbot on wget-solaris10-i386

2015-11-20 Thread Dagobert Michelsen
Hi Tim, Am 20.11.2015 um 11:20 schrieb Tim Ruehsen : > please update to gettext 0.19. > > # > autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac > file requires the infrastructure from gettext-0.19 but this > version >

Re: [Bug-wget] buildbot failure in OpenCSW Buildbot on wget-solaris10-i386

2015-11-20 Thread Dagobert Michelsen
Hi Tim, Am 20.11.2015 um 11:56 schrieb Tim Ruehsen : > we will likely change the gettext requirements to 0.18.1. As we already have 0.18.1.1 this would be really convenient for the moment. I’ll continue to work on 0.19.6, though. Laurent is still backporting thread-fixes from

Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)

2015-11-19 Thread Dagobert Michelsen
Hi Tim, Am 19.11.2015 um 12:25 schrieb Tim Ruehsen : > Thanks - good catch, Ander ! Now Solaris 10 i386 passes cleanly but Sparc dumps core. The core looks like this: > buildbot@unstable10s [unstable10s]:~/slave/wget-solaris10-sparc/build/tests > > pstack core > core

Re: [Bug-wget] Wget 1.19 released !

2017-02-03 Thread Dagobert Michelsen
Hi Tim, Am 03.02.2017 um 13:38 schrieb Tim Ruehsen : > we are pleased to announce the new version of GNU wget 1.19. I just noticed a tiny issue: when there is a system-wide wgetrc which reroutes requests a lot of tests fail. This should be deactivated when running the

Re: [Bug-wget] buildbot failure in OpenCSW Buildbot on wget-solaris10-i386

2016-08-21 Thread Dagobert Michelsen
Hi Tim, Am 17.08.2016 um 21:52 schrieb Tim Rühsen : > Please update libpsl. Looks like you have a rather outdated version. Sure, this lead to a pull request ragrding libicu setup :-) New libpsl is pushed to OpenCSW unstable, same for new public-suffix-list (I take

Re: [Bug-wget] help

2017-03-15 Thread Dagobert Michelsen
Hi Daniel, Am 15.03.2017 um 14:34 schrieb Zhou, Daniel K. (LARC-E303) : > Hi, I did > > Wget > https://n5eil01u.ecs.nsidc.org/DP4/SMAP/SPL4SMGP.002/2015.04.03/SMAP_L4_SM_gph_20150403T073000_Vv2030_001.h5 > > And the file “SMAP_L4_SM_gph_20150403T073000_Vv2030_001.h5”

Re: [Bug-wget] bug report of installing texlive 2018 windows

2018-05-10 Thread Dagobert Michelsen
Hi Fenghao, Am 10.05.2018 um 07:43 schrieb Fenghao Xu : > I met a problem when installing texlive 2018 windows. Can you help figure out > what went wrong? Below is a copy of code from install-tl-window.bat. Your problem does not seem to be related with wget, but with the