Re: xlsx2csv package may not be required.
On 2023-03-22 13:13, Brian Inglis wrote: > On 2023-03-22 01:14, Jari Aalto via Cygwin-apps wrote: > > On 2023-03-18 17:56, marco atzeri via Cygwin-apps wrote: > > > On Fri, Mar 17, 2023 at 10:29 AM Adam Dinwoodie via Cygwin-apps > > > wrote: > > > > > > > > On Thu, Mar 16, 2023 at 07:58:48PM -0600, Doug Henderson via > > > > Cygwin-apps wrote: > > > > > There is a current pure python version of xlsx2csv which runs for many > > > > > versions of Python 2 and Python 3. > > > > > > > > > > It may not be necessary to provide a package for it in cygwin. > > > > > Instead, users may install the pure python package from PYPI > > > > > https://pypi.org/ using pip or another python package manager. > > > > > > > > Installing using pip or similar is an option for the vast majority of > > > > packages that are available through the Cygwin installer; by that logic > > > > it wouldn't make sense to provide most of the Python packages we > > > > provide. Which wouldn't be an invalid strategy, but it would be a very > > > > big change in how we handle things! > > > > > > > > I think the advantage of using the Cygwin packages is a better > > > > likelihood of packages actually being compatible with Cygwin, rather > > > > than having some weird and unpredictable package dependency issue. A > > > > pure Python xlsx2csv is very unlikely to be affected by that sort of > > > > issue, but providing it as a Cygwin package means users shouldn't need > > > > to even think about whether the package is a pure Python package or not. > > > > > > > > > I agree with Adam. > > > I would have no problem to release the python package no if not for > > > the problem to the laptop > > > > > > I guess one month from now I will be able to be operative again > > > (assuming the target supplier of the laptop https://frame.work/ will > > > not have delivery problem) > > > > I agree, it's better to have native Python package which is more > > likely to be kept up to date by the upstream. > > > > So, anyopne packaging the Python PIP version, please go ahead and > > remove the current package. > > Hi Jari, > > So no issue if I adopt and package with cygport? > It's a utility I use around tax time and sometimes elsewhen. If you go ahead and take maintenance of the Pyhon PIP version of xlsx2csv, I think we can retire the current xlsx2csv package as it is not particularly active in git: https://github.com/dilshod/xlsx2csv.git 2023-03-13 78be285 tdilshod Merge pull request #248 from NoSuck/hyperlinks-crash-string-bytes 2023-03-13 140e4cf tdilshod Merge pull request #252 from hugovk/replace-deprecated-BadZipfile 2023-01-09 3180d94 tdilshod version 0.8.1 (tag: 0.8.1) 2022-12-23 9b6c2df tdilshod include hidden rows option 2022-10-02 4beb5a8 tdilshod fix python2 support Jari
Re: ITA xlsx2csv (was Re: python2 removal)
On 2023-03-16 18:57, Jon Turney via Cygwin-apps wrote: > On 16/03/2023 15:53, Brian Inglis via Cygwin-apps wrote: > > On 2023-03-16 07:29, Jon Turney wrote: > > > > > The critical piece of data I'm missing here is which of these is true: > > > a) This package contains a script with a python shebang. The current > > > version doesn't work when python is python3, so an upgrade is needed > > > to continue working when python2 is removed, or > > > b) This package contains a script with a python shebang. The current > > > version will continue to work when python is python3. > > > > Unfortunately only a generic cygbuild sh script is supplied with the > > package - does nothing but complain without some other "magic" script or > > data! ;^> > > Jari's Debian 8/9 xlsx2csv releases have been updated to 0.20+20161027 > > from 0.11+20120814. > > > > $ sed 1q xlsx2csv.py > > #!/usr/bin/env python I updated the the latest from upstream repository and it shoudl now work with Python 3. thanks, Jari
Re: xlsx2csv package may not be required.
On 2023-03-18 17:56, marco atzeri via Cygwin-apps wrote: > On Fri, Mar 17, 2023 at 10:29 AM Adam Dinwoodie via Cygwin-apps > wrote: > > > > On Thu, Mar 16, 2023 at 07:58:48PM -0600, Doug Henderson via Cygwin-apps > > wrote: > > > There is a current pure python version of xlsx2csv which runs for many > > > versions of Python 2 and Python 3. > > > > > > It may not be necessary to provide a package for it in cygwin. > > > Instead, users may install the pure python package from PYPI > > > https://pypi.org/ using pip or another python package manager. > > > > Installing using pip or similar is an option for the vast majority of > > packages that are available through the Cygwin installer; by that logic > > it wouldn't make sense to provide most of the Python packages we > > provide. Which wouldn't be an invalid strategy, but it would be a very > > big change in how we handle things! > > > > I think the advantage of using the Cygwin packages is a better > > likelihood of packages actually being compatible with Cygwin, rather > > than having some weird and unpredictable package dependency issue. A > > pure Python xlsx2csv is very unlikely to be affected by that sort of > > issue, but providing it as a Cygwin package means users shouldn't need > > to even think about whether the package is a pure Python package or not. > > > I agree with Adam. > I would have no problem to release the python package no if not for > the problem to the laptop > > I guess one month from now I will be able to be operative again > (assuming the target supplier of the laptop https://frame.work/ will > not have delivery problem) I agree, it's better to have native Python package which is more likely to be kept up to date by the upstream. So, anyopne packaging the Python PIP version, please go ahead and remove the current package. Jari
Re: [ATTN MAINTAINER] tig
On 2023-01-16 12:42, Jon Turney wrote: > On 13/01/2023 16:59, Libor Ukropec via Cygwin-apps wrote: > > C:/cygwin64/bin/tig.exe: error while loading shared libraries: > > cygpcreposix-0.dll: cannot open shared object file: No such file or > > directory > > > > Manual installation of "libpcreposix0 8.45-1" seems resolving the problem. > > I added libpcre1 and libpcreposix0 to the requires: for tig. > > Jari, > > Please update your local copy, to try to ensure these are correct in any > future release. Thanks, added. Jari
Re: [ATTN MAINTAINER] tig
On 2022-12-13 18:14, Libor Ukropec via Cygwin-apps wrote: > Dne 12.12.2022 v 17:32 Adam Dinwoodie via Cygwin-apps napsal(a): > > On Sun, Dec 11, 2022 at 11:15:35PM +0100, Libor Ukropec via Cygwin-apps > > wrote: > > > Hello Jari, > > > > > > cygwin contains "tig" in version 2.4.1 (2019-07-30) and there's already > > > 2.5.4 (2021) with many bug fixes and improvements available. > > > Can I kindly ask whether it is possible to update the package? > > > I do not see a git repository for the tig package, so I attached the > > > cygport > > > file if it can save you some effort (in compare to the following > > > scallywag, > > > I've added the LICENSE info the script) > > > > > > Scallywag report is here: > > > https://github.com/cygwin/scallywag/actions/runs/3670966767 > > > > I believe Jari's repo for the tig Cygwin packaging is on GitHub[0], and > > it looks like it's using the old pre-Cygport packaging mechanism. I've > > not looked through that repo myself (yet, at least) but it looks like > > there are some patches that imply a naïve build might not work > > perfectly. Or those packages might be entirely obsolete... > I did not look for the GitHub, but the naive compile and run worked with few > custom actions in the cygport script. > > > > [0]: https://github.com/jaalto/cygwin-package--tig > > > > FWIW, I'd be happy to at least attempt to add this package to my small > > Cygwin Git packaging empire, and take responsibility for keeping it up > > to date going forwards. But that's only if Jari wants to relinquish > > Yes, let's wait for Jari's answer > > that hat, and even then I think Libor clearly gets first refusal given > > they've written the new Cygport file. > > > Here comes my weak English. Will I be refused by Jari or do you mean that I > will refuse you because I did the Cygport file? Hi, Thanks for the heads up. I've uploaded new version and added the *.cygport in my Github repository of tig for possible new maintainer in the future. The patches deal some fixes in the xmlto(1) of manual pages build. Jari
Re: Updating pngcheck
On 2021-04-08 19:03, Lemures Lemniscati via Cygwin-apps wrote: > https://sourceware.org/pipermail/cygwin/2021-March/248073.html > On Sat, 13 Mar 2021 22:33:27 +0900, Lemures Lemniscati > > Hi! > > > > Is there any plan to update pngcheck? > > > > Currently, we have pngcheck 2.3.0-1. > > https://www.cygwin.com/packages/summary/pngcheck-src.html > > > > And, recently, some vulnerabilities have been fixed in its upstream. > > http://www.libpng.org/pub/png/apps/pngcheck.html > > Hi, Jari Aalto. Uploaded, thanks for the notice Jari
Re: [Attn. Maintainers] prepare your packages for release of perl-5.32
On 2021-02-06 20:07, Marco Atzeri via Cygwin-apps wrote: > On 06.02.2021 17:13, Achim Gratz wrote: > > Achim Gratz writes: > > > Please prepare your packages for the release of perl-5.32 and report on > > > this list about their status. The one package that I intend to wait for > > > the release is subversion-perl, everything else either is under my > > > maintenance already or can be updated slightly later without too much > > > disturbance based on the last two updates of Perl. > > > > These are the source packages that touch the previous Perl installations > > (some of these weren't updated for perl-5.30, so I checked perl-5.26 > > also) and need updating for perl-5.32: > > Uploaded: pristine-tar Jari Aalto sendxmpp Jari Aalto stgit Jari Aalto grepmail Jari Aalto Jari
RFP: xxhash - Extremely fast hash algorithm
The new rsync would benefit from the xxhash package, if someone had free time to package it: https://packages.debian.org/unstable/xxhash Extremely fast hash algorithm xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). Jari
Re: RFP: python3 packages cmarkgfm and commonmark
On 2020-09-05 11:42, Ken Brown via Cygwin-apps wrote: > On 9/5/2020 11:34 AM, Jari Aalto wrote: > > On 2020-09-05 18:30, Jari Aalto wrote: > > > I wa checking the latest rsync and in order to build it, would someone > > > package these for cygwin: > > > > > > Configure found the following issues: > > > > > > - You need python3 and either the cmarkgfm OR commonmark python3 lib > > > in order > > >to build man pages based on the git source (man pages are included > > > in the > > > official release tar files). > > > > I installed python37-conmark but that didn't seem to satisfy configure... > > Does /usr/bin/python3 resolve to python3.7.exe on your system? Most likely > it resolves to python3.6m.exe, in which case it's python36-commonmark that > you want. Oh yes, python3.6m here Thanks, Jari
Re: RFP: python3 packages cmarkgfm and commonmark
On 2020-09-05 18:30, Jari Aalto wrote: > I wa checking the latest rsync and in order to build it, would someone > package these for cygwin: > > Configure found the following issues: > > - You need python3 and either the cmarkgfm OR commonmark python3 lib in > order > to build man pages based on the git source (man pages are included in > the > official release tar files). I installed python37-conmark but that didn't seem to satisfy configure... Jari
RFP: python3 packages cmarkgfm and commonmark
I wa checking the latest rsync and in order to build it, would someone package these for cygwin: Configure found the following issues: - You need python3 and either the cmarkgfm OR commonmark python3 lib in order to build man pages based on the git source (man pages are included in the official release tar files). Thanks, Jari
Re: [Attn. Maintainers] RFP: libmail-mbox-messageparser-perl (perl-5.30.1 rebuild) pending switch to perl-5.30.1
On 2019-11-25 18:27, Achim Gratz wrote: > Jari Aalto writes: > > Would someone package: > > > > https://packages.debian.org/unstable/libmail-mbox-messageparser-perl > > > > The following is required by grepmail configure: > > > > libmail-mbox-messageparser-perl: > > /usr/share/perl5/Mail/Mbox/MessageParser.pm > > Is that a new requirement? It's probably optional. From Makefile.PL: Warning: prerequisite Mail::Mbox::MessageParser 1.4001 not found. > We don't use the backwards Debian package naming, Just did some search where it would might be. > so our package would be called > > perl-Mail-Mbox-MessageParser > > I'll add it to the staging repo some time this week. Ok. Jari
Re: [Attn. Maintainers] RFP: libmail-mbox-messageparser-perl (perl-5.30.1 rebuild) pending switch to perl-5.30.1
On 2019-11-23 17:19, Achim Gratz wrote: > > grepmail:search mailboxes for mail matching an expression > > (installed binaries and support files) Would someone package: https://packages.debian.org/unstable/libmail-mbox-messageparser-perl The following is required by grepmail configure: libmail-mbox-messageparser-perl: /usr/share/perl5/Mail/Mbox/MessageParser.pm Jari
Re: [Attn. Maintainers] Reminder: Package updates needed for the pending switch to perl-5.30.1
On 2019-11-23 17:19, Achim Gratz wrote: > Achim Gratz writes: > > I've already built the new Perl packages and the (almost) full set of > > > grepmail:search mailboxes for mail matching an expression > > (installed binaries and support files) > > pristine-tar:Regenerate pristine tarballs (installed binaries > > and support files) > > sendxmpp:Commandline XMPP (jabber) utility (installed binaries > > and support files) Noted, Jari
O: pylint, python-logilab-*, python-paramiko, spambayes (python package collisions)
On 2017-11-15 18:54, Yaakov Selkowitz wrote: | | Your python-based packages listed below all collide with each other and | python2-setuptools by shipping parts of the latter. They also bundle | other python libraries instead of shipping them separately. Orphaned now. Anyone interested, feel free to take over. Thanks for keeping track of things, Jari | * pylint: bundles astroid (the successor to logilab-astng) | * python-logilab-common | * python-logilab-astng (obsolete) | * python-paramiko: bundles ecdsa | * spambayes: bundles lockfile, pydns | | Furthermore, the non-program modules should be built for both python2 | and python3; cygport's python-wheel will do this for you. The programs | should use whichever of python{2,3}-distutils for the Python version | they require.
Re: HEADSUP: gdbm ABI on x86 (DONE qsf suck - rebuilt and uploaded)
On 2016-10-10 14:55, Yaakov Selkowitz wrote: | | (...) packages which use gdbm be | rebuilt with libgdbm-devel-1.12-1 ASAP to be safe. | | Besides my own packages, the following are affected: | | clispKen Brown | exim Pierre A. Humblet | libaprutil1 David Rothenberger | mutt Marco Atzeri | nmh David Levine | perl Achim Gratz | qsf Jari Aalto | suck Jari Aalto qsf and suck uploaded to x86 | zsh Peter A. Castro Jari
Re: Perl CPAN - list of modules needed (Net::XMPP)
On 2016-06-12 09:47, Achim Gratz wrote: | Jari Aalto writes: | > Ok, Here is list of modules that would be need for the programs: | > | > Mail::Box::Manager | > Mail::Message | | That would be in perl-Mail-Box, Yaakov already maintains perl-MailTools | from the same author and they seem closely related in the relase | cadence, so I'd yield to him if he wants to keep both in sync. ok. | > Date::Format | > Date::Parse | | We already have perl-TimeDate in Cygwin (Yaakov added these). Oh good. | > Lchown::lchown | | Cygwin should have lchown, so I don't think that'd be a problem. Great. I found one more that would be needed Net::XMPP Jari
Perl CPAN - list of modules needed
On 2016-06-12 08:25, Achim Gratz wrote: | Jari Aalto writes: | > cloc (count lines of code) was removed because the needed | > Perl modules were not yet in Cygwin. | | In general, if you are missing a Perl distribution in Cygwin, please | drop me a line here or in the main Cygwin list. Ok, Here is list of modules that would be need for the programs: Mail::Box::Manager Mail::Message Date::Format Date::Parse Lchown::lchown E.g. latest rsnapshop requires Lchown::lchown before I can update it. Jari
Re: calm: Problem uploading to noarch/release/PACKAGE
On 2016-06-11 21:29, Jon Turney wrote: | On 11/06/2016 20:57, Jari Aalto wrote: | > | > After uploading to noarch/release area, calm returned: | > | > ERROR: package 'checkbashisms' is at paths x86/release/checkbashisms and noarch/release/checkbashisms | > | > I emptied and removed ARCH directories first before uploading to | > noarch. Is Anything else needed? | | As Yaakov's mail [1] says "We will then move these packages into | /noarch/release on sourceware and acknowledge such, at which point you are | clear to upload future releases." . | | These packages haven't been moved yet. Ah, it's the master release area. Clear now. No problem, thanks Jari
Re: clock - re-add to distribution (NOARCH)
On 2016-06-11 21:08, Jon Turney wrote: | On 11/06/2016 21:06, Jari Aalto wrote: | > | > I have 1.60 ready for upload. It can now be relisted in: | > | > https://cygwin.com/cygwin-pkg-maint | > and in !packages file | > | | Done. FYI, it can be marked noarch Thanks, Jari
clock - re-add to distribution (Perl modules now available)
cloc (count lines of code) was removed because the needed Perl modules were not yet in Cygwin. 1.55 UPDATED https://cygwin.com/ml/cygwin-announce/2012-02/msg00047.html 1.55 RM https://cygwin.com/ml/cygwin-announce/2012-02/msg00060.html Cygwin now bundles the required Perl modules: Algorithm::Diff Regexp::Common I have 1.60 ready for upload. It can now be relisted in: https://cygwin.com/cygwin-pkg-maint and in !packages file Jari
calm: Problem uploading to noarch/release/PACKAGE
After uploading to noarch/release area, calm returned: ERROR: package 'checkbashisms' is at paths x86/release/checkbashisms and noarch/release/checkbashisms I emptied and removed ARCH directories first before uploading to noarch. Is Anything else needed? lftp cygwin(at)cygwin.com:/> ls x86/release/checkbashisms Access failed: No such file (x86/release/checkbashisms) lftp cygwin(at)cygwin.com:/> ls x86_64/release/checkbashisms Access failed: No such file (x86_64/release/checkbashisms) lftp cygwin(at)cygwin.com:/> ls noarch/release/checkbashisms drwxr-sr-x 2 cygwin cygstage 4096 Jun 10 18:05 . drwxrwsr-x 46 cygwin cygstage 4096 Jun 11 19:41 .. -rw-r--r-- 1 cygwin cygstage 760236 Jun 10 18:05 checkbashisms-2.16.5-1-src.tar.xz -rw-r--r-- 1 cygwin cygstage22340 Jun 10 18:05 checkbashisms-2.16.5-1.tar.xz -rw-r--r-- 1 cygwin cygstage 566 Jun 10 18:05 setup.hint Jari
pal - UNORPHAN (was orphaned)
While I was going through the packages, I built a new release for "pal". While anyone interested is free to take over, I can maintain the package until then. Jari
Re: RM package: dpatch (no action required)
2016-06-11 10:46 Jari Aalto : | Package "dpatch" can be removed (or marked obsolete for some | period first) from distribution. It was Debian's alternative | to patching system but it was replaced and made obsolete by | "quilt". Never mind I forgot to check setup.exe: already been removed. It was still left locally in my development directory. Jari
RM package: dpatch
Package "dpatch" can be removed (or marked obsolete for some period first) from distribution. It was Debian's alternative to patching system but it was replaced and made obsolete by "quilt". Jari
Re: [ACTION REQUIRED] ARCH=noarch uploads with cygport 0.22.0 (+ python-logilab-*)
On 2016-06-09 08:11, Jari Aalto wrote: | 2016-06-07 11:23 Jari Aalto | : | | | ... maintainers MUST email a list of their package(s) which qualify | | | as noarch AND are already marked ARCH=noarch ... | | | | Checked. All can be moved to noarch (...) | | Add this to the noarch list too: | |python-feedparser And these: python-logilab-astng python-logilab-common | | Packages: | | | | Jari Aaltoapngtools | | Jari Aaltoarchivemail | | Jari Aaltobsfilter | | Jari Aaltocfget | | Jari Aaltocfv | | Jari Aaltocheckbashisms | | Jari Aaltochewmail | | Jari Aaltocode2html | | Jari Aaltocodeville | | Jari Aaltocolorgcc | | Jari Aaltoconvmv | | Jari Aaltocopyright-update | | Jari Aaltoddir | | Jari Aaltoflawfinder | | Jari Aaltogetmail | | Jari Aaltogit-oodiff | | Jari Aaltogrepmail | | Jari Aaltogt5 | | Jari Aaltoguilt | | Jari Aaltoipcalc | | Jari Aaltokeychain | | Jari Aaltolinklint | | Jari Aaltomakepasswd | | Jari Aaltomakeself | | Jari Aaltomboxcheck | | Jari Aaltoofflineimap | | Jari Aaltooodiff | | Jari Aaltopatcher | | Jari Aaltopwget | | Jari Aaltopylint | | Jari Aaltopython-paramiko | | Jari Aaltoquilt | | Jari Aaltordtool | | Jari Aaltorsnapshot | | Jari Aaltosendxmpp | | Jari Aaltosignify | | Jari Aaltospambayes | | Jari Aaltosplitpatch | | Jari Aaltostgit | | Jari Aaltosvn-load | | Jari Aaltotailor | | Jari Aaltotnftp | | Jari Aaltotxt2regex | | Jari Aaltourlgrabber | | Jari Aaltowebcheck | | Jari Aaltoxlsx2csv
Re: [ACTION REQUIRED] ARCH=noarch uploads with cygport 0.22.0 (+ python-feedparser)
2016-06-07 11:23 Jari Aalto : | | ... maintainers MUST email a list of their package(s) which qualify | | as noarch AND are already marked ARCH=noarch ... | | Checked. All can be moved to noarch (...) Add this to the noarch list too: python-feedparser Jari | Packages: | | Jari Aaltoapngtools | Jari Aaltoarchivemail | Jari Aaltobsfilter | Jari Aaltocfget | Jari Aaltocfv | Jari Aaltocheckbashisms | Jari Aaltochewmail | Jari Aaltocode2html | Jari Aaltocodeville | Jari Aaltocolorgcc | Jari Aaltoconvmv | Jari Aaltocopyright-update | Jari Aaltoddir | Jari Aaltoflawfinder | Jari Aaltogetmail | Jari Aaltogit-oodiff | Jari Aaltogrepmail | Jari Aaltogt5 | Jari Aaltoguilt | Jari Aaltoipcalc | Jari Aaltokeychain | Jari Aaltolinklint | Jari Aaltomakepasswd | Jari Aaltomakeself | Jari Aaltomboxcheck | Jari Aaltoofflineimap | Jari Aaltooodiff | Jari Aaltopatcher | Jari Aaltopwget | Jari Aaltopylint | Jari Aaltopython-paramiko | Jari Aaltoquilt | Jari Aaltordtool | Jari Aaltorsnapshot | Jari Aaltosendxmpp | Jari Aaltosignify | Jari Aaltospambayes | Jari Aaltosplitpatch | Jari Aaltostgit | Jari Aaltosvn-load | Jari Aaltotailor | Jari Aaltotnftp | Jari Aaltotxt2regex | Jari Aaltourlgrabber | Jari Aaltowebcheck | Jari Aaltoxlsx2csv
Re: [ACTION REQUIRED] ARCH=noarch uploads with cygport 0.22.0
| ... maintainers MUST email a list of their package(s) which qualify | as noarch AND are already marked ARCH=noarch ... Checked. All can be moved to noarch, except: tnftp (compiled C) Jari Packages: Jari Aalto apngtools Jari Aalto archivemail Jari Aalto bsfilter Jari Aalto cfget Jari Aalto cfv Jari Aalto checkbashisms Jari Aalto chewmail Jari Aalto code2html Jari Aalto codeville Jari Aalto colorgcc Jari Aalto convmv Jari Aalto copyright-update Jari Aalto ddir Jari Aalto flawfinder Jari Aalto getmail Jari Aalto git-oodiff Jari Aalto grepmail Jari Aalto gt5 Jari Aalto guilt Jari Aalto ipcalc Jari Aalto keychain Jari Aalto linklint Jari Aalto makepasswd Jari Aalto makeself Jari Aalto mboxcheck Jari Aalto offlineimap Jari Aalto oodiff Jari Aalto patcher Jari Aalto pwget Jari Aalto pylint Jari Aalto python-paramiko Jari Aalto quilt Jari Aalto rdtool Jari Aalto rsnapshot Jari Aalto sendxmpp Jari Aalto signify Jari Aalto spambayes Jari Aalto splitpatch Jari Aalto stgit Jari Aalto svn-load Jari Aalto tailor Jari Aalto tnftp Jari Aalto txt2regex Jari Aalto urlgrabber Jari Aalto webcheck Jari Aalto xlsx2csv
Re: cfget-0.18-1 32bit (aewm* uploaded soon)
On 2016-02-12 14:22, Jon Turney wrote: | On 05/11/2015 21:12, Jari Aalto wrote: | >On 2015-11-05 14:22, Marco Atzeri wrote: | >| On 05/11/2015 14:12, Jon Turney wrote: | >| >On 05/11/2015 10:26, Marco Atzeri wrote: | >| >> | >| >>aewm++ 64 bit also, please. | >| >> | >| >>You uploaded only aewm++-goodies | >| >> | >| >>$ grep aewm++ pkg_arch.txt | >| >>aewm++ 32 bit Jari Aalto | >| >>aewm++-goodies Both Jari Aalto | >| > | >| >I noticed that aewm++ 1.1.2-2 packages for both x86 and x86_64 have been | >| >sitting in Jari's upload area on sourceware for a while. | >| > | >| >I'm not sure if that's because he hasn't marked them ready, or some kind | >| >of upset bug is happening. | >| > | >| | >| The first I suppose, he was a bit busy at that time. | > | >I'll check those ASAP, Thanks, | I tried a couple of times to get upset to move this upload, but there seems | to be some bug this package name tickles which prevents it from working. | | I've moved it into place anyhow. Oh that was it, I uploaded it several times hoping to trigger upload. Jari
Re: [SECURITY] rsync: CVE-2014-9512 (DONE)
On 2016-01-28 13:29, Yaakov Selkowitz wrote: | Jari, | | A security fix for rsync has been made public: | | https://bugzilla.redhat.com/show_bug.cgi?id=1293854 | | This is fixed in 3.1.2 Uploaded, thanks. Jari
Re: trying to upload new wcd update (Erwin is new designated maintainer)
On 2016-01-28 21:28, Corinna Vinschen wrote: | On Jan 20 10:03, Corinna Vinschen wrote: | > On Jan 20 09:28, waterlan wrote: | > > Yaakov Selkowitz schreef op 2016-01-20 01:09: | > > >On 2016-01-19 16:54, waterlan wrote: | > > >>I created an update (version 5.3.1) for the package wcd, because Jari | > > >>Aalto (who is listed as the package maintainer) isn't very responsive | > > >>lately. | > > > | > > >Maybe, but that doesn't give you the right to act unilaterally. | > > > | > > >>I uploaded the package files. I saw that the !ready files have | > > >>been removed, but the package files are still there. How can I get my | > > >>upload accepted? | > > > | > > >Work with Jari to become a (co-)maintainer of the package. | > > | > > Jari doesn't respond to my mail anymore for about two years. I saw a little | > > activity here for Cygwin, but for his packaging work for Debian Linux he | > > turned completely silent. I think he doesn't have the bandwidth anymore. | > | > Not sure, but Jari updated wcd only in October 2015, so it's not overly | > long ago. | > | > Jari, what's your state? It would be really nice if you could keep us | > updated. | | Jari? Ping? | | Erwin, if Jari doesn't reply until end of next week, wcd is your packag I'm ok with Erwin taking the maintainership. Jari
Re: cfget-0.18-1 32bit (aewm* uploaded soon)
On 2015-11-05 14:22, Marco Atzeri wrote: | On 05/11/2015 14:12, Jon Turney wrote: | >On 05/11/2015 10:26, Marco Atzeri wrote: | >> | >>aewm++ 64 bit also, please. | >> | >>You uploaded only aewm++-goodies | >> | >>$ grep aewm++ pkg_arch.txt | >>aewm++ 32 bitJari Aalto | >>aewm++-goodies Both Jari Aalto | > | >I noticed that aewm++ 1.1.2-2 packages for both x86 and x86_64 have been | >sitting in Jari's upload area on sourceware for a while. | > | >I'm not sure if that's because he hasn't marked them ready, or some kind | >of upset bug is happening. | > | | The first I suppose, he was a bit busy at that time. I'll check those ASAP, Thanks, Jari
Re: cfget-0.18-1 32bit (uploaded soon)
On 2015-11-05 10:26, Corinna Vinschen wrote: | On Oct 20 12:23, Corinna Vinschen wrote: | > Jari, ping? | > | > On Oct 19 17:54, Marco Atzeri wrote: | > > On 19/10/2015 17:45, Corinna Vinschen wrote: | > > >On Sep 26 11:43, Marco Atzeri wrote: | > > >>Jari, | > > >>any specific reason why there is only a 64 bit version ? | > > >> | > > >>As it seems just a python script, it should work on both arch correct ? | > > > | > > >Did this get resolved? | > > > | > > > | > > >Corinna | > > | > > the 32bit version is still missing Hm, must have slipped through my eyes. I'll take care of it ASAP. Jari signature.asc Description: Digital signature
SSH key for upload access (new key)
Name: Jari Aalto Package: bzr BEGIN SSH2 PUBLIC KEY Comment: "4096-bit RSA, converted by jaalto@bongo from OpenSSH" B3NzaC1yc2EDAQABAAACAQDsc6OdaM0PkiNhahsS9Zf72o7lpt3A9zKmWWHYOz M5c64JzmJm6KJFOrC3wKwdXIh/cmBIju+l73jA3Z9Oo15gJsBDGI27QgtqVa/R1myKlznV A3cvNXAOnWWf4/CKnrrLPGhzUCIsN37+CuScOQr1XU+vHNj+Kt1LvhyMLQCjyKPAdTVMkC Ne0pfVeV/dbKqWchAVd8JLafIll6k28chy1+forlW7LdyCMnKkhtYfR9Oi/C6JnBLgD7J+ JzvSSizFuaM1Jwo/qu3l2YsgdtKSx/WZLS3wK7QL3dQWS/rKhomKuaQOQTArXKptcYrx9C +AxLcJPqGeryxcnBOUK375jeK6JIc4nXF7I931Frod6QT2WQUuyBMTSLjW0+Il9+fTlFTQ ikE3gXxZ6Cj0ZfvkdrwbDFBZFadHma8ZlGpOQqANCSLeMvZ5KX4KVGkHldxdUzOT9YIczy 92ztRs2Nk3wuyB1SdNoGJCwPo2x08gmN3HL/W0N+4PMBu6ZGJpbby42H+MxolgBry/XApG b+M/dF8ws4FBAcNgMJ/Dl5qkySq2N1oSPCOABUJdyqZgM+7ysNRUg+dkihTtItWJ7+EJ2J LwNe+be/ZJh3CCgPoqJEgXJtXz+9RnnpYUckFKal6r4yJZMAWJ6OPyfp4HYREJGqiNHtZ1 9XJ9SnWqrn/Hww== END SSH2 PUBLIC KEY
SSH key for upload access (new key)
Here is my new key. I lost my old one. Name: Jari Aalto BEGIN SSH2 PUBLIC KEY Comment: "4096-bit RSA, converted by jaalto@bongo from OpenSSH" B3NzaC1yc2EDAQABAAACAQDsc6OdaM0PkiNhahsS9Zf72o7lpt3A9zKmWWHYOz M5c64JzmJm6KJFOrC3wKwdXIh/cmBIju+l73jA3Z9Oo15gJsBDGI27QgtqVa/R1myKlznV A3cvNXAOnWWf4/CKnrrLPGhzUCIsN37+CuScOQr1XU+vHNj+Kt1LvhyMLQCjyKPAdTVMkC Ne0pfVeV/dbKqWchAVd8JLafIll6k28chy1+forlW7LdyCMnKkhtYfR9Oi/C6JnBLgD7J+ JzvSSizFuaM1Jwo/qu3l2YsgdtKSx/WZLS3wK7QL3dQWS/rKhomKuaQOQTArXKptcYrx9C +AxLcJPqGeryxcnBOUK375jeK6JIc4nXF7I931Frod6QT2WQUuyBMTSLjW0+Il9+fTlFTQ ikE3gXxZ6Cj0ZfvkdrwbDFBZFadHma8ZlGpOQqANCSLeMvZ5KX4KVGkHldxdUzOT9YIczy 92ztRs2Nk3wuyB1SdNoGJCwPo2x08gmN3HL/W0N+4PMBu6ZGJpbby42H+MxolgBry/XApG b+M/dF8ws4FBAcNgMJ/Dl5qkySq2N1oSPCOABUJdyqZgM+7ysNRUg+dkihTtItWJ7+EJ2J LwNe+be/ZJh3CCgPoqJEgXJtXz+9RnnpYUckFKal6r4yJZMAWJ6OPyfp4HYREJGqiNHtZ1 9XJ9SnWqrn/Hww== END SSH2 PUBLIC KEY
Re: [SECURITY] arj (UPLOADED)
2015-06-26 20:09 Yaakov Selkowitz : | On Tue, 2015-06-02 at 02:08 -0500, Yaakov Selkowitz wrote: | | > Jari, | > | > The arj package is missing a number of security packages carried by | > other distributions: | > | > http://pkgs.fedoraproject.org/cgit/arj.git/plain/arj-3.10.22-security_format.patch | > http://pkgs.fedoraproject.org/cgit/arj.git/plain/arj-3.10.22-security-afl.patch | > http://pkgs.fedoraproject.org/cgit/arj.git/plain/arj-3.10.22-security-traversal-dir.patch | > http://pkgs.fedoraproject.org/cgit/arj.git/plain/arj-3.10.22-security-traversal-symlink.patch | > | > There are other patches in that repo which you may wish to consider as | > well. | | Ping? Uploaded, thanks. Jari
Re: [SECURITY] arc 5.21p-1 (UPLOADED)
2015-02-18 04:06 Yaakov Selkowitz : | Jari, | | A directory traversal vulnerability has been found in arc. Please add | the following patches to the arc package ASAP: Uploaded both 5.21p-2 and 5.21q-1 with patches included. Jari
upset message x86 - libmhash2 ...no "curr" binary?
I received following while uploading: upset: *** /var/ftp/pub/cygwin/x86/setup.ini: error - package steghide requires nonexistent package libmhash2 upset: *** /var/ftp/pub/cygwin/x86/setup.ini: error - package steghide requires package libmhash2 which has no "curr" binary The x86 seems to include libmhash2: $ uname -a CYGWIN_NT-6.1-WOW test 1.7.34(0.285/5/3) 2015-02-04 12:12 i686 Cygwin $ cygcheck -p libmhash | grep -v devel libmhash2-0.9.9.9-2 - libmhash2: Multiple hash algorithm ... mhash-0.9.2-1 - mhash: library of hash algorithms ... $ grep requires setup.hint requires: libintl8 libjpeg8 libmcrypt4 libmhash2 libstdc++6 zlib0 What should I do? Jari
Re: HEADSUP: Packages with obsolete dependencies
2015-02-11 06:14 Yaakov Selkowitz : | Package maintainers, | | I just cleared out a huge number of obsolete and stale packages. More | remain, but the following packages currently depend on one or more | obsolete libraries (including the recently-obsoleted libpng15 and | libgd2): | | aalibDr. Volker Zell | abookJari Aalto | apngasm Jari Aalto | aria2ORPHANED (Kostya Altukhov) | asymptoteKen Brown | autotraceMarco Atzeri/Dr. Volker Zell | aviewJari Aalto | bmp2png Jari Aalto | brltty ORPHANED (Samuel Thibault) | bvi Jari Aalto | cdargs Jari Aalto | cgdb Jari Aalto | clamav ORPHANED (Reini Urban) | clispORPHANED (Reini Urban) | cscope Jari Aalto | ctrisORPHANED (Reini Urban) | ddd Jon Turney | emacsKen Brown | fltk Teun Burgers | ghostscript Dr. Volker Zell | gl2psMarco Atzeri | gnugoTeun Burgers | gnupgMarco Atzeri | gnuplot Dr. Volker Zell | GraphicsMagick Marco Atzeri | guileJan Nieuwenhuizen | hexedit ORPHANED (Chris Sutcliffe) | hp2xxDr. Volker Zell | icoutils David Stacey | ImageMagick Marco Atzeri | iselect Jari Aalto | joe Jari Aalto | lcms Dr. Volker Zell | leptonicaMarco Atzeri | less ORPHANED | libAfterImageORPHANED (Charles Wilson) | libggi2 Peter Rosin | libkate David Rothenberger | libwmf Dr. Volker Zell | lilypond Jan Nieuwenhuizen | ming Dr. Volker Zell | mscgen Michael McTernan | naim ORPHANED (Jonathan C. Allen) | ncftpJari Aalto | nettle Dr. Volker Zell | nfrotz ORPHANED (Charles Wilson) | ngspice Marco Atzeri | ninvadersDavid Stacey | nmh David Levine | nrss Jari Aalto | octave Marco Atzeri | octave-communicationsMarco Atzeri | optipng Jari Aalto | orpieAndrew Schulman | parrot ORPHANED (Reini Urban) | pdftkDavid Rothenberger | ploticus Andrew Schulman | plotutilsMarco Atzeri | pngquant Jari Aalto | ppl Achim Gratz | proftpd ORPHANED (Jason Tishler) | pstoedit Dr. Volker Zell | python-h5py Chris LeBlanc | python3-h5py Chris LeBlanc | qiv Jari Aalto | RMarco Atzeri | rakudo ORPHANED (Reini Urban) | robots Corinna Vinschen | shed Jari Aalto | singular-surfYue Ren (Frank Seelisch) | sng Andrew Schulman | steghide Jari Aalto | sudoku Jari Aalto | suite3270Peter A. Castro | syslog-ngCorinna Vinschen | tack
Re: [HEADSUP] Dropping libopenssl098 from distro (DONE: ctorrent suck)
2015-01-14 16:13 Corinna Vinschen : | | | it's really *really* overdue to remove the OpenSSL 0.98 DLLs from | the 32 bit distro. | | ctorrent Jari Aalto | suck Jari Aalto Done. Rebuilt and uploaded. Jari pgpNWtFsFUQDW.pgp Description: PGP signature
Re: [SECURITY] links: verify SSL certificates
2014-12-29 18:25 Yaakov Selkowitz : | Jari, | | It was discovered that links does not verify SSL certificates, | defeating the purpose of the security SSL is supposed to provide. | Please add the following patch to fix this: | | http://pkgs.fedoraproject.org/cgit/links.git/plain/links-2.2-ssl-verify.patch Patched and uploaded. Thanks, Jari
ITP: splitpatch -- split the patch up into files or hunks
wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/splitpatch/setup.hint \ http://cante.net/~jaalto/tmp/cygwin/splitpatch/splitpatch-0.0+20131223+gitb13d810-1-src.tar.xz \ http://cante.net/~jaalto/tmp/cygwin/splitpatch/splitpatch-0.0+20131223+gitb13d810-1.tar.xz # To check packaging cd splitpatch tar -xf *-src.tar.xz ./*.sh --color --verbose all Included in Debian: https://packages.debian.org/jessie/splitpatch Jari [ setup.hint ] sdesc: "split the patch up into files or hunks" ldesc: "Divide a patch or diff file into pieces. The split can made by file or by hunk basis. This makes is possible to separate changes that might not be desireable or assemble the patch into more coherent set of changes. The hunk option opens up possibility to compare similar patches hunk-by-hunk using tool like interdiff(1) from patchutils package. Operating on hunk level also gives more control, smilar to Git, to selectively shelve in changes e.g. to Version Control repository. " category: Devel requires: ruby
ITA: rsync -- fast, versatile file synchronizing tool
Adopting rsync (orpahaned, Lapo Luchini): https://cygwin.com/cygwin-pkg-maint I have new 3.1.0 ready for both x86 and x86_64. Let me know when I can upload. Jari
ITA: tnef -- Tool to unpack MIME application/ms-tnef attachments
Adopting tnef (orpahaned, Jonathan C. Allen): https://cygwin.com/cygwin-pkg-maint I have new 1.4.9 ready for both x86 and x86_64. Let me know when I can upload. Jari
Re: UPDATE: cygwin-64bit-missing
2014-06-15 00:45 David Stacey : | On 12/06/14 17:20, Jari Aalto wrote: | | > [*] package has been uploaded to x64 (2014-06-12) | > * | | Please could you check '' as I'm not seeing this package listed | for x86_64: | https://cygwin.com/cgi-bin2/package-grep.cgi?grep=&arch=x86_64 Ok, x64 re-uploaded Thanks, Jari
Re: UPDATE: cygwin-64bit-missing
2014-06-13 07:34 Yaakov Selkowitz : | On 2014-06-12 11:20, Jari Aalto wrote: | | > Please update list: | > | > https://cygwin.com/cygwin-64bit-missing | > | > [*] package has been uploaded to x64 (2014-06-12) | > [-] orphaned | > | > tinyirc does not compile under x64 | | Updated cygwin-64bit-missing and cygwin-pkg-maint. One more thing, add to cygwin-64bit-missing: pristine-tar # prereq: xdelta Thanks, Jari
Re: upset messages
2014-06-13 09:10 Yaakov Selkowitz : | On 2014-06-13 01:04, | cygwin-no-reply-rDBXBDvO6BXQT0dZR+AlfA(at)public.gmane.org wrote: | | > upset: *** /var/ftp/pub/cygwin/x86_64/setup.ini: error - package qiv | > requires nonexistent package libpng14 | > upset: *** /var/ftp/pub/cygwin/x86_64/setup.ini: error - package qiv | > requires package libpng14 which has no "curr" binary | | Jari, please fix your setup.hint files. Fixed this, re-uploaded. Where can I see all upset messages? Jari
Re: O: xloadimage -- Graphics file viewer under X11
2014-06-13 02:15 David Stacey: | On 12/06/14 12:30, Jari Aalto wrote: | | > I'm orphaning package "xloadimage". If anyone feels | > insterested in taking over, please go ahead. | | I've got this to compile under x86_64 using the latest patch set from | Debian. With 30 patches applied, you wonder how much of the original | source code is still there :-) Anyway, it seems to work. I'll take a | look at the Fedora patches and see if any of those are applicable. Good. | I'm going to be rather busy over the next few days, but if I'm happy | with the build then I'll send an ITA next week. The packaging files can be found at: https://github.com/jaalto/cygwin-package--xloadimage See e.g. included manual pages, Cygwin specific patch and other files[*] patches/cygwin/0001-uufilter.c-include.patch ... cygwin-announce.mail install.lst install.tar.options man/xsetbg.1 man/xview.1 postinstall.sh preremove.sh setup.hint upstream.perl-webget xloadimage.README The install structure I used was: .inst/ .inst/etc .inst/etc/defaults .inst/etc/defaults/etc .inst/etc/defaults/etc/X11 .inst/etc/defaults/etc/X11/Xloadimage .inst/etc/postinstall .inst/etc/postinstall/xloadimage.sh .inst/usr .inst/usr/bin .inst/usr/bin/uufilter.exe .inst/usr/bin/xloadimage.exe .inst/usr/bin/xsetbg .inst/usr/bin/xview .inst/usr/share .inst/usr/share/doc .inst/usr/share/doc/Cygwin .inst/usr/share/doc/Cygwin/xloadimage.README .inst/usr/share/doc/xloadimage .inst/usr/share/doc/xloadimage/README .inst/usr/share/man .inst/usr/share/man/man1 .inst/usr/share/man/man1/uufilter.1.gz .inst/usr/share/man/man1/xloadimage.1.gz .inst/usr/share/man/man1/xsetbg.1.gz .inst/usr/share/man/man1/xview.1.gz Jari [*] http://freecode.com/projects/cygbuild
UPDATE: cygwin-64bit-missing
Please update list: https://cygwin.com/cygwin-64bit-missing [*] package has been uploaded to x64 (2014-06-12) [-] orphaned tinyirc does not compile under x64 Jari * apngtools * * cscope * duff * flog - geoip * ifile * jlint * kgb * most * ncftp * newmail * odt2txt * ogmtools * pax * pstotext * qiv * readpst * renameutils * renattach * rtf2html-htdig * rzip * sgrep * shed * sic * since * spamoracle * steghide * suck * sudoku * symlinks tinyirc * tirc * tnftp * tree * ttcp * unace * unalz * unrtf * wput * xlhtml - xloadimage * xtail * ytree * zoo
O: geoip -- IP lookup command line tools that use the GeoIP library
I'm orphaning package "geoip". If anyone feels insterested in taking over, please go ahead. Jari For prospective developer: - 1.6.0 compiles fine (x64 too), DLL is generated.
O: xgraph -- Plotting program, reads stdin, allows interactive zooming
I'm orphaning package "xgraph". If anyone feels insterested in taking over, please go ahead. Jari For prospective developer: - Currently doesn't compile under x64
O: xloadimage -- Graphics file viewer under X11
I'm orphaning package "xloadimage". If anyone feels insterested in taking over, please go ahead. Jari For prospective developer: - Currently doesn't compile under x64 - It contains several Debian patches patches/00debian-4.1-21/01_libjpeg-support.patch patches/00debian-4.1-21/02_png-support.patch patches/00debian-4.1-21/03_security-strfoo.patch patches/00debian-4.1-21/04_previous-image.patch patches/00debian-4.1-21/05_idelay-manpage.patch patches/00debian-4.1-21/06_-Wall-cleanup.patch patches/00debian-4.1-21/07_SYSPATHFILE.patch patches/00debian-4.1-21/08_manpage-config-path.patch patches/00debian-4.1-21/09_xloadimagerc-path.patch patches/00debian-4.1-21/10_config.c-HOME-fix.patch patches/00debian-4.1-21/11_fork-implies-quiet.patch patches/00debian-4.1-21/12_fix-tile.patch patches/00debian-4.1-21/13_varargs-is-obsolete.patch patches/00debian-4.1-21/14_errno-not-extern.patch patches/00debian-4.1-21/15_CAN-2005-0638.patch patches/00debian-4.1-21/16_CAN-2005-0639.patch patches/00debian-4.1-21/17_security-sprintf.patch patches/00debian-4.1-21/18_manpage_fixes.patch patches/00debian-4.1-21/19_fix_root_c_resource_leak.patch patches/00debian-4.1-21/20_patch.patch patches/00debian-4.1-21/21_libpng.patch patches/00debian-4.1-21/22-include.patch patches/00debian-4.1-21/23_jpeg.c-build-fix.patch patches/00debian-4.1-21/series
Re: [ITP] google-breakpad (VOTE)
2014-02-21 04:43 Christopher Faylor : | On Thu, Feb 20, 2014 at 08:23:47PM -0600, Yaakov (Cygwin/X) wrote: | | >On 2014-02-18 07:28, Jon TURNEY wrote: | >> These packages contain the minidump analysis part of breakpad, a | >> multi-platform crash reporting and analysis system using minidumps. | >> | >> It doesn't make much sense to package the libbreakpad_client crash handling | >> library, as this conflicts with cygwin's error_start facility. It might make | >> some sense to make MinGW cross-compiled packages of libbreakpad_client in the | >> future. | >> | >> I can't find this in any major linux distribution, so votes are required. | > | >+1 | | cgf: +1 Jari: +1
New upload method: no login access?
Hi, I tried to follow the example in https://sourceware.org/cygwin-apps/package-upload.html and got this: $ lftp sftp://cygwin:(at)cygwin lftp cygwin(at)cygwin:~> ls ls: Login failed: Login incorrect lftp cygwin(at)cygwin:~> pwd sftp://cygwin:(at)cygwin cd x86_64/release cd: Login failed: Login incorrect What might be the problem? I have ssh-agent running: $ ssh-add -l 1024 93:68:c9:26:84:d2:7c:42:01:69:a7:17:69:47:f8:a0 jaalto(at)PICASSO (RSA1) 1024 16:39:2b:77:5f:48:9c:de:ae:94:a9:0f:29:6c:35:11 /home/jaalto/.ssh/id_dsa (DSA) 2048 ea:0f:81:4e:8f:3c:8e:90:da:3b:bc:2a:79:b5:2b:1e /home/jaalto/.ssh/id_rsa_alioth (RSA) 2048 b9:57:97:78:92:d0:88:cf:50:46:b5:1e:64:dc:f7:c1 /home/jaalto/.ssh/id_rsa_github_emacs_package (RSA) My key was in message: http://cygwin.com/ml/cygwin-apps/2013-10/msg00120.html Jari
SSH key for upload access
Name: Jari Aalto Package: bzr SSHkey: ssh-rsa B3NzaC1yc2EDAQABAAABAQDxuFVrCx9qVFnGTC0lr5KH0yBON7DGSazP++RNL4835euJDYGsodHxT4r1v69Ljm8oiQm1eQOiCAjX71yl2OT/iIF3PdsFlLxMQsfBG8WNaFf84zCcoZlLnpUO5LxTbl9m/ktsB1CUQRPcEWMcEHTOUn3v2028291YsVAi3dwvtG45gxCrSjDyXnWrYgK3t/PHx91KD+t0EJ0nkK6wVFol1H1lS9tC9owbXcvGPC8wMl9hYnIPffKgVmiG0V6bvmPHdYAjP0PVH3m7CkzlXpS6ZWPSeb1fZlRLGUrdJurRORmSqAqcGCzYtpA/M+4zBqov61VcBLwZfemrKTxqOYjz jaalto
RFU: optipng-0.7.4-2 (64bit)
2013-10-11 12:21 "Dr. Volker Zell" : | | [optipng-0.7.4-1] man page is under /usr/man instead of /usr/share/man Update, thanks. wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/setup.hint
RFU: bzr-2.6.0-2 (64bit, manpage)
2013-10-11 12:21 "Dr. Volker Zell" : | | [bzr-2.6.0-1] man page is under /usr/man instead of /usr/share/man Update, thanks. wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/bzr/64/bzr/bzr-2.6.0-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/bzr/64/bzr/bzr-2.6.0-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/bzr/64/bzr/setup.hint
RFU: fdupes-1.50-PR2-3 (64bit, manpage)
2013-10-11 12:21 "Dr. Volker Zell" : | | man page is under /usr/man instead of /usr/share/man Fixed, thanks: wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/fdupes/64/fdupes/fdupes-1.50-PR2-3-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/fdupes/64/fdupes/fdupes-1.50-PR2-3.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/fdupes/64/fdupes/setup.hint
Re: RFU: ctorrent-1.3.4-dnh3.2-2 (64bit)
2013-10-03 18:37 "Yaakov (Cygwin/X)" : | This setup.hint lists 'openssl100' as a dependency, but there is no | such package. I have corrected this on sourceware, but please fix | your local copy accordingly. Updated to "libopenssl100", Thanks Jari
RFU: pristine-tar-1.28-2 (32bit v3)
2013-09-22 15:42 "Dr. Volker Zell" | | You should probably bump the version number to 1.28-2 wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/pristine-tar/pristine-tar-1.28-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pristine-tar/pristine-tar-1.28-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pristine-tar/setup.hint
RFU: qsf-1.2.7-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/qsf/64/qsf/qsf-1.2.7-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/qsf/64/qsf/qsf-1.2.7-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/qsf/64/qsf/setup.hint
RFU: rdtool-0.6.38-1 (noarch ruby)
Upload to both 32 and 64: wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/rdtool/rdtool-0.6.38-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/rdtool/rdtool-0.6.38-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/rdtool/setup.hint
RFU: rc-1.7.1-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/rc/64/rc/rc-1.7.1-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/rc/64/rc/rc-1.7.1-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/rc/64/rc/setup.hint
RFU: pwgen-2.06-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/pwgen/64/pwgen/pwgen-2.06-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pwgen/64/pwgen/pwgen-2.06-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pwgen/64/pwgen/setup.hint
RFU: posh-0.12.2-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/posh/64/posh/posh-0.12.2-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/posh/64/posh/posh-0.12.2-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/posh/64/posh/setup.hint
RFU posh-0.12.2-1 (32bit)
wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/posh/posh-0.12.2-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/posh/posh-0.12.2-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/posh/setup.hint
python-paramiko-1.9.0+20130801 (noarch python)
Upload for both 32 and 64: wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/python-paramiko/python-paramiko-1.9.0+20130801+gite06b0f5-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/python-paramiko/python-paramiko-1.9.0+20130801+gite06b0f5-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/python-paramiko/setup.hint
RFU: pscan-1.2-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/pscan/64/pscan/pscan-1.2-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pscan/64/pscan/pscan-1.2-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pscan/64/pscan/setup.hint
RFU: potrace-1.10-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/potrace/64/potrace/potrace-1.10-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/potrace/64/potrace/potrace-1.10-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/potrace/64/potrace/setup.hint
RFU: pngquant-2.0 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/pngquant/64/pngquant/pngquant-2.0.20130820+git1e28372-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngquant/64/pngquant/pngquant-2.0.20130820+git1e28372-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngquant/64/pngquant/setup.hint
RFU: pngquant-2.0 (32bit)
wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/pngquant/pngquant-2.0.20130820+git1e28372-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngquant/pngquant-2.0.20130820+git1e28372-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngquant/setup.hint
RFU: pngcrush-1.7.67 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/pngcrush/64/pngcrush/pngcrush-1.7.67+20130820+giteca9f84-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngcrush/64/pngcrush/pngcrush-1.7.67+20130820+giteca9f84-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngcrush/64/pngcrush/setup.hint
RFU: pngcrush-1.7.26 (32bit)
wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/pngcrush/pngcrush-1.7.26+20130305+gitb6d8931-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngcrush/pngcrush-1.7.26+20130305+gitb6d8931-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngcrush/setup.hint
RFU: bzr-2.6.0-2 (32bit v2)
2013-09-19 10:52 "Dr. Volker Zell" : | | man page is still under /usr/man/man1 insted of /usr/share/man/man1. Update: wget --recursive --no-host-directories --cut-dirs=3 \ http://cante.net/~jaalto/tmp/cygwin/bzr/bzr-2.6.0-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/bzr/bzr-2.6.0-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/bzr/setup.hint
Re: RFU: pristine-tar-1.28-1 (32bit v2)
2013-09-18 19:20 "Dr. Volker Zell" : | archive contains the following empty directory structure: | | /home/jaalto/cygwin/my/pristine-tar/pristine-tar-1.28 | | and a postinstall script which will never work with the current content. Re-packaged: wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/pristine-tar/64/pristine-tar/pristine-tar-1.28-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pristine-tar/64/pristine-tar/pristine-tar-1.28-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pristine-tar/64/pristine-tar/setup.hint Thanks, Jari
Re: RFU: outguess-0.2-1 (64bit)
2013-09-16 07:25 Jari Aalto | wget \ | ... wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/outguess/64/outguess/outguess-0.2-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/outguess/64/outguess/outguess-0.2-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/outguess/64/outguess/setup.hint
Re: RFU: optipng-0.7.4-1 (64bit)
2013-09-16 07:18 Jari Aalto | wget \ | ... wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4.tar.gz \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/setup.hint
RFU: pngcheck-2.3.0-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/pngcheck/64/pngcheck/pngcheck-2.3.0-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngcheck/64/pngcheck/pngcheck-2.3.0-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/pngcheck/64/pngcheck/pngcheck-2.3.0.tar.gz \ http://cante.net/~jaalto/tmp/cygwin/pngcheck/64/pngcheck/setup.hint
RFU: outguess-0.2-1 (64bit)
wget \ http://cante.net/~jaalto/tmp/cygwin/outguess/64/outguess/outguess-0.2-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/outguess/64/outguess/outguess-0.2-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/outguess/64/outguess/setup.hint
RFU: optipng-0.7.4-1 (64bit)
wget \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/optipng-0.7.4.tar.gz \ http://cante.net/~jaalto/tmp/cygwin/optipng/64/optipng/setup.hint
RFU: oodiff-20080328-1 (64bit, noarch)
POSIX shell, upload to 64: wget \ http://cante.net/~jaalto/tmp/cygwin/oodiff/oodiff-20080328-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/oodiff/oodiff-20080328-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/oodiff/oodiff-20080328.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/oodiff/setup.hint
RFU: nttcp-1.47-2 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/nttcp/64/nttcp/nttcp-1.47-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/nttcp/64/nttcp/nttcp-1.47-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/nttcp/64/nttcp/setup.hint
RFU: nrss-0.3.9-2 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/nrss/64/nrss/nrss-0.3.9-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/nrss/64/nrss/nrss-0.3.9-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/nrss/64/nrss/setup.hint
RFU: mmv-1.01b-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/mmv/64/mmv/mmv-1.01b-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mmv/64/mmv/mmv-1.01b-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mmv/64/mmv/setup.hint
RFU: micro-httpd-20051212-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/micro-httpd/64/micro-httpd/micro-httpd-20051212-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/micro-httpd/64/micro-httpd/micro-httpd-20051212-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/micro-httpd/64/micro-httpd/setup.hint
RFU: mboxcheck-0.1.2-2 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/mboxcheck/64/mboxcheck/mboxcheck-0.1.2-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mboxcheck/64/mboxcheck/mboxcheck-0.1.2-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mboxcheck/64/mboxcheck/setup.hint
RFU: makepasswd-1.10-2 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/makepasswd/64/makepasswd/makepasswd-1.10-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/makepasswd/64/makepasswd/makepasswd-1.10-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/makepasswd/64/makepasswd/setup.hint
RFU: mairix-0.22-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/mairix/64/mairix/mairix-0.22-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mairix/64/mairix/mairix-0.22-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/mairix/64/mairix/setup.hint
RFU: lzop-1.03-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/lzop/64/lzop/lzop-1.03-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/lzop/64/lzop/lzop-1.03-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/lzop/64/lzop/setup.hint
RFU: lv-4.51-2 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/lv/64/lv/lv-4.51-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/lv/64/lv/lv-4.51-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/lv/64/lv/setup.hint
RFU: links-2.7-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/links/64/links/links-2.7-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/links/64/links/links-2.7-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/links/64/links/setup.hint
RFU: lcab-1.0b12-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/lcab/64/lcab/lcab-1.0b12-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/lcab/64/lcab/lcab-1.0b12-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/lcab/64/lcab/setup.hint
Correct cyggcc_s-seh-1.dll dependency in setup.hint (64bit)?
Some of the *.exe files I compile under 64 report dependencies like this: ... C:\tmp\cygwin\root\bin\cygz.dll C:\tmp\cygwin\root\bin\cygstdc++-6.dll C:\tmp\cygwin\root\bin\cyggcc_s-seh-1.dll The first two are obvious, but what is the last one? What "requires: " should I put in setup.hint to satisfy it? Jari
RFU: iselect-1.4.0-2 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/iselect/64/iselect/iselect-1.4.0-2-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/iselect/64/iselect/iselect-1.4.0-2.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/iselect/64/iselect/setup.hint
RFU: iprint-1.3-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/iprint/64/iprint/iprint-1.3-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/iprint/64/iprint/iprint-1.3-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/iprint/64/iprint/setup.hint
RFU: integrit-4.1-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/integrit/64/integrit/integrit-4.1-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/integrit/64/integrit/integrit-4.1-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/integrit/64/integrit/setup.hint
RFU: ii-1.3-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/ii/64/ii/ii-1.3-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/ii/64/ii/ii-1.3-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/ii/64/ii/setup.hint
RFU: httptunnel-3.3-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/httptunnel/64/httptunnel/httptunnel-3.3-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/httptunnel/64/httptunnel/httptunnel-3.3-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/httptunnel/64/httptunnel/setup.hint
RFU: httping-1.6-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/httping/64/httping/httping-1.6-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/httping/64/httping/httping-1.6-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/httping/64/httping/setup.hint
RFU: greed-3.7-1 (64bit)
wget --recursive --no-host-directories --cut-dirs=5 \ http://cante.net/~jaalto/tmp/cygwin/greed/64/greed/greed-3.7-1-src.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/greed/64/greed/greed-3.7-1.tar.bz2 \ http://cante.net/~jaalto/tmp/cygwin/greed/64/greed/setup.hint