summaryrefslogtreecommitdiff
path: root/pcr
AgeCommit message (Collapse)Author
2022-01-23[mirror-sync]: wip - add pkgbill-auger
2022-01-20pcr: python-redmine: actually make it architecture specificDenis 'GNUtoo' Carikli
In the previous commit, I forgot to actually do the change. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-19pcr: python-redmine: make it architecture specificDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-19pcr: python-redmine: rebuild for python 3.10Denis 'GNUtoo' Carikli
On Parabola x86_64 we currently have python 3.10: $ pacman -sS ^python$ core/python 3.10.1-2 [installed] Next generation of the python high-level scripting language and python-redmine 2.3.0: $ pacman -sS python-redmine pcr/python-redmine 2.3.0-1 [installed] Python library for communicating with a Redmine project management application but if we try to import redmine in python3 it fails: $ python3 Python 3.10.1 (main, Dec 18 2021, 23:53:45) [GCC 11.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import redmine Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'redmine' This is because python-redmine has been built against python 3.9: $ pacman -Q -l python-redmine python-redmine /usr/ python-redmine /usr/lib/ python-redmine /usr/lib/python3.9/ [...] so rebuilding it should normally fix this issue. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-01-19pcr/python-pypump: rebuilt and dropped python2-pypump split package because ↵Andreas Grapentin
upstream depends are gone
2022-01-19pcr/python-hypersocial: rebuiltAndreas Grapentin
2022-01-19pcr/python-efl: updated to 1.25.0, removed python2-efl split package because ↵Andreas Grapentin
upstream dependencies are gone
2021-12-09pcr: Add obfsproxy 0.0.11 from AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-12-02Update [pcr/12p] to 1.6.1Freemor
2021-11-12octopi-0.12.0-1.parabola1: updating versionOmar Vega Ramos
2021-10-01pcr: Add abootimg 0.6 from AurDenis 'GNUtoo' Carikli
The Aur package is based on the abootimg-git, Guix and Debian packages. While abootimg only supports old Android images format and its git repository[1] doesn't have new commits since 2012, the abootimg program is used by diffoscope to produce more fine grained diffs between two Android boot images. Without it you end up with a hexdump based diff which isn't very useful. With abootimg you can really debug and fix reproducibility issues when creating Android boot images. Here's what you get between two boot images whose only difference is due to the timestamps in the gzip command used to build the images[2]: --- tests/recovery-i9300-with-root.img +++ tests/recovery-i9300-with-root.img.1 ├── abootimg -i {} │ @@ -13,9 +13,9 @@ │ * load addresses: │ kernel: 0x40008000 │ ramdisk: 0x41000000 │ tags: 0x40000100 │ │ * cmdline = console=ttySAC2,115200 │ │ -* id = 0xa1891d8e 0xdfc327bf 0xe9dc0add 0xb1b7ba27 0x4c251f7d 0x00000000 0x00000000 0x00000000 │ +* id = 0xbd8bda50 0x69a5cbc5 0x9f4e7867 0x3853557e 0x888ff90a 0x00000000 0x00000000 0x00000000 ├── initrd.img │ ├── filetype from file(1) │ │ @@ -1 +1 @@ │ │ -gzip compressed data, was "ramdisk.cpio", last modified: Thu Sep 30 23:04:41 2021, from Unix │ │ +gzip compressed data, was "ramdisk.cpio", last modified: Thu Sep 30 23:02:44 2021, from Unix And without abootimg you have the following instead: --- tests/recovery-i9300-with-root.img +++ tests/recovery-i9300-with-root.img.1 │┄ 'abootimg' not available in path. Falling back to binary comparison. @@ -30,16 +30,16 @@ 000001d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000001e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000001f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000200: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000210: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000220: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000230: 0000 0000 0000 0000 0000 0000 0000 0000 ................ -00000240: 8e1d 89a1 bf27 c3df dd0a dce9 27ba b7b1 .....'......'... -00000250: 7d1f 254c 0000 0000 0000 0000 0000 0000 }.%L............ +00000240: 50da 8bbd c5cb a569 6778 4e9f 7e55 5338 P......igxN.~US8 +00000250: 0af9 8f88 0000 0000 0000 0000 0000 0000 ................ 00000260: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000270: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000280: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000290: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000002a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000002b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000002c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ @@ -212218,15 +212218,15 @@ 0033cf90: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0033cfa0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0033cfb0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0033cfc0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0033cfd0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0033cfe0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0033cff0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ -0033d000: 1f8b 0808 8942 5661 0003 7261 6d64 6973 .....BVa..ramdis +0033d000: 1f8b 0808 1442 5661 0003 7261 6d64 6973 .....BVa..ramdis 0033d010: 6b2e 6370 696f 00b4 5b7b 77db b692 cfbf k.cpio..[{w..... 0033d020: d6a7 c0b1 7dea 3c4c 5292 653b 76cb b6b9 ....}.<LR.e;v... 0033d030: 8d6f 93de a4ce 899d bddd 4db2 3c10 094a .o........M.<..J 0033d040: bc22 0916 0065 298f fdec 3b03 5212 1fa0 ."...e)...;.R... 0033d050: ac74 f7fa b48e 35f8 cd60 30c0 bc40 aa7f .t....5..`0..@.. 0033d060: de3f ef0f fafd fee8 e284 f5f1 870e e8a8 .?.............. 0033d070: 6ffe 1934 3e07 1db8 e6cf d3d5 1ffe 948a o..4>........... And the issue here is not hypothetical as the above show a real bug preventing tests from working in a tool meant to add root access by default in Replicant boot and recovery images. And that bug was really fixed thanks to abootimg. [1]https://github.com/ggrandou/abootimg [2]The ID takes into account the hash of the initrd image. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-09-19[lagrange]: upgrade to v1.6.5bill-auger
2021-09-16pcr: Add android-tools 31.0.2 for armv7hDenis 'GNUtoo' Carikli
The PKGBUILD was taken from the Arch Linux community repository which is at https://github.com/archlinux/svntogit-community as the old URL (git://git.archlinux.org/svntogit/community.git) isn't up to date and according to #archlinux, the migration to gitlab isn't complete yet. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-08-25[pcr/i2p] Keep package Up-To-dateFreemor
2021-08-24pcr: Remove proguardDenis 'GNUtoo' Carikli
The proguard PKGBUILD doesn't provide any source code for proguard, and the Aur package it is based on doesn't either. This is an issue for GPLv2 compliance as well as a practical one: we cannot patch the software if we need to. As for the packages that depend on proguard, the android-sdk package depends on it. However, as far as I know the android-sdk package is a work in progress that didn't progress much since 2018. According to the commit that added it in pcr-testing: commit d424f0813c7bee07cdea2b6863540e1b84abfb0d addpkg: pcr-testing/android-sdk-meta Inspired from https://blog.replicant.us/2017/04/there-wont-be-a-replicant-6-0-sdk-because-there-is-already-something-better/ I used the Debian sources since they are fully-free, but I still need to add the API level 23 to build an app, and then move this to [pcr] So if someone really wants proguard and/or the android-sdk in Parabola, the solution is to make sure that proguard is built from source somehow. In #parabola in liberachat, bill-auger also agreed with me to the removal of proguard until a way to build it from source is found. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-08-22pcr: python-bundlewrap: bump to 4.7.0 by syncing with AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-30[lagrange]: add packagebill-auger
2021-07-19[h-client]: wipbill-auger
2021-07-19[mediagoblin]: wipbill-auger
2021-07-19[rstudio-desktop]: wip upgrade to v1.3.1093bill-auger
2021-07-19[rstudio-desktop]: wip upgrade to v1.1.463bill-auger
2021-07-16pcr: update python-humblewx to 0.2.2Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-05pcr: Update uboot-tools for armv7h to 2021.04Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-07-02updpkg: pcr/chroot-nspawn 0.2.4-2David P
Signed-off-by: David P <megver83@parabola.nu>
2021-07-01Removing xrdpOmar Vega Ramos
2021-06-20octopi-0.11.0-2.parabola1: updating versionOmar Vega Ramos
2021-06-20alpm_octopi_utils-1.0.2-3: rebuildOmar Vega Ramos
2021-06-15[tootle][libpurple-bridgin]: housekeepingbill-auger
2021-06-13[tootle]: upgrade to v1.0bill-auger
2021-05-26libre: update guix-installer to v1.3.0 by syncing with AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-05-25Keep [pcr/i2p] Up-to-date (0.9.50)Freemor
2021-05-22[tkpacman]: upgrade to v1.9.1bill-auger
2021-05-12Bring [pcr/gmusicbrowser] up-to-dateFreemor
2021-05-05pcr: mkbootimg: import last fixes from AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-05-05pcr: Add mkbootimg 31.0.0 from AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-25[perl-file-rename]: add conflict: 'perl-rename'bill-auger
2021-04-19pcr: Add selinux-python from AurDenis 'GNUtoo' Carikli
This finally brings the 'audit2allow' command to Parabola. That command is commonly used to work with selinux policies. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-19pcr: gajim-plugin-omemo: update to 2.7.13 by syncing with aurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-13pcr: libselinux: fix typoDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-12pcr: add policycoreutils (selinux policy core utilities)Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-12pcr: update libselinux and libsepol to 3.2Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-12pcr: pacman-static: update to 5.2.2 from AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-04-09[retroshare]: upgrade to v0.6.6bill-auger
2021-04-09[newlisp]: upgrade to v10.7.5bill-auger
2021-03-23remove pcr/simg2img-gitDavid P
Signed-off-by: David P <megver83@parabola.nu>
2021-03-22pcr: Add libgpiod 1.6.2 from AurDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-03-22updpkg: pcr/linphone-desktop 4.2.5-1David P
Signed-off-by: David P <megver83@parabola.nu>
2021-03-08pcr: icestorm: bump revisionDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-03-07pcr: icestorm: fix pkgrevDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-03-07pcr: symbiflow: use fixed git revisionDenis 'GNUtoo' Carikli
Building this toolchain across the 3 supported architectures takes some time. So it's better to use fixed git revisions to ensure that all 3 architectures run the same code and not to have to update the pkgver just to build for another architecture. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>