public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [BUG ?] Re: [ANNOUNCEMENT] Updated: {libpng/libpng14/libpng14-devel}-1.4.8-1
       [not found] <201107280609.p6S69LDG005105@rcsinet12.oracle.com>
@ 2011-11-13 14:34 ` Dr. Volker Zell
  2011-11-14 21:09   ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. Volker Zell @ 2011-11-13 14:34 UTC (permalink / raw)
  To: cygwin

>>>>> Charles Wilson writes:

    > The libpng packages offer the standard libraries for manipulating
    > PNG files, a turbo-studly lossless image format.  This is a security
    > update.

    > [[ compiled using gcc-4.3.4-4 ]]

    > CHANGES (since 1.4.3-2)
    > ========================
    > o Update to latest upstream release
    > o Security update:
    >   + CVE-2011-2692
    >   + CVE-2011-2691
    >   + CVE-2011-2690

This version dosn't export png_info_init

00000000 I _imp__png_info_init_3
00000000 T png_info_init_3

whereas libpng-1.2 does

00000000 I _imp__png_info_init_3
00000000 T png_info_init_3      
00000000 I _imp__png_info_init  
00000000 T png_info_init        

Is this intednded ?

I get a link error when trying to update Ted in the distro:

gcc  -o Ted tedTocTool.o tedToc.o tedTextOrnamentsTool.o tedTabsTool.o tedTableTool.o tedTable.o tedSymbolPicker.o tedSpellTool.o tedShadingTool.o tedSelectionGeometry.o tedSele
ctionDescription.o tedSelect.o tedSectionTool.o tedRuler.o tedRowTool.o tedParaOrnamentsTool.o tedParaLayoutTool.o tedPageLayoutTool.o tedPage.o tedObjects.o tedObjectDrag.o ted
NotesTool.o tedNote.o tedMouseInput.o tedMain.o tedListTool.o tedLinkTool.o tedLink.o tedLayout.o tedInput.o tedIncludeDocument.o tedImageTool.o tedIcons.o tedHyperlink.o tedHei
ghtTool.o tedHeaderFooterTool.o tedHeaderFooter.o tedFrameTool.o tedFormatToolUtil.o tedFormatTool.o tedFormat.o tedFontTool.o tedFont.o tedFollowLink.o tedFindTool.o tedFindIte
m.o tedFind.o tedFileConvert.o tedEditOperation.o tedEditList.o tedEdit.o tedDrawTextLines.o tedDrawShape.o tedDrawMotif.o tedDrawGtk.o tedDraw.o tedDocument.o tedDocRuler.o ted
Docprops.o tedCopyPaste.o tedColumnTool.o tedCellTool.o tedBottomRuler.o tedBorderTool.o tedBookmarkTool.o tedBookmark.o tedBlinkMotif.o tedBlinkGtk.o tedAppFont.o tedAppColor.o
 tedApp.o layoutContext.o docScreenLayout.o docPsPrintTextLine.o docPsPrintTabs.o docPsPrintShapes.o docPsPrintImage.o docPsPrint.o docPsListFonts.o docOpenObject.o docLayoutUti
l.o docLayoutShapes.o docLayoutSect.o docLayoutRowspan.o docLayoutRow.o docLayoutParaInStrip.o docLayoutParagraphs.o docLayoutPara.o docLayoutPageGrid.o docLayoutNotes.o docLayo
utLines.o docLayoutLine.o docLayoutInline.o docLayoutExternalItem.o docLayout.o docDrawUtil.o docDrawTextLines.o docDrawShape.o docDrawRow.o docDrawParagraph.o docDrawExternalIt
em.o docDraw.o docAdjustParentLayout.o docAdjustParaLayout.o ../lib/docBuf.a ../lib/appFrame.a ../lib/bitmap.a ../lib/ind.a ../lib/docFont.a ../lib/utilPs.a ../lib/appUtil.a \
                            -lpcre \
                            -L/usr/lib -ltiff -L/usr/lib -ljpeg -L/usr/lib -lpng -L/usr/lib -lz \
                            -lXpm -lXm   -lXt -lXext -lSM -lICE -lX11  -lXft -lXrender -lfontconfig -lexpat -liconv -lfreetype -lz -lbz2 -lX11 -lxcb -lXau -lXdmcp   -lfreetype -
lz -lbz2 -lfontconfig -lexpat -lfreetype -lz -liconv   -lm
../lib/bitmap.a(bmpng.o): In function `bpPngiFromBitmap':
/misc/src/release/ted-2.21-1/build/bitmap/bmpng.c:287: undefined reference to `_png_info_init'


Ciao
  Volker

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG ?] Re: [ANNOUNCEMENT] Updated: {libpng/libpng14/libpng14-devel}-1.4.8-1
  2011-11-13 14:34 ` [BUG ?] Re: [ANNOUNCEMENT] Updated: {libpng/libpng14/libpng14-devel}-1.4.8-1 Dr. Volker Zell
@ 2011-11-14 21:09   ` Yaakov (Cygwin/X)
  2011-11-15  2:21     ` Charles Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Yaakov (Cygwin/X) @ 2011-11-14 21:09 UTC (permalink / raw)
  To: cygwin

On Sun, 2011-11-13 at 15:35 +0100, Dr. Volker Zell wrote:
> This version dosn't export png_info_init
> whereas libpng-1.2 does
> Is this intednded ?

http://www.libpng.org/pub/png/src/libpng-1.2.x-to-1.4.x-summary.txt


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG ?] Re: [ANNOUNCEMENT] Updated: {libpng/libpng14/libpng14-devel}-1.4.8-1
  2011-11-14 21:09   ` Yaakov (Cygwin/X)
@ 2011-11-15  2:21     ` Charles Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Charles Wilson @ 2011-11-15  2:21 UTC (permalink / raw)
  To: cygwin

On 11/14/2011 4:09 PM, Yaakov (Cygwin/X) wrote:
> On Sun, 2011-11-13 at 15:35 +0100, Dr. Volker Zell wrote:
>> This version dosn't export png_info_init
>> whereas libpng-1.2 does
>> Is this intednded ?
>
> http://www.libpng.org/pub/png/src/libpng-1.2.x-to-1.4.x-summary.txt

To expand on Yaakov's answer, yes -- this is intended.  The libpng API 
changes with each major release, which is why the DLL name gets "bumped" 
in each case.  libpng14-1.4.x-y provides cygpng14-14.dll, while 
libpng12-1.2.x-y provided cygpng12.dll.

FWIW, the png team has abandoned even/odd numbering to designate 
stable/development releases. Hence, the 1.5.x series is now the 
"current" stable release -- our "new" libpng-1.4.x is already obsolete. 
I'll publish libpng15 before Christmas (by which time, of course, 
libpng-1.6 will be stable).

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-15  2:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201107280609.p6S69LDG005105@rcsinet12.oracle.com>
2011-11-13 14:34 ` [BUG ?] Re: [ANNOUNCEMENT] Updated: {libpng/libpng14/libpng14-devel}-1.4.8-1 Dr. Volker Zell
2011-11-14 21:09   ` Yaakov (Cygwin/X)
2011-11-15  2:21     ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).