Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-26 | systemd-242.84-1.par1: updating version | Omar Vega Ramos | |
2019-07-18 | systemd-242.32-3.par1: rebuild | Omar Vega Ramos | |
2019-07-07 | systemd-242.32-2.par1: updating version | Omar Vega Ramos | |
2019-06-21 | systemd-242.29-2.par1: rebuild | Omar Vega Ramos | |
2019-05-15 | systemd-242.29-1.par1: updating version | Omar Vega Ramos | |
2019-05-02 | systemd-242.19-1.par1: updating version | Omar Vega Ramos | |
2019-04-26 | systemd-242.0-1.par1: updating version | Omar Vega Ramos | |
2019-04-15 | systemd-241.93-1.par1: updating version | Omar Vega Ramos | |
2019-04-07 | Merge branch 'master' of git://git.parabola.nu/abslibre/abslibre | Luke Shumaker | |
2019-04-07 | systemd-241.67-1.par1: updating version | Omar Vega Ramos | |
2019-04-04 | libre/systemd: Update | Luke Shumaker | |
2019-02-24 | systemd-241.7-2.par1: updating version | Omar Vega Ramos | |
2019-02-14 | [systemd]: bump pkgrel | bill-auger | |
2019-02-13 | [systemd]: bump pkgrel | bill-auger | |
2019-02-13 | [systemd]: copy PKGBUILD to libre-testing | bill-auger | |
2019-02-12 | [systemd]: add sodep libidn2.so to prevent breakage | bill-auger | |
2019-02-12 | systemd: update to 240.95 and rebuild because of libidn2 update | Denis 'GNUtoo' Carikli | |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
2019-01-27 | [systemd]: bump pkgrel | bill-auger | |
2019-01-18 | Move systemd 240.34 from libre-testing to libre | Denis 'GNUtoo' Carikli | |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
2019-01-16 | systemd-239.370-1: rebuild because of libidn2 update | Denis 'GNUtoo' Carikli | |
Without that fix several program that are part of the system package fail with: error while loading share libraries: libidn2.so.0 cannot open shared object file: no such file or directory There is more documentation on the issue here: https://labs.parabola.nu/issues/2139 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
2018-12-21 | systemd-239.370-1.par1: updating version | Omar Vega Ramos | |
2018-11-30 | systemd-239.303-1.par1: updating version | Omar Vega Ramos | |
2018-11-17 | libre/systemd: Update 239.300-{1→2}.par1 | Luke Shumaker | |
This is both: - The changes in Arch 239.300-{1→2} * Note that this replaces a patch that ovruni took from bugs.archlinux.org with a patch that Arch takes from upstream. - Effectively dating to 239.301, but doing it by backporting the change, so we don't get ahead of Arch's pkgver. | |||
2018-11-07 | systemd-239.300-1.par1: updating version | Omar Vega Ramos | |
2018-10-01 | Remove filesystem and systemd from libre-testing | Bruno Cichon | |
2018-09-15 | systemd-239.2-1.parabola1: updating version | Omar Vega Ramos | |
2018-08-14 | libre/systemd: Fiddle with depends/provides, fix build on glibc 2.28 | Luke Shumaker | |
1. Use pkgrel when depending on systemd-common=... 2. systemd-resolvconf: Don't depend on systemd-common, it's only symlinks. 3. systemd-resolvconf: Don't provide 'resolvconf'. I had included https://git.archlinux.org/svntogit/packages.git/commit/?h=packages/systemd&id=25987557c0889a54ed5baf0f39b874070e21d894 in my work. That commit is not yet in the repos in Arch, and with netctl 1.18 it causes an ambiguity in 'base' in Parabola. 4. Backport a commit to fix errors building with glibc 2.28 | |||
2018-08-14 | libre/notsystemd: Don't include resolvconf, depend on notsystemd-common ↵ | Luke Shumaker | |
pkgrel, fix build 1. (not)systemd-resolvconf is only symlinks, use plain systemd-resolvconf instead. 2. Now that we patch makepkg to treat pkgrel like pkgver in depends, we can (re-?)add this specificity. 3. Backport a patch to fix the build on glibc 2.28 | |||
2018-07-30 | libre/systemd: -sysvcompat: provides & conflicts=(init) | Luke Shumaker | |
2018-07-29 | libre/systemd: have groups of systemd-libudev match systemd-udev | Luke Shumaker | |
2018-07-25 | libre/systemd: Add systemd-udev to groups=(base-devel) | Luke Shumaker | |
Do this as long as systemd is in groups=(base-devel) && depends=(udev) | |||
2018-07-24 | libre/systemd: Update checksums (75f76e6), tidy | Luke Shumaker | |
2018-07-22 | systemd: fixed sha512sums | Omar Vega Ramos | |
2018-07-19 | libre/systemd: Re-generate the FSDG patch files | Luke Shumaker | |
2018-07-12 | libre/systemd: libsystemd: Depend on $X rather than systemd-$X | Luke Shumaker | |
Otherwise it's impossible to install systemd with eudev, because even though 'systemd' depends on the generic 'udev', it also depends on 'libsystemd', which would depend on 'systemd-libudev', which conflicts with 'eudev-libudev'. | |||
2018-07-12 | libre/systemd: Bump pkgrel | Luke Shumaker | |
2018-07-12 | libre/systemd: Include systemd-udev in groups=('base') | Luke Shumaker | |
It didn't need that before, because it was part of systemd, which was pulled in by systemd-sysvcompat. But now that it's separate, it needs to be in the group, which acts as a decider between it and other provides=(udev) packages. This is also consistent with the old core/udev package. | |||
2018-07-12 | libre/systemd: Split udev off in to a separate package | Luke Shumaker | |
2018-07-12 | libre/systemd: Fix license=() | Luke Shumaker | |
https://bugs.archlinux.org/task/59306 | |||
2018-07-12 | libre/systemd: Rename the libsystemd split packages to systemd-$X | Luke Shumaker | |
So libsystemd-standalone becomes systemd-libsystemd. | |||
2018-07-12 | libre/systemd: Reduce differences with Arch | Luke Shumaker | |
2018-07-09 | systemd-239.0-2.parabola1: updating version | Omar Vega Ramos | |
2018-06-23 | systemd-238.133-4.parabola1: updating version | Omar Vega Ramos | |
2018-04-11 | systemd-238.76-1.parabola1: updating version | Omar Vega Ramos | |
2018-03-13 | systemd-238.0-3.parabola2: Minor fix | Omar Vega Ramos | |
2018-03-13 | systemd-238.0-3.parabola1: updating version | Omar Vega Ramos | |
2018-02-06 | systemd-237.0-2.parabola1: updating version | Omar Vega Ramos | |
2018-01-07 | systemd-236.0-2.parabola2: rebuild | Omar Vega Ramos | |
2017-12-21 | libre/systemd: upgpkg 236.0-2.parabola1 | Luke Shumaker | |
2017-12-19 | systemd: prevent fiasco upon cryptsetup 2 arrival to i686 | Isaac David | |