| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
| |
Fixed lack of variable quoting.
Specified libdir, to avoid lib64.
Added check().
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
ClamSMTP in now in community
|
|
|
|
| |
Home page unreachable since some time, no updates from upstream in some years.
|
|
|
|
| |
Needed by smokeping
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- split openrc subpackage
- use /run instead of /var/run for socket dir
- remove use of pidfile. It seems that the first process will not clean
up the childen. Let openrc kill all children by not specify pidfile
- fix permission of unix socket path. it needs to be writable by
www-data group.
- clean up unix socket after stop
- make it possible to set number of preforks via 'nproc' in
/etc/conf.d/fcgiwrap. default to number of cpus on system.
- allow set tcp socket via /etc/conf.d/fcgiwrap
- provide example /etc/conf.d/fcgiwrap
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Richard Mortier <mort@cantab.net>
|
|
|
|
| |
Signed-off-by: Richard Mortier <mort@cantab.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This was unintentionally pushed to wrong branch.
This reverts commit 4ebe0d1005fec9eedad5f7d9fb0da2e2c37422ba.
|
|
|
|
| |
fixes #9742
|
|
|
|
|
|
|
| |
we dont have /sbin/shutdown so provide a fallback to the busybox
/sbin/poweroff, /sbin/halt and /sbin/reboot.
fixes #9774
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- CVE-2018-3282
- CVE-2016-9843
- CVE-2018-3174
- CVE-2018-3143
- CVE-2018-3156
- CVE-2018-3251
- CVE-2018-3185
- CVE-2018-3277
- CVE-2018-3162
- CVE-2018-3173
- CVE-2018-3200
- CVE-2018-3284
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes build on new binutils
|
| |
|
|
|
|
|
|
|
|
|
| |
Otherwise the build will use 'python' for generated scripts. Since
we depends_dep=python3, we want all generated scripts on python3 or
the we end up not pulling right interpreted. Fixes errors on some
builders:
/usr/bin/glib-genmarshal --prefix=gq_marshal ./gq-marshal.list --header >gq-marshal.h
env: can't execute '/usr/bin/python': No such file or directory
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Update license, add openrc subpkg
|
|
|
|
| |
Update source
|
| |
|
|
|
|
| |
Update license, url and source
|
| |
|
| |
|
| |
|
| |
|
| |
|