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
| Log time: 2026-06-19 08:48:27.144552 | |
| Log time: 2026-06-19 08:48:29.032803 | |
| Log time: 2026-06-19 08:48:32.310390 | |
| MarkDelete libapt-pkg6.0:amd64 < 2.4.14 @ii mK > FU=1 | |
| MarkDelete libdb5.3:amd64 < 5.3.28+dfsg1-0.8ubuntu3 @ii mK > FU=1 | |
| MarkDelete libext2fs2:amd64 < 1.46.5-2ubuntu1.2 @ii mK > FU=1 | |
| MarkDelete libgdbm-compat4:amd64 < 1.23-1 @ii gK > FU=1 | |
| MarkDelete libgdbm6:amd64 < 1.23-1 @ii gK > FU=1 | |
| MarkDelete libglib2.0-0:amd64 < 2.72.4-0ubuntu2.9 @ii gK > FU=1 | |
| MarkDelete libgnutls30:amd64 < 3.7.3-4ubuntu1.9 @ii mK > FU=1 |
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
| --- a/DistUpgradeQuirks.py 2026-01-19 14:22:43.000000000 +0000 | |
| +++ DistUpgradeQuirks.py 2026-06-19 08:48:21.997346301 +0000 | |
| @@ -1794,6 +1794,9 @@ | |
| """ | |
| LP: #2061175 | |
| """ | |
| + | |
| + replacements = [] | |
| + | |
| for package in self.controller.cache: |
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
| Log time: 2026-06-19 08:39:03.050668 | |
| Log time: 2026-06-19 08:39:04.939096 | |
| Log time: 2026-06-19 08:39:08.242470 | |
| Delayed Removing: usrmerge:amd64 as upgrade is not an option for coreutils:amd64 (9.4-3ubuntu6.2) | |
| MarkInstall coreutils:amd64 < 8.32-4.1ubuntu1.3 -> 9.4-3ubuntu6.2 @ii umU Ib > FU=0 | |
| MarkDelete usrmerge:amd64 < 25ubuntu2 @ii mK > FU=0 | |
| MarkInstall python3-gi:amd64 < 3.42.1-0ubuntu1 -> 3.48.2-1 @ii umU Ib > FU=0 | |
| Installing gir1.2-girepository-2.0:amd64 as Depends of python3-gi:amd64 | |
| MarkInstall gir1.2-girepository-2.0:amd64 < none -> 1.80.1-1 @un uN > FU=0 | |
| Delayed Removing: libnettle8:amd64 as upgrade is not an option for apt:amd64 (2.8.3) |
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
| Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | |
| Source: https://github.com/aws/aws-lc-rs | |
| Comment: *** only: rust-vendor/aws-lc-rs *** | |
| Files: rust-vendor/aws-lc-rs/* | |
| Copyright: Amazon.com, Inc. or its affiliates. | |
| 2015-2022 Brian Smith. | |
| 2016 Google Inc. | |
| 2018 Trent Clarke. | |
| License: ISC and (Apache-2 or ISC) |
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
| HP HP Z2 Mini G9 Workstation Desktop PC | |
| ? | |
| ??SBAT: | |
| ? Device ID: 6469856584e2f5873b2f148302e46c9313c7d054 | |
| ? Summary: Generation number based revocation mechanism | |
| ? Current version: 1.5.4 | |
| ? Vendor: OS:ubuntu | |
| ? GUID: 9947c120-b97b-52d6-9d83-738a1c342e23 ? UEFI\OS_ubuntu&VAR_SbatLevelRT | |
| ? Device Flags: ? Updatable | |
| ? ? Needs a reboot after installation |
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/sh | |
| . /etc/os-release | |
| case "$DISTRO" in | |
| *:*) | |
| ID=$(echo $DISTRO | cut -f1 -d:) | |
| VERSION_CODENAME=$(echo $DISTRO | cut -f2 -d:) | |
| CLEAN_ID="$(echo $ID | sed s%/%-%g)" |
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
| diff --git b/rust-vendor/adler2/.cargo_vcs_info.json b/rust-vendor/adler2/.cargo_vcs_info.json | |
| new file mode 100644 | |
| index 0000000..23ea665 | |
| --- /dev/null | |
| +++ b/rust-vendor/adler2/.cargo_vcs_info.json | |
| @@ -0,0 +1,6 @@ | |
| +{ | |
| + "git": { | |
| + "sha1": "89a031a0f42eeff31c70dc598b398cbf31f1680f" | |
| + }, |
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 -x | |
| GRUB_DIR=/usr/lib/grub/x86_64-efi | |
| [ "$SHIM" ] || SHIM=/usr/lib/shim/shimx64.efi | |
| set -e | |
| tmp=$(mktemp -d) | |
| trap "rm -rf $tmp" exit | |
| if echo "$1" | grep -q '.deb'; then |
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
| Transaction ID: 739 | |
| Start time: 2026-02-16 12:25:02 | |
| End time: 2026-02-16 12:29:36 | |
| Requested by: jak (1000) | |
| Command line: apt dist-upgrade | |
| Packages changed: | |
| Install glycin-thumbnailers:amd64 (2.0.7+ds-5ubuntu1, automatic) | |
| Install libcomposefs1:amd64 (1.0.8-3, automatic) | |
| Install libsimdutf31:amd64 (8.0.0-1, automatic) | |
| Install linux-firmware-amd-graphics:amd64 (20260123.git1b7b9f6c-0ubuntu1, automatic) |
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
| execve("./a.out", ["./a.out"], 0x7ffe6b19fd00 /* 86 vars */) = 0 | |
| brk(NULL) = 0x5bc7cb51f000 | |
| mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x724d0aa3e000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
| fstat(3, {st_mode=S_IFREG|0644, st_size=121541, ...}) = 0 | |
| mmap(NULL, 121541, PROT_READ, MAP_PRIVATE, 3, 0) = 0x724d0aa20000 | |
| close(3) = 0 | |
| openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
| read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\247\2\0\0\0\0\0"..., 832) = 832 |
NewerOlder