← recipes

Commit 9df4c14

7
plików
+33
dodanych
-83
usuniętych
@@ -1,6 +1,6 @@
1 1 pkgname: bash
2 2 pkgver: '5.3.15'
3 -pkgrel: '1'
3 +pkgrel: '2'
4 4 pkgdesc: The Bash package contains the Bourne-Again SHell.
5 5 url: 'https://www.gnu.org/software/bash/'
6 6 arch: x86_64
@@ -13,7 +13,7 @@ source:
13 13 - ${pkgname}-${pkgver}-consolidate-1.patch
14 14 - 'https://ftp.gnu.org/gnu/bash/bash-5.3.tar.gz'
15 15 sha256sums:
16 -- SKIP
16 +- edccb3e3847c7d96fc2f1c7be0ae99ebf8fc5a8513de1e3184109370dce9b643
17 17 - 0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba
18 18 footprint_bash_devel: "drwxr-xr-x\troot/root\tusr/include/\ndrwxr-xr-x\troot/root\tusr/include/bash/\n-rw-r--r--\troot/root\t\
19 19 usr/include/bash/alias.h\n-rw-r--r--\troot/root\tusr/include/bash/array.h\n-rw-r--r--\troot/root\tusr/include/bash/arrayfunc.h\n\
@@ -86,8 +86,8 @@ hooks:
86 86 name=bash
87 87 version=5.3.15
88 88 release=1
89 - rm -f bin/sh
90 - rm -f bin/bash
89 + # Usuniete kasowanie /bin/sh i /bin/bash: pakiet dostarcza oba pliki,
90 + # a gdy transakcja padala po rm, system zostawal bez powloki.
91 91 build: |
92 92 cd ${pkgname}-${pkgver}
93 93 patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
@@ -1,6 +1,6 @@
1 1 pkgname: glibc
2 2 pkgver: '2.44'
3 -pkgrel: '1'
3 +pkgrel: '2'
4 4 pkgdesc: The Glibc package contains the main C library.
5 5 url: 'https://www.gnu.org/software/libc/'
6 6 arch: x86_64
@@ -18,12 +18,12 @@ source:
18 18 - glibc.locales.supported
19 19 - glibc-2.44-upstream_fix-1.patch
20 20 sha256sums:
21 -- SKIP
22 -- SKIP
23 -- SKIP
24 -- SKIP
25 -- SKIP
26 -- SKIP
21 +- a1aeb926c7c4a1564368200b1082e45bb958007682d804aff88abbc3a7a47b5d
22 +- 643552db030e2f2d7ffde4f558e0f5f83d3fabf34a2e0e56ebdb49750ac27b0d
23 +- dd4b9d3b03e98a48d2094401ec6b70d669a89173685958e4b84b894065fdd70c
24 +- 37f600f2bef3c5e8300147059568b2a2e40a7ad6ccc65ce942556d49429cc667
25 +- c7b18d94f98c927a8f6c893801bc19193de563bea19d9db2e9bbd5bc12adcc3c
26 +- 9269f003da492cafba0c3275d0a7c45f37b5c15303f1f0a9afc2c4a19eaa9238
27 27 footprint_glibc_devel: "drwxr-xr-x\troot/root\tusr/include/\n-rw-r--r--\troot/root\tusr/include/a.out.h\n-rw-r--r--\troot/root\t\
28 28 \ usr/include/aio.h\n-rw-r--r--\troot/root\tusr/include/aliases.h\n-rw-r--r--\troot/root\tusr/include/alloca.h\n-rw-r--r--\t\
29 29 \ root/root\tusr/include/ar.h\n-rw-r--r--\troot/root\tusr/include/argp.h\n-rw-r--r--\troot/root\tusr/include/argz.h\ndrwxr-xr-x\t\
@@ -91,7 +91,8 @@ hooks:
91 91 name=glibc
92 92 version=2.44
93 93 release=1
94 - rm -f /etc/nsswitch.conf
94 + # Usuniete kasowanie /etc/nsswitch.conf: plik jest w pakiecie, a pag
95 + # chroni zmiany uzytkownika (zapisuje .pacnew) - rm byl zbedny.
95 96 build: |
96 97 # Headers Linux 6.18
97 98 cd linux-6.18.43
@@ -1,10 +1,13 @@
1 1 pkgname: shadow
2 2 pkgver: '4.20.2'
3 -pkgrel: 2
3 +pkgrel: '3'
4 4 pkgdesc: The Shadow package contains programs for handling passwords in a secure way.
5 5 url: 'https://shadow-maint.github.io/shadow/'
6 6 arch: x86_64
7 -depends: []
7 +depends:
8 +- pam
9 +- libxcrypt
10 +- libpwquality
8 11 makedepends:
9 12 - autoconf
10 13 - automake
@@ -17,8 +20,8 @@ source:
17 20 - Makefile.patch
18 21 - 'https://github.com/shadow-maint/shadow/releases/download/${pkgver}/shadow-${pkgver}.tar.xz'
19 22 sha256sums:
20 -- SKIP
21 -- SKIP
23 +- 9c45c0d0f15244cf7d8962d53ba571b059eb09bce6c094b43d42b804fa39d0df
24 +- 4cb247416e32cce0fabf7926bb9cafb8137f838358f6559997962764c8ed3cfb
22 25 - b89f432b75ae55a2d852b446d0365484795fdf533ab97d550e325fa15594a224
23 26 footprint_shadow_devel: "drwxr-xr-x\troot/root\tusr/include/\ndrwxr-xr-x\troot/root\tusr/include/shadow/\n-rw-r--r--\troot/root\t\
24 27 usr/include/shadow/subid.h\n"
@@ -42,61 +45,6 @@ footprint: "drwxr-xr-x\troot/root\tetc/\ndrwxr-xr-x\troot/root\tetc/default/\n-r
42 45 drwxr-xr-x\troot/root\tusr/lib/\n-rw-r--r--\troot/root\tusr/lib/libsubid.a\nlrwxrwxrwx\troot/root\tusr/lib/libsubid.so ->\
43 46 \ libsubid.so.5.0.0\nlrwxrwxrwx\troot/root\tusr/lib/libsubid.so.5 -> libsubid.so.5.0.0\n-rwxr-xr-x\troot/root\tusr/lib/libsubid.so.5.0.0\n\
44 47 drwxr-xr-x\troot/root\tusr/share/\n"
45 -build: "cd shadow-${pkgver}\npatch -Np1 -i ../Makefile.patch\nautoreconf -fiv\n\nsed -i 's/groups$(EXEEXT) //' src/Makefile.in\n\
46 - find man -name Makefile.in -exec sed -i 's/groups\\.1 / /' {} \\;\nfind man -name Makefile.in -exec sed -i 's/getspnam\\\
47 - .3 / /' {} \\;\nfind man -name Makefile.in -exec sed -i 's/passwd\\.5 / /' {} \\;\n\nsed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD\
48 - \ SHA512@' \\\n -e 's@#\\(SHA_CRYPT_..._ROUNDS 5000\\)@\\100@' \\\n -e 's@/var/spool/mail@/var/mail@'\
49 - \ -i etc/login.defs\n\n./configure \\\n --sysconfdir=/etc \\\n --bindir=/usr/bin \\\n --sbindir=/usr/bin \\\
50 - \n --libdir=/usr/lib \\\n --with-{b,yes}crypt \\\n --without-libbsd \\\n --disable-logind \\\n --with-group-name-max-length=32\n\
51 - \nmake\n\nmake DESTDIR=${PKGDIR} install\n\ninstall -Dm 600 ../useradd ${PKGDIR}/etc/default/useradd\n\n#\n# Configuration\
52 - \ files for pam\ninstall -v -m755 -d ${PKGDIR}/etc/pam.d\ncat > ${PKGDIR}/etc/pam.d/system-login << \"EOF\"\n# Begin /etc/pam.d/system-login\n\
53 - \n# Set failure delay before next prompt to 3 seconds\nauth optional pam_faildelay.so delay=3000000\n\n# Check\
54 - \ to make sure that the user is allowed to login\nauth requisite pam_nologin.so\n\n# Check to make sure that root\
55 - \ is allowed to login \n# Disabled by default. You will need to create /etc/securetty\n# file for this module to function.\
56 - \ See man 5 securetty.\n#auth required pam_securetty.so\n\n# Additional group memberships - disabled by default\n\
57 - #auth optional pam_group.so\n\n# include the default auth settings\nauth include system-auth\n\n# check\
58 - \ access for the user\naccount required pam_access.so\n\n# include the default account settings\naccount include\
59 - \ system-account\n\n# Set default environment variables for the user\nsession required pam_env.so\n\n# Set resource\
60 - \ limits for the user\nsession required pam_limits.so\n\n# Display date of last login - Disabled by default\n#session\
61 - \ optional pam_lastlog.so\n\n# Display the message of the day - Disabled by default\n#session optional pam_motd.so\n\
62 - \n# Check user's mail - Disabled by default\n#session optional pam_mail.so standard quiet\n\n# include the default\
63 - \ session and password settings\nsession include system-session\npassword include system-password\n\n# End /etc/pam.d/system-login\n\
64 - \nEOF\ncat > ${PKGDIR}/etc/pam.d/system-account << \"EOF\"\n# Begin /etc/pam.d/system-account\n\naccount required pam_unix.so\n\
65 - \n# End /etc/pam.d/system-account\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/system-auth << \"EOF\"\n# Begin /etc/pam.d/system-auth\n\
66 - \nauth required pam_unix.so\n\n# End /etc/pam.d/system-auth\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/system-password <<\
67 - \ \"EOF\"\n# Begin /etc/pam.d/system-password\n\n# use sha512 hash for encryption, use shadow, and try to use any previously\n\
68 - # defined authentication token (chosen password) set by any prior module\npassword required pam_pwhistory.so retry=3\n\
69 - password required pam_unix.so sha512 shadow try_first_pass\n\n# End /etc/pam.d/system-password\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/system-session\
70 - \ << \"EOF\"\n# Begin /etc/pam.d/system-session\n\nsession required pam_unix.so\nsession required pam_loginuid.so\n\
71 - session optional pam_systemd.so\n# End /etc/pam.d/system-session\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/login << \"EOF\"\
72 - \n# Begin /etc/pam.d/login\n\n# Set failure delay before next prompt to 3 seconds\nauth optional pam_faildelay.so\
73 - \ delay=3000000\n\n# Check to make sure that the user is allowed to login\nauth requisite pam_nologin.so\n\n# Check\
74 - \ to make sure that root is allowed to login \n# Disabled by default. You will need to create /etc/securetty\n# file for\
75 - \ this module to function. See man 5 securetty.\n#auth required pam_securetty.so\n\n# Additional group memberships\
76 - \ - disabled by default\n#auth optional pam_group.so\n\n# include the default auth settings\nauth include \
77 - \ system-auth\n\n# check access for the user\naccount required pam_access.so\n\n# include the default account settings\n\
78 - account include system-account\n\n# Set default environment variables for the user\nsession required pam_env.so\n\
79 - \n# Set resource limits for the user\nsession required pam_limits.so\n\n# Display date of last login - Disabled by\
80 - \ default\n#session optional pam_lastlog.so\n\n# Display the message of the day - Disabled by default\n#session optional\
81 - \ pam_motd.so\n\n# Check user's mail - Disabled by default\n#session optional pam_mail.so standard quiet\n\n\
82 - # include the default session and password settings\nsession include system-session\npassword include system-password\n\
83 - \n# End /etc/pam.d/login\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/passwd << \"EOF\"\n# Begin /etc/pam.d/passwd\n\npassword include\
84 - \ system-password\n\n# End /etc/pam.d/passwd\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/su << \"EOF\"\n# Begin /etc/pam.d/su\n\
85 - \n# always allow root\nauth sufficient pam_rootok.so\nauth include system-auth\n\n# include the default account\
86 - \ settings\naccount include system-account\n\n# Set default environment variables for the service user\nsession \
87 - \ required pam_env.so\n\n# include system session defaults\nsession include system-session\n\n# End /etc/pam.d/su\n\
88 - EOF\n\ncat > ${PKGDIR}/etc/pam.d/chage << \"EOF\"\n#Begin /etc/pam.d/chage\n\n# always allow root\nauth sufficient\
89 - \ pam_rootok.so\n\n# include system defaults for auth account and session\nauth include system-auth\naccount \
90 - \ include system-account\nsession include system-session\n\n# Always permit for authentication updates\npassword\
91 - \ required pam_permit.so\n\n# End /etc/pam.d/chage\nEOF\n\nfor PROGRAM in chfn chgpasswd chpasswd chsh groupadd groupdel\
92 - \ \\\n groupmems groupmod newusers useradd userdel usermod\ndo\n install -v -m644 ${PKGDIR}/etc/pam.d/chage\
93 - \ ${PKGDIR}/etc/pam.d/${PROGRAM}\n sed -i \"s/chage/$PROGRAM/\" ${PKGDIR}/etc/pam.d/${PROGRAM}\ndone\n\n# Backup others\n\
94 - [ -f ${PKGDIR}/pam.d/other ] && install -v -m644 ${PKGDIR}/etc/pam.d/other{,.orig}\n\n# Other \n#\ncat > ${PKGDIR}/etc/pam.d/other\
95 - \ << \"EOF\"\n# Begin /etc/pam.d/other\n\nauth required pam_warn.so\nauth required pam_deny.so\n\
96 - account required pam_warn.so\naccount required pam_deny.so\npassword required pam_warn.so\n\
97 - password required pam_deny.so\nsession required pam_warn.so\nsession required pam_deny.so\n\
98 - \n# End /etc/pam.d/other\nEOF\nrm -f ${PKGDIR}/etc/pam.d/system-auth ${PKGDIR}/etc/pam.d/system-account ${PKGDIR}/etc/pam.d/system-login ${PKGDIR}/etc/pam.d/system-password ${PKGDIR}/etc/pam.d/system-session\n\n# Replace the login and ressource limits file \nif [ -f ${PKGDIR}/etc/login.access ]; then\n\
99 - \ mv -v ${PKGDIR}/etc/login.access{,.NOUSE}\nfi\nif [ -f ${PKGDIR}/etc/limits ]; then\n mv -v ${PKGDIR}/etc/limits{,.NOUSE}\n\
100 - fi\n"
48 +build: "cd shadow-${pkgver}\npatch -Np1 -i ../Makefile.patch\nautoreconf -fiv\n\nsed -i 's/groups$(EXEEXT) //' src/Makefile.in\nfind man -name Makefile.in -exec sed -i 's/groups\\.1 / /' {} \\;\nfind man -name Makefile.in -exec sed -i 's/getspnam\\.3 / /' {} \\;\nfind man -name Makefile.in -exec sed -i 's/passwd\\.5 / /' {} \\;\n\nsed -i -e 's@^#ENCRYPT_METHOD .*@ENCRYPT_METHOD SHA512@' \\\n -e 's@#\\(SHA_CRYPT_..._ROUNDS 5000\\)@\\100@' \\\n -e 's@/var/spool/mail@/var/mail@' -i etc/login.defs\n\n./configure \\\n --sysconfdir=/etc \\\n --bindir=/usr/bin \\\n --sbindir=/usr/bin \\\n --libdir=/usr/lib \\\n --with-{b,yes}crypt \\\n --without-libbsd \\\n --disable-logind \\\n --with-group-name-max-length=32\n\nmake\n\nmake DESTDIR=${PKGDIR} install\n\ninstall -Dm 600 ../useradd ${PKGDIR}/etc/default/useradd\n\n#\n# Configuration files for pam\ninstall -v -m755 -d ${PKGDIR}/etc/pam.d\ncat > ${PKGDIR}/etc/pam.d/system-login << \"EOF\"\n# Begin /etc/pam.d/system-login\n\n# Set failure delay before next prompt to 3 seconds\nauth optional pam_faildelay.so delay=3000000\n\n# Check to make sure that the user is allowed to login\nauth requisite pam_nologin.so\n\n# Check to make sure that root is allowed to login \n# Disabled by default. You will need to create /etc/securetty\n# file for this module to function. See man 5 securetty.\n#auth required pam_securetty.so\n\n# Additional group memberships - disabled by default\n#auth optional pam_group.so\n\n# include the default auth settings\nauth include system-auth\n\n# check access for the user\naccount required pam_access.so\n\n# include the default account settings\naccount include system-account\n\n# Set default environment variables for the user\nsession required pam_env.so\n\n# Set resource limits for the user\nsession required pam_limits.so\n\n# Display date of last login - Disabled by default\n#session optional pam_lastlog.so\n\n# Display the message of the day - Disabled by default\n#session optional pam_motd.so\n\n# Check user's mail - Disabled by default\n#session optional pam_mail.so standard quiet\n\n# include the default session and password settings\nsession include system-session\npassword include system-password\n\n# End /etc/pam.d/system-login\n\nEOF\ncat > ${PKGDIR}/etc/pam.d/system-account << \"EOF\"\n# Begin /etc/pam.d/system-account\n\naccount required pam_unix.so\naccount required pam_faillock.so\n\n# End /etc/pam.d/system-account\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/system-auth << \"EOF\"\n# Begin /etc/pam.d/system-auth\n\n# Blokada konta po nieudanych probach logowania. Parametry (deny,\n# unlock_time) ustawia /etc/security/faillock.conf; root nie jest objety.\nauth required pam_faillock.so preauth\nauth [success=1 default=ignore] pam_unix.so\nauth [default=die] pam_faillock.so authfail\nauth sufficient pam_faillock.so authsucc\n\n# End /etc/pam.d/system-auth\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/system-password << \"EOF\"\n# Begin /etc/pam.d/system-password\n\n# use sha512 hash for encryption, use shadow, and try to use any previously\n# defined authentication token (chosen password) set by any prior module\n# Jakosc hasel - parametry w /etc/security/pwquality.conf.\n# Pamiec: ostatnie 24 hasla.\npassword required pam_pwquality.so retry=3\npassword required pam_pwhistory.so remember=24 retry=3\npassword required pam_unix.so sha512 shadow try_first_pass\n\n# End /etc/pam.d/system-password\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/system-session << \"EOF\"\n# Begin /etc/pam.d/system-session\n\nsession required pam_unix.so\nsession required pam_loginuid.so\nsession optional pam_systemd.so\n# End /etc/pam.d/system-session\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/login << \"EOF\"\n# Begin /etc/pam.d/login\n\n# Set failure delay before next prompt to 3 seconds\nauth optional pam_faildelay.so delay=3000000\n\n# Check to make sure that the user is allowed to login\nauth requisite pam_nologin.so\n\n# Check to make sure that root is allowed to login \n# Disabled by default. You will need to create /etc/securetty\n# file for this module to function. See man 5 securetty.\n#auth required pam_securetty.so\n\n# Additional group memberships - disabled by default\n#auth optional pam_group.so\n\n# include the default auth settings\nauth include system-auth\n\n# check access for the user\naccount required pam_access.so\n\n# include the default account settings\naccount include system-account\n\n# Set default environment variables for the user\nsession required pam_env.so\n\n# Set resource limits for the user\nsession required pam_limits.so\n\n# Display date of last login - Disabled by default\n#session optional pam_lastlog.so\n\n# Display the message of the day - Disabled by default\n#session optional pam_motd.so\n\n# Check user's mail - Disabled by default\n#session optional pam_mail.so standard quiet\n\n# include the default session and password settings\nsession include system-session\npassword include system-password\n\n# End /etc/pam.d/login\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/passwd << \"EOF\"\n# Begin /etc/pam.d/passwd\n\npassword include system-password\n\n# End /etc/pam.d/passwd\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/su << \"EOF\"\n# Begin /etc/pam.d/su\n\n# always allow root\nauth sufficient pam_rootok.so\nauth include system-auth\n\n# include the default account settings\naccount include system-account\n\n# Set default environment variables for the service user\nsession required pam_env.so\n\n# include system session defaults\nsession include system-session\n\n# End /etc/pam.d/su\nEOF\n\ncat > ${PKGDIR}/etc/pam.d/chage << \"EOF\"\n#Begin /etc/pam.d/chage\n\n# always allow root\nauth sufficient pam_rootok.so\n\n# include system defaults for auth account and session\nauth include system-auth\naccount include system-account\nsession include system-session\n\n# Always permit for authentication updates\npassword required pam_permit.so\n\n# End /etc/pam.d/chage\nEOF\n\nfor PROGRAM in chfn chgpasswd chpasswd chsh groupadd groupdel \\\n groupmems groupmod newusers useradd userdel usermod\ndo\n install -v -m644 ${PKGDIR}/etc/pam.d/chage ${PKGDIR}/etc/pam.d/${PROGRAM}\n sed -i \"s/chage/$PROGRAM/\" ${PKGDIR}/etc/pam.d/${PROGRAM}\ndone\n\n# Backup others\n[ -f ${PKGDIR}/pam.d/other ] && install -v -m644 ${PKGDIR}/etc/pam.d/other{,.orig}\n\n# Other \n#\ncat > ${PKGDIR}/etc/pam.d/other << \"EOF\"\n# Begin /etc/pam.d/other\n\nauth required pam_warn.so\nauth required pam_deny.so\naccount required pam_warn.so\naccount required pam_deny.so\npassword required pam_warn.so\npassword required pam_deny.so\nsession required pam_warn.so\nsession required pam_deny.so\n\n# End /etc/pam.d/other\nEOF\ninstall -v -m755 -d ${PKGDIR}/etc/security\ncat > ${PKGDIR}/etc/security/faillock.conf << \"EOF\"\n# Blokada konta po nieudanych probach logowania (pam_faillock,\n# uzywany przez /etc/pam.d/system-auth i system-account).\ndeny = 5\nfail_interval = 900\nunlock_time = 900\n# even_deny_root nie jest ustawione - root nie zostaje zablokowany.\nEOF\n\n# Pliki system-* ZOSTAJA w pakiecie - wczesniej byly usuwane i pozostawaly\n# niezarzadzane, przez co zmiany w PAM nie docieraly do systemu.\n\n# Replace the login and ressource limits file \nif [ -f ${PKGDIR}/etc/login.access ]; then\n mv -v ${PKGDIR}/etc/login.access{,.NOUSE}\nfi\nif [ -f ${PKGDIR}/etc/limits ]; then\n mv -v ${PKGDIR}/etc/limits{,.NOUSE}\nfi\n"
101 49 package: |
102 50 true
@@ -1,6 +1,6 @@
1 1 pkgname: sudo
2 2 pkgver: '1.9.17p2'
3 -pkgrel: '2'
3 +pkgrel: '3'
4 4 pkgdesc: 'Give certain users (or groups) the ability to run some commands as root.'
5 5 url: 'https://www.sudo.ws'
6 6 arch: x86_64
@@ -12,7 +12,7 @@ source:
12 12 - 'https://www.sudo.ws/dist/${pkgname}-${pkgver}.tar.gz'
13 13
14 14 sha256sums:
15 -- SKIP
15 +- 4a38a1ab3adb1199257edc2a7c4a2bd714665eb605b04368843b06dada2cfcfb
16 16
17 17 footprint_sudo_as: |
18 18 drwxr-xr-x root/root usr/share/locale/ast/
@@ -339,6 +339,7 @@ build: |
339 339 # End /etc/pam.d/sudo
340 340 EOF
341 341 chmod 644 ${PKGDIR}/etc/pam.d/sudo
342 + echo "Defaults secure_path=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"" >> ${PKGDIR}/etc/sudoers
342 343 echo "%wheel ALL=(ALL) ALL" >> ${PKGDIR}/etc/sudoers
343 344
344 345 package: |
@@ -1,6 +1,6 @@
1 1 pkgname: pulseaudio
2 2 pkgver: '17.0'
3 -pkgrel: '7'
3 +pkgrel: '8'
4 4 pkgdesc: 'A featureful, general-purpose sound server'
5 5 url: 'https://www.freedesktop.org/wiki/Software/PulseAudio/'
6 6 arch: x86_64
@@ -623,7 +623,7 @@ hooks:
623 623 name=pulseaudio
624 624 version=17.0
625 625 release=7
626 - grep -qe 'autospawn = no' etc/pulse/client.conf||sudo sed '/autospawn/iautospawn = no' -i etc/pulse/client.conf
626 + grep -qe 'autospawn = no' etc/pulse/client.conf || sed -i '/autospawn/iautospawn = no' etc/pulse/client.conf
627 627 systemctl --global enable pulseaudio.socket
628 628
629 629 build: |
@@ -1,6 +1,6 @@
1 1 pkgname: 'telepathy-idle'
2 2 pkgver: '0.2.2'
3 -pkgrel: '2'
3 +pkgrel: '3'
4 4 pkgdesc: 'An IRC connection manager for Telepathy'
5 5 url: 'http://telepathy.freedesktop.org/'
6 6 arch: x86_64
@@ -37,7 +37,7 @@ hooks:
37 37 name=telepathy-idle
38 38 version=0.2.2
39 39 release=2
40 - killall -HUP dbus-daemon 2>&1
40 + systemctl reload dbus 2>/dev/null || true
41 41
42 42 build: |
43 43 cd ${pkgname}-${pkgver}
@@ -1,6 +1,6 @@
1 1 pkgname: nginx
2 2 pkgver: '1.31.4'
3 -pkgrel: 1
3 +pkgrel: '2'
4 4 pkgdesc: HTTP and reverse proxy, mail proxy, and a generic TCP/UDP proxy server
5 5 url: 'https://nginx.org/en/'
6 6 arch: x86_64
@@ -65,13 +65,13 @@ hooks:
65 65
66 66 UN=www
67 67
68 - (getent passwd $UN > /dev/null) && userdel $UN
69 - (getent group $UN > /dev/null) && groupdel $UN
68 + # Usuniete kasowanie kont www/apache: userdel zostawial pliki z
69 + # osieroconym uid. Wlasciwe konto http jest tworzone ponizej.
70 70
71 71 UN=apache
72 72
73 - (getent passwd $UN > /dev/null) && userdel $UN
74 - (getent group $UN > /dev/null) && groupdel $UN
73 + # Usuniete kasowanie kont www/apache: userdel zostawial pliki z
74 + # osieroconym uid. Wlasciwe konto http jest tworzone ponizej.
75 75
76 76 UN=http
77 77