https://bugzilla.novell.com/show_bug.cgi?id=353251 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=353251#c31 --- Comment #31 from Michal Marek <mmarek@novell.com> 2008-02-20 08:50:49 MST --- (In reply to comment #30 from Mike Fabian)
Created an attachment (id=195977) --> (https://bugzilla.novell.com/attachment.cgi?id=195977) acroread.spec.diff
These are the changes to the acroread.spec file which I plan to use to get rid of the duplicate system libraries.
Wow, so I can drop libcurl2 and I don't need to care about libcurl3? Perfect.
It is difficult for me to tell though whether libcurl still works as intended, I couldn’t yet find for what purpose Acroread uses libcurl.
$ strace -fenetwork acroread .. send(29, "\n\326\1\0\0\1\0\0\0\0\0\0\6pmupsw\5adobe\3com\0\0\34"..., 34, MSG_NOSIGNAL) = 34 recvfrom(29, "\n\326\201\200\0\1\0\1\0\1\0\0\6pmupsw\5adobe\3com\0\0\34"..., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.20.0.2")}, [16]) = 119 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 29 connect(29, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.20.0.2")}, 28) = 0 send(29, "\371\275\1\0\0\1\0\0\0\0\0\0\6pmupsw\5adobe\3com\0\0\1"..., 34, MSG_NOSIGNAL) = 34 recvfrom(29, "\371\275\201\200\0\1\0\2\0\2\0\2\6pmupsw\5adobe\3com\0\0\1".., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("10.20.0.2")}, [16]) = 155 socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 29 connect(29, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.150.18.100")}, 16) = -1 EINPROGRESS (Operation now in progress) getsockopt(29, SOL_SOCKET, SO_ERROR, [-829780483222011904], [4]) = 0 send(29, "GET /updates.req?p=r&l=en&c=us&r"..., 220, 0) = 220 recv(29, "HTTP/1.1 200 OK\r\nDate: Wed, 20 F"..., 16384, 0) = 212 It seem to be checking for updates. This is the 8.1.2 version in Factory, but I assume the new will do it as well. (plus doesn't acroread have a http-enabled javascript interpreter allow pdfs to phone home? ;-)) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.