Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302060 Details for
Bug 439979
libvncserver is using internal version of minilzo
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch which removes references to minilzo from Makefile.*
libvnc-minilzo.patch (text/plain), 6.45 KB, created by
manuel wolfshant
on 2008-04-10 19:45:43 UTC
(
hide
)
Description:
patch which removes references to minilzo from Makefile.*
Filename:
MIME Type:
Creator:
manuel wolfshant
Created:
2008-04-10 19:45:43 UTC
Size:
6.45 KB
patch
obsolete
>diff -up LibVNCServer-0.9.1/libvncserver/Makefile.am.old LibVNCServer-0.9.1/libvncserver/Makefile.am >--- LibVNCServer-0.9.1/libvncserver/Makefile.am.old 2008-04-10 21:53:23.000000000 +0300 >+++ LibVNCServer-0.9.1/libvncserver/Makefile.am 2008-04-10 21:53:51.000000000 +0300 >@@ -19,7 +19,7 @@ include_HEADERS=../rfb/rfb.h ../rfb/rfbc > ../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h > > noinst_HEADERS=d3des.h ../rfb/default8x16.h zrleoutstream.h \ >- zrlepalettehelper.h zrletypes.h private.h minilzo.h lzoconf.h scale.h \ >+ zrlepalettehelper.h zrletypes.h private.h lzoconf.h scale.h \ > $(TIGHTVNCFILETRANSFERHDRS) > > EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \ >@@ -36,7 +36,7 @@ endif > LIB_SRCS = main.c rfbserver.c rfbregion.c auth.c sockets.c \ > stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ > httpd.c cursor.c font.c \ >- draw.c selbox.c d3des.c vncauth.c cargs.c minilzo.c ultra.c scale.c \ >+ draw.c selbox.c d3des.c vncauth.c cargs.c ultra.c scale.c \ > $(ZLIBSRCS) $(JPEGSRCS) $(TIGHTVNCFILETRANSFERSRCS) > > libvncserver_la_SOURCES=$(LIB_SRCS) >diff -up LibVNCServer-0.9.1/libvncserver/Makefile.in.old LibVNCServer-0.9.1/libvncserver/Makefile.in >--- LibVNCServer-0.9.1/libvncserver/Makefile.in.old 2008-04-10 22:15:36.000000000 +0300 >+++ LibVNCServer-0.9.1/libvncserver/Makefile.in 2008-04-10 22:16:08.000000000 +0300 >@@ -63,7 +63,7 @@ libvncserver_la_LIBADD = > am__libvncserver_la_SOURCES_DIST = main.c rfbserver.c rfbregion.c \ > auth.c sockets.c stats.c corre.c hextile.c rre.c translate.c \ > cutpaste.c httpd.c cursor.c font.c draw.c selbox.c d3des.c \ >- vncauth.c cargs.c minilzo.c ultra.c scale.c zlib.c zrle.c \ >+ vncauth.c cargs.c ultra.c scale.c zlib.c zrle.c \ > zrleoutstream.c zrlepalettehelper.c tight.c \ > tightvnc-filetransfer/rfbtightserver.c \ > tightvnc-filetransfer/handlefiletransferrequest.c \ >@@ -79,7 +79,7 @@ am__libvncserver_la_SOURCES_DIST = main. > am__objects_4 = main.lo rfbserver.lo rfbregion.lo auth.lo sockets.lo \ > stats.lo corre.lo hextile.lo rre.lo translate.lo cutpaste.lo \ > httpd.lo cursor.lo font.lo draw.lo selbox.lo d3des.lo \ >- vncauth.lo cargs.lo minilzo.lo ultra.lo scale.lo \ >+ vncauth.lo cargs.lo ultra.lo scale.lo \ > $(am__objects_1) $(am__objects_2) $(am__objects_3) > am_libvncserver_la_OBJECTS = $(am__objects_4) > libvncserver_la_OBJECTS = $(am_libvncserver_la_OBJECTS) >@@ -98,7 +98,7 @@ SOURCES = $(libvncserver_la_SOURCES) > DIST_SOURCES = $(am__libvncserver_la_SOURCES_DIST) > includeHEADERS_INSTALL = $(INSTALL_HEADER) > am__noinst_HEADERS_DIST = d3des.h ../rfb/default8x16.h zrleoutstream.h \ >- zrlepalettehelper.h zrletypes.h private.h minilzo.h lzoconf.h \ >+ zrlepalettehelper.h zrletypes.h private.h lzoconf.h \ > scale.h tightvnc-filetransfer/filelistinfo.h \ > tightvnc-filetransfer/filetransfermsg.h \ > tightvnc-filetransfer/handlefiletransferrequest.h \ >@@ -262,7 +262,7 @@ include_HEADERS = ../rfb/rfb.h ../rfb/rf > ../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h > > noinst_HEADERS = d3des.h ../rfb/default8x16.h zrleoutstream.h \ >- zrlepalettehelper.h zrletypes.h private.h minilzo.h lzoconf.h scale.h \ >+ zrlepalettehelper.h zrletypes.h private.h lzoconf.h scale.h \ > $(TIGHTVNCFILETRANSFERHDRS) > > EXTRA_DIST = tableinit24.c tableinittctemplate.c tabletranstemplate.c \ >@@ -274,7 +274,7 @@ EXTRA_DIST = tableinit24.c tableinittcte > LIB_SRCS = main.c rfbserver.c rfbregion.c auth.c sockets.c \ > stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ > httpd.c cursor.c font.c \ >- draw.c selbox.c d3des.c vncauth.c cargs.c minilzo.c ultra.c scale.c \ >+ draw.c selbox.c d3des.c vncauth.c cargs.c ultra.c scale.c \ > $(ZLIBSRCS) $(JPEGSRCS) $(TIGHTVNCFILETRANSFERSRCS) > > libvncserver_la_SOURCES = $(LIB_SRCS) >@@ -362,7 +362,6 @@ distclean-compile: > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextile.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httpd.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@ >-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minilzo.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfbregion.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfbserver.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfbtightserver.Plo@am__quote@ >diff -up LibVNCServer-0.9.1/libvncclient/Makefile.am.old LibVNCServer-0.9.1/libvncclient/Makefile.am >--- LibVNCServer-0.9.1/libvncclient/Makefile.am.old 2008-04-10 21:54:10.000000000 +0300 >+++ LibVNCServer-0.9.1/libvncclient/Makefile.am 2008-04-10 21:54:29.000000000 +0300 >@@ -1,8 +1,8 @@ > AM_CFLAGS=-g -I $(top_srcdir) -I. -Wall > >-libvncclient_la_SOURCES=cursor.c listen.c rfbproto.c sockets.c vncviewer.c minilzo.c >+libvncclient_la_SOURCES=cursor.c listen.c rfbproto.c sockets.c vncviewer.c > >-noinst_HEADERS=lzoconf.h minilzo.h >+noinst_HEADERS=lzoconf.h > > rfbproto.o: rfbproto.c corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c > >diff -up LibVNCServer-0.9.1/libvncclient/Makefile.in.old LibVNCServer-0.9.1/libvncclient/Makefile.in >--- LibVNCServer-0.9.1/libvncclient/Makefile.in.old 2008-04-10 22:14:53.000000000 +0300 >+++ LibVNCServer-0.9.1/libvncclient/Makefile.in 2008-04-10 22:15:24.000000000 +0300 >@@ -61,7 +61,7 @@ libLTLIBRARIES_INSTALL = $(INSTALL) > LTLIBRARIES = $(lib_LTLIBRARIES) > libvncclient_la_LIBADD = > am_libvncclient_la_OBJECTS = cursor.lo listen.lo rfbproto.lo \ >- sockets.lo vncviewer.lo minilzo.lo >+ sockets.lo vncviewer.lo > libvncclient_la_OBJECTS = $(am_libvncclient_la_OBJECTS) > DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) > depcomp = $(SHELL) $(top_srcdir)/depcomp >@@ -220,8 +220,8 @@ sysconfdir = @sysconfdir@ > target_alias = @target_alias@ > with_ffmpeg = @with_ffmpeg@ > AM_CFLAGS = -g -I $(top_srcdir) -I. -Wall >-libvncclient_la_SOURCES = cursor.c listen.c rfbproto.c sockets.c vncviewer.c minilzo.c >-noinst_HEADERS = lzoconf.h minilzo.h >+libvncclient_la_SOURCES = cursor.c listen.c rfbproto.c sockets.c vncviewer.c >+noinst_HEADERS = lzoconf.h > EXTRA_DIST = corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c > lib_LTLIBRARIES = libvncclient.la > all: all-am >@@ -295,7 +295,6 @@ distclean-compile: > > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cursor.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listen.Plo@am__quote@ >-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minilzo.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfbproto.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockets.Plo@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vncviewer.Plo@am__quote@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 439979
:
302058
| 302060 |
302061
|
302074
|
354753