Compare commits
76 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05e5c6d1c9 | ||
|
|
0c5ef210bd | ||
|
|
d7ee147567 | ||
|
|
3244c5916b | ||
|
|
c4ff19d719 | ||
|
|
5ad569a6c9 | ||
|
|
641325c814 | ||
|
|
d5095b5d89 | ||
|
|
707f05d86c | ||
|
|
cb6b0216c0 | ||
|
|
f89e791e43 | ||
|
|
53b34d262e | ||
|
|
19968972eb | ||
|
|
f6bc5d96e7 | ||
|
|
f1260338ca | ||
|
|
788c9af7f8 | ||
|
|
1ec0a9242b | ||
|
|
52feafa331 | ||
|
|
da8aea9041 | ||
|
|
316e32c369 | ||
|
|
9d36c6aeb4 | ||
|
|
f8a9185e19 | ||
|
|
065c605ad5 | ||
|
|
7d50ff21d7 | ||
|
|
a4dd2a6ed1 | ||
|
|
a69a094b1e | ||
|
|
35ba0cebc0 | ||
|
|
78984513f5 | ||
|
|
ce63bf9240 | ||
|
|
7fee961c56 | ||
|
|
50b52089d0 | ||
|
|
b48caa7af0 | ||
|
|
a7a918f4b1 | ||
|
|
b5d6ebb285 | ||
|
|
91491679c5 | ||
|
|
e75175d9b4 | ||
|
|
dafecf5b80 | ||
|
|
628c608e41 | ||
|
|
48e0f0c159 | ||
|
|
23b406f320 | ||
|
|
83ae3fd808 | ||
|
|
92826827bd | ||
|
|
e614b5e96b | ||
|
|
99352d1e4a | ||
|
|
cb1110c026 | ||
|
|
39280f37dc | ||
|
|
d6293444a6 | ||
|
|
f8751d6244 | ||
|
|
03307dd79d | ||
|
|
dbe2752d95 | ||
|
|
6ca2d754db | ||
|
|
bca95f22ec |
||
|
|
4873c189a2 | ||
|
|
cc2d235361 | ||
|
|
09cb4f85bc | ||
|
|
5a8f8e63cb | ||
|
|
f312051bb4 | ||
|
|
f087b7cb37 | ||
|
|
dbd50d1961 | ||
|
|
4372ca36ca | ||
|
|
27eb7993d2 | ||
|
|
235a81bfa5 | ||
|
|
b8679ce6a8 | ||
|
|
896fb4a918 | ||
|
|
2fe9ed5df9 | ||
|
|
b4e92b3dec | ||
|
|
9afcd0abee | ||
|
|
5f4342f1b7 | ||
|
|
180ea84df0 | ||
|
|
2046326cce | ||
|
|
a2190325da | ||
|
|
b3696e58df | ||
|
|
1adc79b70a | ||
|
|
8655952f6f | ||
|
|
0493b27318 | ||
|
|
26b7e3336a |
12 changed files with 1463 additions and 1093 deletions
33
.gitignore
vendored
33
.gitignore
vendored
|
|
@ -39,3 +39,36 @@
|
|||
/dbus-1.11.22.tar.gz
|
||||
/dbus-1.12.0.tar.gz
|
||||
/dbus-1.12.8.tar.gz
|
||||
/dbus-1.12.10.tar.gz
|
||||
/dbus-1.12.12.tar.gz
|
||||
/dbus-1.12.14.tar.gz
|
||||
/dbus-1.12.16.tar.gz
|
||||
/dbus-1.12.16.tar.gz.asc
|
||||
/dbus-1.12.18.tar.gz
|
||||
/dbus-1.12.18.tar.gz.asc
|
||||
/dbus-1.12.20.tar.gz
|
||||
/dbus-1.12.20.tar.gz.asc
|
||||
/dbus-1.13.18.tar.xz
|
||||
/dbus-1.13.18.tar.xz.asc
|
||||
/dbus-1.13.20.tar.xz
|
||||
/dbus-1.13.20.tar.xz.asc
|
||||
/dbus-1.13.22.tar.xz
|
||||
/dbus-1.13.22.tar.xz.asc
|
||||
/dbus-1.14.0.tar.xz
|
||||
/dbus-1.14.0.tar.xz.asc
|
||||
/dbus-1.14.2.tar.xz
|
||||
/dbus-1.14.2.tar.xz.asc
|
||||
/dbus-1.14.4.tar.xz
|
||||
/dbus-1.14.4.tar.xz.asc
|
||||
/dbus-1.14.6.tar.xz
|
||||
/dbus-1.14.6.tar.xz.asc
|
||||
/dbus-1.14.8.tar.xz
|
||||
/dbus-1.14.8.tar.xz.asc
|
||||
/dbus-1.14.10.tar.xz
|
||||
/dbus-1.14.10.tar.xz.asc
|
||||
/dbus-1.15.2.tar.xz
|
||||
/dbus-1.15.2.tar.xz.asc
|
||||
/dbus-1.15.8.tar.xz
|
||||
/dbus-1.15.8.tar.xz.asc
|
||||
/dbus-1.16.0.tar.xz
|
||||
/dbus-1.16.0.tar.xz.asc
|
||||
|
|
|
|||
1
.mailmap
Normal file
1
.mailmap
Normal file
|
|
@ -0,0 +1 @@
|
|||
<rishi@fedoraproject.org> <debarshir@gnome.org>
|
||||
22
0001-tools-Use-Python3-for-GetAllMatchRules.patch
Normal file
22
0001-tools-Use-Python3-for-GetAllMatchRules.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
From 59ddde9e1ed5de03b060ff3ce27e35509707dff2 Mon Sep 17 00:00:00 2001
|
||||
From: Colin Walters <walters@verbum.org>
|
||||
Date: Tue, 31 Jul 2018 12:33:59 -0400
|
||||
Subject: [PATCH] tools: Use Python3 for GetAllMatchRules
|
||||
|
||||
---
|
||||
tools/GetAllMatchRules.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tools/GetAllMatchRules.py b/tools/GetAllMatchRules.py
|
||||
index 6a7e4cd9..f7e340d6 100755
|
||||
--- a/tools/GetAllMatchRules.py
|
||||
+++ b/tools/GetAllMatchRules.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import argparse
|
||||
--
|
||||
2.17.1
|
||||
|
||||
15
dbus-daemon.service
Normal file
15
dbus-daemon.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=D-Bus System Message Bus
|
||||
Documentation=man:dbus-daemon(1)
|
||||
Requires=dbus.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
|
||||
ExecReload=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
||||
OOMScoreAdjust=-900
|
||||
|
||||
[Install]
|
||||
# Make sure that services can still refer to this under the name of the
|
||||
# old SysV script (messagebus).
|
||||
Alias=dbus.service messagebus.service
|
||||
WantedBy=multi-user.target
|
||||
11
dbus-daemon.user.service
Normal file
11
dbus-daemon.user.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=D-Bus User Message Bus
|
||||
Documentation=man:dbus-daemon(1)
|
||||
Requires=dbus.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
|
||||
ExecReload=/usr/bin/dbus-send --print-reply --session --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
|
||||
|
||||
[Install]
|
||||
Alias=dbus.service
|
||||
2
dbus-systemd-sysusers.conf
Normal file
2
dbus-systemd-sysusers.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#Type Name ID GECOS Home directory Shell
|
||||
u dbus 81 "System Message Bus" - -
|
||||
8
dbus.socket
Normal file
8
dbus.socket
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=D-Bus System Message Bus Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/dbus/system_bus_socket
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
9
dbus.user.socket
Normal file
9
dbus.user.socket
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=D-Bus User Message Bus Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=%t/bus
|
||||
ExecStartPost=-/usr/bin/systemctl --user set-environment DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
BIN
gpgkey-DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90.gpg
Normal file
BIN
gpgkey-DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90.gpg
Normal file
Binary file not shown.
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
SHA512 (dbus-1.12.8.tar.gz) = 8177898bf2db22e5c6abff0d9ffec8f248f0d155a83b7ae906c1ce3b61d289e7ba7bef9799102e6de3ca64198c7d293dccecf92c7e8b7403c1d9b1bb86e99ea3
|
||||
SHA512 (dbus-1.16.0.tar.xz) = 9206bf4e41575f379e4c615212d137600967311f3c8feac94692aadf4dca9df9169ae52c404ec8ed31a9b2bc718792be920ac0130f1159f082e4b6c66f3f233e
|
||||
SHA512 (dbus-1.16.0.tar.xz.asc) = 92f4895cf02637b75f9dc481f6001bc5335ab0354cda6553536238a20333286a7dcebd516118c880da5fddc06a30c296ac0cd6edc56dd4059671d16b864227ee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue