<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/xmlrpc-c, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/xmlrpc-c: upgrade to 1.51.06</title>
<updated>2020-04-09T14:49:16+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-04-09T04:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1673880e1107e3e6d269359b38fa961c2755ce48'/>
<id>1673880e1107e3e6d269359b38fa961c2755ce48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: upgrade to 1.51.05</title>
<updated>2019-11-21T07:47:45+00:00</updated>
<author>
<name>Mustang</name>
<email>mustang@miswave.com</email>
</author>
<published>2019-10-27T18:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3c87736b6a91f08526575d8982ac98da29e236ba'/>
<id>3c87736b6a91f08526575d8982ac98da29e236ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: upgrade to 1.51.03</title>
<updated>2019-04-08T09:34:27+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-04-07T23:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7ff7b3cd8bbde08fc6052d34b9d0e5b7e25d8fe9'/>
<id>7ff7b3cd8bbde08fc6052d34b9d0e5b7e25d8fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: arallel build fix</title>
<updated>2018-12-24T15:00:44+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-12-24T15:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5e3b491161c075e563c215753fad7f257093017d'/>
<id>5e3b491161c075e563c215753fad7f257093017d</id>
<content type='text'>
fix following build error that happens due to buggy Makefile:

ranlib libxmlrpc_util++.a
gcc  -Wl,--as-needed -shared -Wl,-soname,libxmlrpc_util.so.3
asprintf.osh base64.osh error.osh lock_platform.osh lock_pthread.osh
lock_none.osh make_printable.osh memblock.osh select.osh sleep.osh
string_number.osh time.osh utf8.osh -lpthread -o libxmlrpc_util.so.3.39
i586-alpine-linux-musl-g++  -Wl,--as-needed -shared
-Wl,-soname,libxmlrpc_util++.so.8  Lock.osh base64.osh env_wrap.osh
girerr.osh girmem.osh
-L/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil
-lxmlrpc_util -lpthread  -o libxmlrpc_util++.so.8.39
/usr/lib/gcc/i586-alpine-linux-musl/8.2.0/../../../../i586-alpine-linux-musl/bin/ld:
/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil/libxmlrpc_util.so:
file not recognized: file truncated
collect2: error: ld returned 1 exit status
make[2]: ***
[/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/common.mk:173:
libxmlrpc_util++.so.8.39] Error 1
make[2]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil++'
rm -f libxmlrpc_util.so.3
make[1]: ***
[/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/common.mk:372:
libutil++/all] Error 2
make[1]: *** Waiting for unfinished jobs....
ln -s libxmlrpc_util.so.3.39 libxmlrpc_util.so.3
rm -f libxmlrpc_util.so
ln -s libxmlrpc_util.so.3 libxmlrpc_util.so
make[2]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil'
make[2]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/curl_transport'
make[1]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib'
make: ***
[/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/common.mk:372:
lib/all] Error 2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix following build error that happens due to buggy Makefile:

ranlib libxmlrpc_util++.a
gcc  -Wl,--as-needed -shared -Wl,-soname,libxmlrpc_util.so.3
asprintf.osh base64.osh error.osh lock_platform.osh lock_pthread.osh
lock_none.osh make_printable.osh memblock.osh select.osh sleep.osh
string_number.osh time.osh utf8.osh -lpthread -o libxmlrpc_util.so.3.39
i586-alpine-linux-musl-g++  -Wl,--as-needed -shared
-Wl,-soname,libxmlrpc_util++.so.8  Lock.osh base64.osh env_wrap.osh
girerr.osh girmem.osh
-L/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil
-lxmlrpc_util -lpthread  -o libxmlrpc_util++.so.8.39
/usr/lib/gcc/i586-alpine-linux-musl/8.2.0/../../../../i586-alpine-linux-musl/bin/ld:
/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil/libxmlrpc_util.so:
file not recognized: file truncated
collect2: error: ld returned 1 exit status
make[2]: ***
[/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/common.mk:173:
libxmlrpc_util++.so.8.39] Error 1
make[2]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil++'
rm -f libxmlrpc_util.so.3
make[1]: ***
[/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/common.mk:372:
libutil++/all] Error 2
make[1]: *** Waiting for unfinished jobs....
ln -s libxmlrpc_util.so.3.39 libxmlrpc_util.so.3
rm -f libxmlrpc_util.so
ln -s libxmlrpc_util.so.3 libxmlrpc_util.so
make[2]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/libutil'
make[2]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib/curl_transport'
make[1]: Leaving directory
'/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/lib'
make: ***
[/home/buildozer/aports/main/xmlrpc-c/src/xmlrpc-c-1.39.13/common.mk:372:
lib/all] Error 2
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: Modernize and update to 1.39.13</title>
<updated>2018-12-24T14:24:44+00:00</updated>
<author>
<name>Simon Frankenberger</name>
<email>simon@fraho.eu</email>
</author>
<published>2018-12-24T10:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c03569f5367df6382d83a02c1ae954b6e4b52634'/>
<id>c03569f5367df6382d83a02c1ae954b6e4b52634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: upgrade to 1.39.11</title>
<updated>2016-11-01T15:00:53+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2016-11-01T15:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=62325ad89cc9af8385b2e43932bc6cce15265f05'/>
<id>62325ad89cc9af8385b2e43932bc6cce15265f05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: upgrade to 1.39.09</title>
<updated>2016-08-11T19:39:26+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2016-08-11T19:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6a5509131721b9452fbcf8b338caf8fd79b2d608'/>
<id>6a5509131721b9452fbcf8b338caf8fd79b2d608</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: upgrade to 1.39.07</title>
<updated>2016-05-16T14:22:55+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-05-16T14:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5e9d10297ebc46d5a54d224c36a6c9d3324850ec'/>
<id>5e9d10297ebc46d5a54d224c36a6c9d3324850ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: add depends_dev on libxml2-dev</title>
<updated>2016-02-26T13:57:49+00:00</updated>
<author>
<name>Hervé Rousseau</name>
<email>herve@moulticast.net</email>
</author>
<published>2016-02-26T07:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9b7b9b8ea77b171f22511df1f076147a700e0c07'/>
<id>9b7b9b8ea77b171f22511df1f076147a700e0c07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/xmlrpc-c: upgrade to 1.33.18</title>
<updated>2015-11-15T14:41:22+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-11-15T12:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0ef6fbcfd73ea64bf4aefae0fea776d432cc8a84'/>
<id>0ef6fbcfd73ea64bf4aefae0fea776d432cc8a84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
