Kind request to update 'nasm'

2023-01-03 Thread Mario Emmenlauer via Cygwin
Dear All, the current version of OpenSSL (1.1.1s) fails to build for me with an error in nasm. The issue is reported upstream and supposedly fixed already, see https://bugzilla.nasm.us/show_bug.cgi?id=3392658 I've tested nasm 2.16.1 from the upstream win32 builds and it does indeed fi

Re: Request new nasm package

2017-08-01 Thread Dean Scarff
On Mon, 26 Jun 2017 10:50:17 +0200, Corinna Vinschen wrote: On Jun 22 17:22, Steven Penny wrote: Please update the NASM (Netwide Assembler) package. Current version is: 2.10.07 (Jan 2013) On x86 it's only 2.10.05. x264 now requires at least: 2.13 (Apr 2017) We actually d

[ANNOUNCEMENT] Updated: nasm-2.13.01-1

2017-07-28 Thread Michal Feix
Version 2.13.01-1 of "nasm" has been uploaded. NASM is a widespread, portable, very flexible and mature assembler tool with support for many output formats licensed under the 2-clause BSD licence. This upload is updating a few years old package in Cygwin tree to current stabl

Re: Request new nasm package

2017-06-29 Thread Corinna Vinschen
On Jun 28 08:56, Doug Henderson wrote: > On 26 June 2017 at 02:50, Corinna Vinschen wrote: > > On Jun 22 17:22, Steven Penny wrote: > >> Please update the NASM (Netwide Assembler) package. Current version is: > >> > >>2.10.07 (Jan 2013) > > >

Re: Request new nasm package

2017-06-28 Thread Doug Henderson
On 26 June 2017 at 02:50, Corinna Vinschen wrote: > On Jun 22 17:22, Steven Penny wrote: >> Please update the NASM (Netwide Assembler) package. Current version is: >> >>2.10.07 (Jan 2013) > > On x86 it's only 2.10.05. > >> x264 now requires at

Re: Request new nasm package

2017-06-26 Thread Corinna Vinschen
On Jun 22 17:22, Steven Penny wrote: > Please update the NASM (Netwide Assembler) package. Current version is: > >2.10.07 (Jan 2013) On x86 it's only 2.10.05. > x264 now requires at least: > >2.13 (Apr 2017) > We actually didn't read from the nasm ma

Request new nasm package

2017-06-22 Thread Steven Penny
Please update the NASM (Netwide Assembler) package. Current version is: 2.10.07 (Jan 2013) x264 now requires at least: 2.13 (Apr 2017) References: - http://github.com/cygwinports/nasm - http://github.com/mirror/x264/commit/d2b5f48 - http://nasm.us/pub/nasm/releasebuilds -- Problem

[ANNOUNCEMENT] Updated: nasm-2.10.05-1

2012-09-11 Thread Dean Scarff
The cygwin package of nasm has been update to version 2.10.05. This is the latest stable upstream version available from http://nasm.us/ The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. The full upstream changelog since the last Cygwin

Re: NASM package update

2012-08-07 Thread marco atzeri
On 8/7/2012 1:06 PM, Diego Biurrun wrote: On Mon, Aug 06, 2012 at 08:48:47PM +0200, Diego Biurrun wrote: The NASM package in Cygwin is getting a tad long in the tooth. There is NASM 2.08.02 available, but 2.10.03 is current, i.e. NASM has done two major releases in the meantime. The package

Re: NASM package update

2012-08-07 Thread Diego Biurrun
On Mon, Aug 06, 2012 at 08:48:47PM +0200, Diego Biurrun wrote: > > The NASM package in Cygwin is getting a tad long in the tooth. There is > NASM 2.08.02 available, but 2.10.03 is current, i.e. NASM has done two > major releases in the meantime. The package for Cygwin was create

NASM package update

2012-08-06 Thread Diego Biurrun
Hello everybody! The NASM package in Cygwin is getting a tad long in the tooth. There is NASM 2.08.02 available, but 2.10.03 is current, i.e. NASM has done two major releases in the meantime. The package for Cygwin was created over two years ago. Newer NASM versions are required to assemble

[ANNOUNCEMENT] Updated: nasm-2.08.02-1

2010-07-15 Thread Dean Scarff
The cygwin package of nasm has been updated to version 2.08.02. This is the latest stable upstream version available from http://nasm.us/ The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. In addition to the upstream changes noted below

Re: nasm -- what format does cygwin use?

