summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-05-17libretools: unbreak building packages requiring a read-write startdirDenis 'GNUtoo' Carikli
This modification was done with a patch rather than pushing it directly to libretools for several reasons: - I'm not familiar enough with libretool so the patch needs to be reviewed. - We still need to unbreak libretools to be able to build the kernel packages, for instance to fix the zombiload security issue. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-17libretools: disable check() for now.Denis 'GNUtoo' Carikli
We need to get new kernel out, however this is not possible at the time because their PKGBUILDs don't work with read-only startdir, which is enforced by libretools. However libretools cannot even be rebuilt as-is because the test fails. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-17[grub2-theme-gnuaxiom]: bump pkgrelbill-auger
2019-05-17[puzzlemoppet-git]: bump pkgrelbill-auger
2019-05-17[puzzlemoppet-git]: patch license dirname typobill-auger
2019-05-17[grub2-theme-gnuaxiom]: new boot splashbill-auger
2019-05-17[calamares]: upgrade to v3.2.8bill-auger
2019-05-17[parabola-laf]: upgradebill-auger
2019-05-17Update libre/parabola-keyringParabola automatic package builder
2019-05-16linux-libre: don't build html docs to workaround build issueDenis 'GNUtoo' Carikli
Without that workaround, the build fails with the following error: | Extension error: | Could not import extension kerneldoc (exception: cannot import name 'AutodocReporter' from 'sphinx.ext.autodoc' (/usr/lib/python3.7/site-packages/sphinx/ext/autodoc/__init__.py)) | make[1]: *** [Documentation/Makefile:68: htmldocs] Error 2 This commit is based on the following commit: 0e1563a070f Revert "FS#59688 - Install HTML docs" in the archlinux packages repository[1]. References: ----------- [1]git://git.archlinux.org/svntogit/packages.git Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-15epiphany-3.32.2-1.par1: updating versionOmar Vega Ramos
2019-05-15ark-19.04.1-1.par1: updating versionOmar Vega Ramos
2019-05-15qutebrowser-1.6.2-1.par1: updating versionOmar Vega Ramos
2019-05-15netsurf-3.8-2.par1: updating versionOmar Vega Ramos
2019-05-15systemd-242.29-1.par1: updating versionOmar Vega Ramos
2019-05-10Removing rspamd: This package is in [community] repoOmar Vega Ramos
2019-05-10clementine-1.3.1.r702.3b76fa627-2.par1: updating versionOmar Vega Ramos
2019-05-10Rebuild [libre/texlive-bin] i686 against new popplerFreemor
2019-05-11libre: cups-filters: i686: rebuild against new poppler 0.76.0Denis 'GNUtoo' Carikli
Upstream now has poppler 0.76.0 for i686 too. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-05-08Rebuild [libre/iceape] i686 against new icuFreemor