Resign Packages
This commit is contained in:
@@ -110,3 +110,18 @@ Description: It creates a secure network between your servers, computers, and cl
|
||||
License: GPLv3
|
||||
|
||||
|
||||
Package: sdxpinn-quecmanager-beta
|
||||
Version: 0.0.1
|
||||
Depends: libc, sdxpinn-mount-fix, atinout
|
||||
Conflicts: sdxpinn-quecmanager
|
||||
Section: admin
|
||||
Architecture: aarch64_cortex-a53
|
||||
Maintainer: Russel Yasol <https://github.com/dr-dolomite> Cameron Thompson <https://github.com/iamromulan>
|
||||
MD5Sum: 3b50b8cb09707d8c52c815d5d62be857
|
||||
Size: 693715
|
||||
Filename: sdxpinn-quecmanager-beta_0.0.1_aarch64_cortex-a53.ipk
|
||||
Source: github/iamromulan
|
||||
Description: BETA: A custom web UI desgined to run alongside luci for Quectel RM55x modems
|
||||
License: GPLv3
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
12
opkg-feed/Packages.log
Normal file
12
opkg-feed/Packages.log
Normal file
@@ -0,0 +1,12 @@
|
||||
Starting package analysis - Tue Nov 12 01:00:22 AM UTC 2024
|
||||
No update needed for atinout (version 0.9.1, MD5: 6c8d3c910477e31940ee7740111a7fdf, size: 4226)
|
||||
No update needed for luci-app-atinout-mod (version 1.3.4-20241006, MD5: 2dac55de763333c37dd1728957fc8294, size: 4827)
|
||||
No update needed for ookla-speedtest (version 1.2.0, MD5: 2183f2df42a00380e761cace096e17c3, size: 1075762)
|
||||
No update needed for sdxpinn-console-menu (version 0.0.2, MD5: 42d2fd4c85b36a9c29e66092899080a4, size: 7365)
|
||||
No update needed for sdxpinn-mount-fix (version 1.1.0, MD5: f8e8f830a7ba794d3d090c206df2b729, size: 29357)
|
||||
No update needed for sdxpinn-quecmanager (version 0.0.3, MD5: c8fc47f8c59a6fc27955fccf0ff7c383, size: 661511)
|
||||
No update needed for sdxpinn-quecmanager-beta (version 0.0.1, MD5: 3b50b8cb09707d8c52c815d5d62be857, size: 693715)
|
||||
No update needed for tailscale (version 1.76.1-2, MD5: b19952ce72aba5447d4eaa90ca270766, size: 9440096)
|
||||
No update needed for tailscaled (version 1.76.1-1, MD5: 5785492476bb7c205e02bd8f7b3eeb50, size: 17506056)
|
||||
Package file and signature updated successfully.
|
||||
Package analysis completed - Tue Nov 12 01:00:23 AM UTC 2024
|
||||
@@ -1,2 +1,2 @@
|
||||
untrusted comment: signed by key 6262698f038d1226
|
||||
RWRiYmmPA40SJkr4SMRdcTAdCkxFc71T9gSyO9ar+oxbQPMhwjsj48OvDrrMDqpCLmahe0ABlX66wWnUh06rhzXw7kQ4yLKkDwU=
|
||||
RWRiYmmPA40SJtQKN21nynSncpKJTdW4O+eAuRJzDr28Z4Q36Mii+fSihoLGpr+W3g7LnQGcAnMLT0xGf6PV6KVCeZ+mC/JhfgI=
|
||||
|
||||
@@ -32,7 +32,7 @@ for ipk_file in *.ipk; do
|
||||
pkg_name_version_arch=$(echo "$ipk_file" | sed -E 's/.ipk$//')
|
||||
pkg_name=$(echo "$pkg_name_version_arch" | cut -d '_' -f 1)
|
||||
version=$(echo "$pkg_name_version_arch" | cut -d '_' -f 2)
|
||||
arch=$(echo "$pkg_name_version_arch" | cut -d '_' -f 3)
|
||||
arch=$(echo "$pkg_name_version_arch" | cut -d '_' -f 3-)
|
||||
|
||||
# Find the package entry in the Packages file
|
||||
pkg_start_line=$(grep -n "^Package: $pkg_name$" "$PACKAGES" | cut -d ':' -f 1)
|
||||
@@ -51,6 +51,7 @@ for ipk_file in *.ipk; do
|
||||
echo "Section: packages"
|
||||
echo "Architecture: $arch"
|
||||
echo "Maintainer: Placeholder"
|
||||
echo "MD5Sum: $current_md5"
|
||||
echo "Size: $current_size"
|
||||
echo "Filename: $ipk_file"
|
||||
echo "Source: Placeholder"
|
||||
|
||||
Reference in New Issue
Block a user