2010-07-11 Thread Dean Scarff
This is a *very* late reply to: http://sourceware.org/ml/cygwin/2009-12/msg00208.html > I am trying to compile a program that use nasm and it thought that > gnuwin32 was a format for nasm (don't know if it used to be, but it's > not now). > Does cygwin use standard linux f

Re: nasm -- what format does cygwin use?

2009-12-06 Thread Christopher Faylor
s asking about; Eric's response wasn't meant to be rude, but >it wasn't entirely paranoid of Linda to take it that way because it >could seem to be brusque. Never forget how poor the bandwidth of email >is w.r.t. communicating tone and emotional inflection - and that&#x

Re: nasm -- what format does cygwin use?

2009-12-05 Thread Dave Korn
Christopher Faylor wrote: > On Sat, Dec 05, 2009 at 01:44:14AM -0800, Linda Walsh wrote: >> I knew Eric Blakes answer was hopelessly unhelpful and just trying to >> wind me up since PE-coff isn't even on the list (though coff is), > > That's a rather paranoid way of looking at someone's attempts t

Re: nasm -- what format does cygwin use?

2009-12-05 Thread Christopher Faylor
On Sat, Dec 05, 2009 at 01:44:14AM -0800, Linda Walsh wrote: >I knew Eric Blakes answer was hopelessly unhelpful and just trying to >wind me up since PE-coff isn't even on the list (though coff is), That's a rather paranoid way of looking at someone's attempts to help you. Eric was, unsurprisingl

Re: nasm -- what format does cygwin use?

2009-12-05 Thread Linda Walsh
names with 'flavors' for variations on the basics. Linda, my reading of the "nasm -hf" output suggests you'd want the win32 output format. If you check the generated .o files it using "objdump -h" you should see "file format pe-i386", which is right. Af

Re: nasm -- what format does cygwin use?

2009-12-04 Thread Dave Korn
Tim Prince wrote: > Linda Walsh wrote: >> I am trying to compile a program that use nasm and it thought that >> gnuwin32 was a format for nasm (don't know if it used to be, but it's >> not now). >> >> Does cygwin use standard linux format now 'elf&

Re: nasm -- what format does cygwin use?

2009-12-04 Thread Tim Prince
Linda Walsh wrote: I am trying to compile a program that use nasm and it thought that gnuwin32 was a format for nasm (don't know if it used to be, but it's not now). Does cygwin use standard linux format now 'elf', or is it using win32?..or something else)? If running in

Re: nasm -- what format does cygwin use?

2009-12-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Linda Walsh on 12/4/2009 5:21 PM: > Does cygwin use standard linux format now 'elf', or is it using win32?..or > something else)? Cygwin is a windows app, therefore it uses PE-COFF like all other windows apps. Reading the list archives w

nasm -- what format does cygwin use?

2009-12-04 Thread Linda Walsh
I am trying to compile a program that use nasm and it thought that gnuwin32 was a format for nasm (don't know if it used to be, but it's not now). Does cygwin use standard linux format now 'elf', or is it using win32?..or something else)? Thanks, -linda -- Problem

[ANNOUNCEMENT] [1.7] Updated: nasm-2.06-1

2009-07-02 Thread Dean Scarff
The cygwin package of nasm has been updated to version 2.06. This is the latest stable upstream version available from http://nasm.sourceforge.net/ The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. This update is only available for the

[ANNOUNCEMENT] Updated: nasm-2.02-1

2008-02-27 Thread Dean Scarff
The cygwin package of nasm has been updated to the latest stable release, 2.02. The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. Changes since 2.01: * Additional fixes for MMX operands with explicit "qword", as well as

[ANNOUNCEMENT] Updated: nasm-2.01-1

2008-01-21 Thread Dean Scarff
The cygwin package of nasm has been updated to the latest stable release, 2.01. The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. Changes since 2.00: * Fix the handling of MMX registers with explicit "qword" tags on memo

[ANNOUNCEMENT] Updated: nasm-2.00-2

2007-12-07 Thread Dean Scarff
Version 2.00-2 of nasm has been uploaded, and should be available on the cygwin mirrors in the near future. nasm is an x86 and x86-64 assembler. Please find it under the "Devel" category in cygwin's setup utility. This release fixes a bug with the cygwin packaging

Re: [Packaging BUG] Re: [ANNOUNCEMENT] Updated: nasm-2.00-1

2007-12-07 Thread Dean Scarff
Ack. Updating RSN. > There is a /usr/share/doc/html directory which should be under > /usr/share/doc/nasm-2.00 -- Dean -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

[Packaging BUG] Re: [ANNOUNCEMENT] Updated: nasm-2.00-1

