Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libforensic1394
Commits:
cd21d830 by Antonio Rojas at 2025-12-24T15:56:40+01:00
upgpkg: 0.2-13: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libforensic1394
pkgdesc = Library for performing live memory forensics over the IEEE
1394 (FireWire) interface
pkgver = 0.2
- pkgrel = 12
+ pkgrel = 13
url = https://freddie.witherden.org/tools/libforensic1394/
arch = x86_64
license = LGPL3
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=libforensic1394
pkgname=('libforensic1394' 'python-libforensic1394')
pkgver=0.2
-pkgrel=12
+pkgrel=13
pkgdesc='Library for performing live memory forensics over the IEEE 1394
(FireWire) interface'
url='https://freddie.witherden.org/tools/libforensic1394/'
arch=('x86_64')
@@ -26,6 +26,7 @@ build() {
cd ${pkgbase}-${pkgver}
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-Wno-dev \
-S .
make -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libforensic1394/-/commit/cd21d830f83f7534b2e8dc7c67ef362c0d3af8ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libforensic1394/-/commit/cd21d830f83f7534b2e8dc7c67ef362c0d3af8ec
You're receiving this email because of your account on gitlab.archlinux.org.