summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-02upgpkg: cross/cross-newlib 3.1.0-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-06-02upgpkg: cross/cross-binutils 2.32-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-06-02upgpkg: cross/cross-gcc 9.1.0-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-06-01upgpkg: libre/linux-libre-hardened 5.0.19.a_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-06-01upgpkg: libre/linux-libre 5.1.6_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-31[pacman-mirrorlist]: fix typobill-auger
2019-05-30[pacman-mirrorlist]: add waterloo mirrorbill-auger
2019-05-30libre/iceweasel-l10n: updated to 67.0Andreas Grapentin
2019-05-27pcr: Add gnutls-guileDenis 'GNUtoo' Carikli
Newer Guix versions requires gnutls to be compiled with --enable-guile. This was disabled in the arch GNU/Linux distribution due to build issues that are now gone. As Upstream is not responsive enough in integrating the change[1], this imports a version from AUR[2] at the following commit: "b16cca7 Update provides and conflicts". References: ----------- [1]https://bugs.archlinux.org/task/61095 [2]https://aur.archlinux.org/gnutls-guile.git Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-26pcr/bbswitch-lts: rebuiltAndreas Grapentin
2019-05-26libre/vhba-module: rebuiltAndreas Grapentin
2019-05-26libre/tp_smapi: rebuiltAndreas Grapentin
2019-05-26libre/tp_smapi-lts: rebuiltAndreas Grapentin
2019-05-26libre/bbswitch: rebuiltAndreas Grapentin
2019-05-26libre/acpi_call: rebuiltAndreas Grapentin
2019-05-26libre/acpi_call-lts: rebuiltAndreas Grapentin
2019-05-26libre/iceweasel: build passes for 67.0Andreas Grapentin
2019-05-26upgpkg: libre/linux-libre 5.1.4_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-26upgpkg: libre/linux-libre-hardened 5.0.18.a_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-25upgpkg: libre/linux-libre-lts 4.19.45_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-24revert 2c0e4d1e9bf9a8ec731ac35aabcbfd265ccb866eDavid P
this is the normal behaviour the kernels *must* have, because that means that configs have to be updated Signed-off-by: David P <megver83@parabola.nu>
2019-05-24upgpkg: kernels/linux-libre-rt 4.19.37_gnu.rt19-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-24[libre-testing/ruby] Move rubygems to an optional depend in preparation for ↵Freemor
your-system-sanity which will prevent the installation of rubygems as it is a TPPM
2019-05-24libretools: actually apply the patch for fixing builds requiring read-write ↵Denis 'GNUtoo' Carikli
startdir Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-23[iceweasel]: adapt prepare function to new versionbill-auger
2019-05-23[iceweasel]: re-worked libre-searchengines.patchbill-auger
2019-05-23[iceweasel]: upgrade to v67.0 (broken)bill-auger
2019-05-23pcr: libzim: sync with aur: update revisionDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-23libre: Add lm32 gcc and binutilsDenis 'GNUtoo' Carikli
This will enable users to build code for the LatticeMico32 architecture. The PKGBUILDS are based on the arm-linux-gnueabi- binutils and gcc. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-22kernels: linux-libre-x86_64: configuration: make sure that no user input is ↵Denis 'GNUtoo' Carikli
required Sometimes the defconfig and the source code are out of sync, this can result in issues like this one: | ==> Starting build()... | scripts/kconfig/conf --syncconfig Kconfig | * | * Restart config... | * | * | * General architecture-dependent options | * | OProfile system profiling (OPROFILE) [M/n/y/?] m | OProfile multiplexing support (EXPERIMENTAL) (OPROFILE_EVENT_MULTIPLEX) [N/y/?] n | Kprobes (KPROBES) [Y/n/?] y | Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y | Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n | Stack Protector buffer overflow detection (STACKPROTECTOR) [Y/n/?] (NEW) This makes sure that in such case, the default choice is used instead of asking the user about it. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-22linux-libre-x86_64: fix defconfigDenis 'GNUtoo' Carikli
While updating this kenrel to 5.1.3-gnu, the 5.0.2-gnu defconfig was accidentally commited. This change fixes it by importing linux-libre's defconfig for x86_64. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-22kernels: linux-libre: configuration: make sure that no user input is requiredDenis 'GNUtoo' Carikli
Sometimes the defconfig and the source code are out of sync, this can result in issues like this one: | ==> Starting build()... | scripts/kconfig/conf --syncconfig Kconfig | * | * Restart config... | * | * | * General architecture-dependent options | * | OProfile system profiling (OPROFILE) [M/n/y/?] m | OProfile multiplexing support (EXPERIMENTAL) (OPROFILE_EVENT_MULTIPLEX) [N/y/?] n | Kprobes (KPROBES) [Y/n/?] y | Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y | Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n | Stack Protector buffer overflow detection (STACKPROTECTOR) [Y/n/?] (NEW) This makes sure that in such case, the default choice is used instead of asking the user about it. This feature has been requested by bill-auger as part of this bugreport: https://labs.parabola.nu/issues/2319 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-21pcr/bbswitch-lts: rebuiltAndreas Grapentin
2019-05-21libre/vhba-module: updated to 20190410Andreas Grapentin
2019-05-21libre/bbswitch: rebuiltAndreas Grapentin
2019-05-21Add some comments to TPPM.hooks fileFreemor
2019-05-21Add a few more TPPMsFreemor
2019-05-21Initial work on a package to address the Third Party Package Managar issue.Freemor
2019-05-21kernels: linux-libre-x86_64: update to 5.1.3 by syncing with linux-libreDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-21upgpkg: libre/linux-libre-lts 4.19.44_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-20upgpkg: libre/linux-libre 5.1.3_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-20upgpkg: libre/linux-libre-pae 5.1.3_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-20upgpkg: libre/linux-libre-hardened 5.0.16.a_gnu-1David P
Signed-off-by: David P <megver83@parabola.nu>
2019-05-20[calamares][puzzlemoppet-git]: housekeepingbill-auger
2019-05-20[acpi_call{,-lts}][tp_smapi{,-lts}]: rebuild for new kernelsbill-auger
2019-05-20[linux-libre-rt][linux-libre-xtreme][linux-libre-lts][linux-libre]: add note ↵bill-auger
about rcn-libre patch
2019-05-20[linux-libre][linux-libre-lts]: allow packaging with read-only startdirbill-auger
* https://labs.parabola.nu/issues/2141 * https://lists.parabola.nu/pipermail/dev/2019-May/007207.html
2019-05-17[linux-libre-lts]: upgrade to 4.19.44bill-auger
2019-05-17[linux-libre]: upgrade to 5.1.3bill-auger
2019-05-17[puzzlemoppet-git]: housekeepingbill-auger