2007-12-04 Thread Dr. Volker Zell
>>>>> Dean Scarff writes: > Version 2.00-1 of nasm has been uploaded, and should be available on > the cygwin mirrors in the near future. Please find it under the > "Devel" category in cygwin's setup utility. There is a /usr/share/doc/html dir

[ANNOUNCEMENT] Updated: nasm-2.00-1

2007-11-30 Thread Dean Scarff
Version 2.00-1 of nasm has been uploaded, and should be available on the cygwin mirrors in the near future. Please find it under the "Devel" category in cygwin's setup utility. This release constitutes a major revision of the upstream stable sources. From http://nasm.sf.n

[ANNOUNCEMENT] Updated: nasm-0.98.39-1

2005-02-18 Thread Dean Scarff
I have packaged the latest upstream release of nasm 0.98.39 for cygwin. This version contains a fix for a buffer overflow vulnerability; I'd urge you to upgrade. From the upstream ChangeLog: 0.98.39 --- * fix buffer overflow * fix outas86's .bss handling * "make spot

[ANNOUNCEMENT] Updated: nasm-0.98.38-1

2003-09-21 Thread Dean Scarff
nasm-0.98.38-1 is now available for download. BACKGROUND INFORMATION: === Many many developers all over the net respect NASM for what it is - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats

[ANNOUNCEMENT] updated: nasm-0.98.37-1 and nasm-0.98.37-2

2003-09-01 Thread Dean Scarff
nasm-0.98.37-1 and nasm-0.98.37-2 have been uploaded to sourceware. BACKGROUND INFORMATION: === Many many developers all over the net respect NASM for what it is - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for

[ANNOUNCEMENT] Updated: nasm-0.98.36-1

2003-03-13 Thread Dean Scarff
The cygwin port of nasm has been updated to 0.98.36. This version contains some minor bugfixes and enhancements. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup

[ANNOUNCEMENT] New package: nasm-0.98.35-1

2003-01-08 Thread Dean Scarff
The netwide assembler has been included in the Cygwin net distribution. nasm is the famous, portable Netwide Assembler for the 80x86. Many many developers all over the net respect NASM for what it is - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler

Re: NASM

2002-03-22 Thread Gerrit P. Haase
Jim, Freitag, 22. März 2002 18:59:57, du schriebst: I'm no native english speaker, so I'm not sure I understand what you ask me, I will ask back: >> This version of NASM has been modified by SciTech Software such that it Yes, that is what the Readme in the sources stat

Re: NASM

2002-03-22 Thread Jim
> > This version of NASM has been modified by SciTech Software such that it I'm all for going to the heart of the issue - why are you going to a modified version? When they're still making improvements to the base? I mean sure it's modified, but that locks it into an old v

ITP: NASM

2002-03-22 Thread Gerrit P. Haase
Hallo CygWinApps, I have packaged NASM. I think I will maintain it as long as someone else steps in. setup.hint: sdesc: "NetWide Assembler" ldesc: "This is a modified distribution of NASM, the Netwide Assembler. NASM is a prototype general-purpose x86 assembler. It will curren

Re: NASM as a cygwin package?

2002-03-20 Thread Christopher Faylor
On Wed, Mar 20, 2002 at 01:00:27PM +0100, Lapo Luchini wrote: >BTW: regarding that cvs-ssh-win32-cygwin.tar.gz file, IANAL but >regularly reading the cygwin mailing list I happen to have read that >distributing binaries without sources technically violates the GPL, as >the uses isn't gived the rig

NASM as a CygWin package?

2002-03-20 Thread Lapo Luchini
Hi! Wouln't be convenient to have a NASM package directly installable (ni binary and in source) from Cygwin's setup.exe? I would surely be useful for people that uses CygWin, which I think includes some of NASM developers, judging from the cvs-ssh-win32-cygwin.tar.gz file in your dow

Re: RFP: NASM

2002-03-20 Thread Lapo Luchini
> > utilities packaged... who volunteers? 0=) > I think you just did :}. Uh, I didn't realize it.. but your experience in dealing with people far exceedes my own so you must be right. I'll do it. -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN:

RE: RFP: NASM

2002-03-20 Thread Robert Collins
> -Original Message- > From: Lapo Luchini [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 10:01 PM > To: CygWin > Subject: Re: RFP: NASM > > > > *shrug* they have a forum - the version compiles with > cygwin without a > > hitch..

Re: RFP: NASM

2002-03-20 Thread Lapo Luchini
y indeed know of cygwin existence, but of course they didn't suppose that being an "official package" was so easy... I think the best think is to contact them to ask if they want to mantain NASM package themself and moreover politely pointing out that they should point to the setup instea