Skip to content

Commit ecb3075

Browse files
authored
Merge pull request #3869 from citrus-it/pkgupd
Core package updates
2 parents b551d46 + 825d6c4 commit ecb3075

14 files changed

+59
-505
lines changed

build/dbus/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
. ../../lib/build.sh
1919

2020
PROG=dbus
21-
VER=1.16.0
21+
VER=1.16.2
2222
PKG=dbus ##IGNORE##
2323
SUMMARY="filled in below"
2424
DESC="$SUMMARY"

build/dbus/patches/inline.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-address.h a/dbus/dbus-address.h
22
--- a~/dbus/dbus-address.h 1970-01-01 00:00:00
33
+++ a/dbus/dbus-address.h 1970-01-01 00:00:00
4-
@@ -71,12 +71,9 @@ char* dbus_address_unescape_value (const
4+
@@ -73,12 +73,9 @@ char* dbus_address_unescape_value (const
55
* pointer_to_entries must not be #NULL, but *pointer_to_entries
66
* may be #NULL.
77
*/
@@ -20,7 +20,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-address.h a/dbus/db
2020
diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-connection.h a/dbus/dbus-connection.h
2121
--- a~/dbus/dbus-connection.h 1970-01-01 00:00:00
2222
+++ a/dbus/dbus-connection.h 1970-01-01 00:00:00
23-
@@ -461,12 +461,9 @@ dbus_bool_t dbus_connection_get_socket
23+
@@ -466,12 +466,9 @@ dbus_bool_t dbus_connection_get_socket
2424
* pointer_to_connection must not be #NULL, but *pointer_to_connection
2525
* may be #NULL.
2626
*/
@@ -39,7 +39,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-connection.h a/dbus
3939
diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-message.h a/dbus/dbus-message.h
4040
--- a~/dbus/dbus-message.h 1970-01-01 00:00:00
4141
+++ a/dbus/dbus-message.h 1970-01-01 00:00:00
42-
@@ -369,12 +369,8 @@ dbus_bool_t dbus_message_get_allow_inter
42+
@@ -387,12 +387,8 @@ dbus_bool_t dbus_message_get_allow_inter
4343
* pointer_to_message must not be #NULL, but *pointer_to_message
4444
* may be #NULL.
4545
*/
@@ -57,7 +57,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-message.h a/dbus/db
5757
diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-pending-call.h a/dbus/dbus-pending-call.h
5858
--- a~/dbus/dbus-pending-call.h 1970-01-01 00:00:00
5959
+++ a/dbus/dbus-pending-call.h 1970-01-01 00:00:00
60-
@@ -84,12 +84,9 @@ void* dbus_pending_call_get_data
60+
@@ -86,12 +86,9 @@ void* dbus_pending_call_get_data
6161
* pointer_to_pending_call must not be #NULL, but *pointer_to_pending_call
6262
* may be #NULL.
6363
*/
@@ -76,7 +76,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-pending-call.h a/db
7676
diff -wpruN --no-dereference '--exclude=*.orig' a~/dbus/dbus-server.h a/dbus/dbus-server.h
7777
--- a~/dbus/dbus-server.h 1970-01-01 00:00:00
7878
+++ a/dbus/dbus-server.h 1970-01-01 00:00:00
79-
@@ -112,11 +112,8 @@ void* dbus_server_get_data
79+
@@ -114,11 +114,8 @@ void* dbus_server_get_data
8080
* pointer_to_server must not be #NULL, but *pointer_to_server
8181
* may be #NULL.
8282
*/

build/dbus/patches/installdir.patch

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
diff --git a/bus/meson.build b/bus/meson.build
2-
index 176894d..6f2b15f 100644
3-
--- a/bus/meson.build
4-
+++ b/bus/meson.build
1+
diff -wpruN --no-dereference '--exclude=*.orig' a~/bus/meson.build a/bus/meson.build
2+
--- a~/bus/meson.build 1970-01-01 00:00:00
3+
+++ a/bus/meson.build 1970-01-01 00:00:00
54
@@ -139,6 +139,7 @@ dbus_daemon = executable('dbus-daemon',
65
include_directories: root_include,
76
link_with: libdbus_daemon_internal,

build/dbus/testsuite.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
18/28 dbus:dbus / userdb OK 1 subtests passed
1919
19/28 dbus:dbus / variant OK 2 subtests passed
2020
20/28 dbus:dbus / sysdeps OK 3 subtests passed
21-
21/28 dbus:dbus / hash OK 1 subtests passed
22-
22/28 dbus:runs-dbus-daemon+slow / header-fields OK 5 subtests passed
21+
21/28 dbus:runs-dbus-daemon+slow / header-fields OK 5 subtests passed
22+
22/28 dbus:dbus / hash OK 1 subtests passed
2323
23/28 dbus:dbus / relay OK 6 subtests passed
2424
24/28 dbus:dbus / test-dbus-daemon-fork.sh OK
2525
25/28 dbus:runs-dbus-daemon / sd-activation OK 8 subtests passed

build/gettext/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
. ../../lib/build.sh
1919

2020
PROG=gettext
21-
VER=0.23.1
21+
VER=0.24
2222
PKG=text/gnu-gettext
2323
SUMMARY="gettext - GNU gettext utility"
2424
DESC="GNU gettext - GNU gettext utility"
@@ -49,6 +49,7 @@ PKGDIFF_HELPER='
4949
init
5050
download_source $PROG $PROG $VER
5151
patch_source
52+
run_autoreconf -fi
5253
prep_build
5354
build
5455
run_testsuite check

build/gettext/patches/configure.patch

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -wpruN --no-dereference '--exclude=*.orig' a~/gettext-tools/gnulib-m4/getaddrinfo.m4 a/gettext-tools/gnulib-m4/getaddrinfo.m4
2+
--- a~/gettext-tools/gnulib-m4/getaddrinfo.m4 1970-01-01 00:00:00
3+
+++ a/gettext-tools/gnulib-m4/getaddrinfo.m4 1970-01-01 00:00:00
4+
@@ -108,7 +108,7 @@ int getaddrinfo (const char *, const cha
5+
#include <string.h>
6+
]], [[
7+
struct addrinfo hints;
8+
- struct addrinfo ai;
9+
+ struct addrinfo *ai;
10+
memset (&hints, 0, sizeof (hints));
11+
hints.ai_flags = AI_NUMERICSERV;
12+
return getaddrinfo ("www.gnu.org", "http", &hints, &ai) != EAI_NONAME;

build/gettext/patches/series

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
configure.patch

0 commit comments

Comments
 (0)