This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sbuild (Debian sbuild) 0.91.1 (08 October 2025) on tiksta.home.arpa | |
| +==============================================================================+ | |
| | hello (arm64) Mon, 01 Dec 2025 09:01:07 +0000 | | |
| +==============================================================================+ | |
| Package: hello | |
| Distribution: stable | |
| Machine Architecture: arm64 | |
| Host Architecture: arm64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA512 | |
| Format: 1.0 | |
| Source: sqliteodbc | |
| Binary: libsqlite3-mod-blobtoxy libsqlite3-mod-blobtoxy-dbgsym libsqlite3-mod-csvtable libsqlite3-mod-csvtable-dbgsym libsqlite3-mod-impexp libsqlite3-mod-impexp-dbgsym libsqlite3-mod-xpath libsqlite3-mod-xpath-dbgsym libsqlite3-mod-zipfile libsqlite3-mod-zipfile-dbgsym libsqliteodbc libsqliteodbc-dbgsym | |
| Architecture: arm64 source | |
| Version: 0.99991-5 | |
| Checksums-Md5: | |
| c35337c2eb424d023ff43deb1622318f 2374 sqliteodbc_0.99991-5.dsc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA512 | |
| Format: 1.0 | |
| Source: sqliteodbc | |
| Binary: libsqlite3-mod-blobtoxy libsqlite3-mod-blobtoxy-dbgsym libsqlite3-mod-csvtable libsqlite3-mod-csvtable-dbgsym libsqlite3-mod-impexp libsqlite3-mod-impexp-dbgsym libsqlite3-mod-xpath libsqlite3-mod-xpath-dbgsym libsqlite3-mod-zipfile libsqlite3-mod-zipfile-dbgsym libsqliteodbc libsqliteodbc-dbgsym | |
| Architecture: arm64 source | |
| Version: 0.99991-5 | |
| Checksums-Md5: | |
| c35337c2eb424d023ff43deb1622318f 2374 sqliteodbc_0.99991-5.dsc |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sbuild (Debian sbuild) 0.88.4 (20 February 2025) on tiksta.home.arpa | |
| +==============================================================================+ | |
| | pdns-recursor 5.2.0-3 (arm64) Mon, 24 Feb 2025 10:30:19 +0000 | | |
| +==============================================================================+ | |
| Package: pdns-recursor | |
| Version: 5.2.0-3 | |
| Source Version: 5.2.0-3 | |
| Distribution: unstable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From: Chris Hofstaedtler <[email protected]> | |
| Date: Wed, 11 Dec 2024 13:54:46 +0100 | |
| X-Dgit-Generated: 0.1.1-11.2 596481d5fcce3065fe9f98b5e130547ac18ea17a | |
| Subject: Fix various bugs exposed by gcc-14 | |
| --- | |
| diff --git a/src/t4k_menu.c b/src/t4k_menu.c | |
| index a0b272f..d6d1633 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 689fd3d6bceb492b2665ada3c6677da3f5e72e88 Mon Sep 17 00:00:00 2001 | |
| From: Chris Hofstaedtler <[email protected]> | |
| Date: Sat, 19 Oct 2024 17:43:46 +0200 | |
| Subject: [PATCH] Stop running quickcheck on i386 | |
| Closes: #1085438 | |
| --- | |
| debian/README.source | 2 +- | |
| debian/control | 3 +-- | |
| debian/rules | 2 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Nru kexec-tools-2.0.27/debian/changelog kexec-tools-2.0.27/debian/changelog | |
| --- kexec-tools-2.0.27/debian/changelog 2024-06-12 00:36:59.000000000 +0200 | |
| +++ kexec-tools-2.0.27/debian/changelog 2024-06-23 12:26:20.000000000 +0200 | |
| @@ -1,3 +1,9 @@ | |
| +kexec-tools (1:2.0.27-2) UNRELEASED; urgency=medium | |
| + | |
| + * TBD | |
| + | |
| + -- Chris Hofstaedtler <[email protected]> Sun, 23 Jun 2024 12:26:20 +0200 | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stddef.h> | |
| #include <stdint.h> | |
| #include <stdio.h> | |
| #define CPUID_EBX_AVX2 0x00000020 | |
| #define CPUID_EBX_AVX512F 0x00010000 | |
| #define XCR0_SSE 0x00000002 | |
| #define XCR0_AVX 0x00000004 | |
| #define XCR0_OPMASK 0x00000020 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if [ "$1" = "--cflags" ]; then | |
| FLAGS=$(/usr/bin/net-snmp-config --cflags) | |
| MYFLAGS="" | |
| for flag in $FLAGS; do | |
| if [[ "$flag" =~ -DNETSNMP* ]]; then | |
| MYFLAGS="$MYFLAGS $flag" | |
| fi | |
| done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -x | |
| puppet agent --disable "update Debian" | |
| service keepalived stop | |
| apt-get install udev acl | |
| sed -i'' -e 's/jessie/stretch/g' /etc/apt/sources.list.d/* | |
| export DEBIAN_FRONTEND=noninteractive | |
| export DEBCONF_NONINTERACTIVE_SEEN=true | |
| apt-get update | |
| apt-get install apt dpkg deborphan # openjdk-8-jre-headless |
NewerOlder