From 43a72543b6c9f218a863e773110c6a6aba1b83d5 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <qsx@chaotikum.eu> Date: Sat, 21 Sep 2024 21:23:39 +0200 Subject: [PATCH] Remove buster and its packages --- conf/distributions | 6 +- conf/incoming | 2 +- db/checksums.db | 2 +- db/packagenames.db | 4 +- db/packages.db | 4 +- db/references.db | 2 +- out/dists/buster/InRelease | 49 --- out/dists/buster/Release | 30 -- out/dists/buster/Release.gpg | 16 - out/dists/buster/main/binary-amd64/Packages | 383 ------------------ .../buster/main/binary-amd64/Packages.gz | 3 - out/dists/buster/main/binary-amd64/Release | 7 - out/dists/buster/main/source/Release | 7 - out/dists/buster/main/source/Sources.gz | 3 - ...base-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - .../exim4-base_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - .../exim4-config_4.92-8+deb10u7.0qsx1_all.deb | 3 - ...stom-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - ...emon-custom_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - ...aemon-heavy_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - ...ight-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - ...aemon-light_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - .../exim4-dev_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - .../exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz | 3 - .../e/exim4/exim4_4.92-8+deb10u7.0qsx1.dsc | 55 --- .../exim4/exim4_4.92-8+deb10u7.0qsx1_all.deb | 3 - out/pool/main/e/exim4/exim4_4.92.orig.tar.xz | 3 - .../main/e/exim4/exim4_4.92.orig.tar.xz.asc | 11 - ...mon4-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - .../eximon4_4.92-8+deb10u7.0qsx1_amd64.deb | 3 - 30 files changed, 10 insertions(+), 616 deletions(-) delete mode 100644 out/dists/buster/InRelease delete mode 100644 out/dists/buster/Release delete mode 100644 out/dists/buster/Release.gpg delete mode 100644 out/dists/buster/main/binary-amd64/Packages delete mode 100644 out/dists/buster/main/binary-amd64/Packages.gz delete mode 100644 out/dists/buster/main/binary-amd64/Release delete mode 100644 out/dists/buster/main/source/Release delete mode 100644 out/dists/buster/main/source/Sources.gz delete mode 100644 out/pool/main/e/exim4/exim4-base-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-base_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-config_4.92-8+deb10u7.0qsx1_all.deb delete mode 100644 out/pool/main/e/exim4/exim4-daemon-custom-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-daemon-custom_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-daemon-heavy_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-daemon-light-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-daemon-light_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4-dev_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz delete mode 100644 out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.dsc delete mode 100644 out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1_all.deb delete mode 100644 out/pool/main/e/exim4/exim4_4.92.orig.tar.xz delete mode 100644 out/pool/main/e/exim4/exim4_4.92.orig.tar.xz.asc delete mode 100644 out/pool/main/e/exim4/eximon4-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb delete mode 100644 out/pool/main/e/exim4/eximon4_4.92-8+deb10u7.0qsx1_amd64.deb diff --git a/conf/distributions b/conf/distributions index 7dfbcb5..2197722 100644 --- a/conf/distributions +++ b/conf/distributions @@ -1,7 +1,7 @@ -Codename: buster -AlsoAcceptFor: buster-security +Codename: bullseye +AlsoAcceptFor: bullseye-security Suite: oldstable -Version: 10 +Version: 11 Label: qsx Origin: qsx Description: qsx’ packages diff --git a/conf/incoming b/conf/incoming index 318fd2f..2ba223b 100644 --- a/conf/incoming +++ b/conf/incoming @@ -1,4 +1,4 @@ Name: default IncomingDir: incoming TempDir: tmp -Allow: buster buster-security +Allow: bullseye bullseye-security diff --git a/db/checksums.db b/db/checksums.db index bc5025f..026e6f9 100644 --- a/db/checksums.db +++ b/db/checksums.db @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62a41de88b26424990faf431fb56b64e3d909ff1f71693fb177b737cafeb453f +oid sha256:7db0160cd853e9e334b6f151ab3a2663c89ab34f2c311d51e6b55898afbf368a size 16384 diff --git a/db/packagenames.db b/db/packagenames.db index 6ca4653..2097054 100644 --- a/db/packagenames.db +++ b/db/packagenames.db @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dd73ab477ebf3ad7f732043efb818292025c7acf69c5bdb20dc2441b42d4d04 -size 24576 +oid sha256:2d2b37333c1209adf09dba759c716e799237449ab684a71a7bbe93d89e588bf3 +size 16384 diff --git a/db/packages.db b/db/packages.db index efaca7b..a76ad9c 100644 --- a/db/packages.db +++ b/db/packages.db @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:768045e450de4cfa39fa2dc6b4ae00eb340e2c0fa52d4a0fe48ceee0f75ccbfa -size 65536 +oid sha256:4ac66ef1435b9d62e218f6cf66897b5fbf0f78aaea50d6bb64468b2ad21e7e72 +size 61440 diff --git a/db/references.db b/db/references.db index 7a29d34..8a5709a 100644 --- a/db/references.db +++ b/db/references.db @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b757bbabef1ed396512c9e34e7884fdd6aab99aefb349ed29585639f02aa670b +oid sha256:60ceeae9bda3c245e2dc6e0717791b31e528e22e91fa7a7aea9b3e7562e83ea3 size 16384 diff --git a/out/dists/buster/InRelease b/out/dists/buster/InRelease deleted file mode 100644 index 24aed20..0000000 --- a/out/dists/buster/InRelease +++ /dev/null @@ -1,49 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -Origin: qsx -Label: qsx -Suite: oldstable -Codename: buster -Version: 10 -Date: Sun, 05 Feb 2023 00:00:06 UTC -Architectures: amd64 -Components: main -Description: qsx’ packages -MD5Sum: - 6c8970384367c8f5ede9625c69cd49ea 18396 main/binary-amd64/Packages - 04eecc372429fe1b90075f00ccd1ef3c 4277 main/binary-amd64/Packages.gz - 29cb488310677d8ce0314d6bb81bf9b1 119 main/binary-amd64/Release - 249f06ac71caeeb6f3dc2c9873b6761b 2427 main/source/Sources - ea3a6b02d5bcab61bbf19b348e241a8b 1088 main/source/Sources.gz - e2e30c4e841317a0c35c3c0f2e98e47e 120 main/source/Release -SHA1: - 21700e191418fa09c5373c250b2cc249066c24a4 18396 main/binary-amd64/Packages - ca64cf5647e52300dafb17d01450aa07aaa27bae 4277 main/binary-amd64/Packages.gz - f7ad4c26ef0c19ed4481a9679c942e9194d5a8bf 119 main/binary-amd64/Release - 7bba3e264e32c98f230603cd88c500c8a9268982 2427 main/source/Sources - 580989dc5f8133be1bafc4c288defcad139f0ff1 1088 main/source/Sources.gz - ad3f1cce539cf6945e928a6d7b190f5441944804 120 main/source/Release -SHA256: - a3503a1b1c820e4add4113ba3ebce5d398541769b8100f37d80f3bc190464a09 18396 main/binary-amd64/Packages - d7f4edac463c88a23801f71a94711251b6e38851cdf1d6f57c89210bb2330c0c 4277 main/binary-amd64/Packages.gz - c46e19a2045cabd6e24f9d18392318708c7733a1f311415b134b1aa930054570 119 main/binary-amd64/Release - 3fc9249612e3836ffc93fedb93ce507869358033c126da45101e96645555f58e 2427 main/source/Sources - aea0ece68d8ceb579829890cb0d86e85c0cdfb1b627e4b64dc2df5ef99bee715 1088 main/source/Sources.gz - 2a5a82b26cd7a1d2c3fa7d2a8743a22ad806e69ded1cdb31ff4ff18f48eef489 120 main/source/Release ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCgAdFiEEs0E17FxdBc8PvMjVg4ZN/CGrpKYFAmPe8YcACgkQg4ZN/CGr -pKbmBhAAzjk8NkfBJcU9aNeN0dgTaOpFskDMDaj+S+M31JSji2isTdJAX4m+OUuc -EEzMfqvg91MCBj7btqoPTDX+7AP5YETKUNwnms9bTr+rdzKjp4icTztEDj/5zpGh -3KWfnbOnJj4Aif6anYDYIpPFWw4pOkKe3ZgnuOszL//BdDBmIkNcds9C5jnoU7FJ -/gv9AQxr+SqWlT3DIkqjxF0NLKseShag5j9bubwzbsOoYEoOXlGL0RKd0Cs4aioR -QnmMf9qJ5v03qnxMfSBt/5v5XZTm38/1rwAKhGq+xUvpla3rgUTwqJ9228PMmPec -CtFW1y0Rie+XKww3DCivqH+lcYsQtp7sHE5kRfeoKBE9XVJB3Lf+vX4mWYH6Yvkq -Vwo4sl978Wcs/652fJ/ubBc5mjwQUpU56jnu41imNOcSJN3mpMUSWdLMA79WVY4x -WHQF90c9J5xPLQHDHotHX1fCYU6XVCv+HhIWIZWUY0lOHdHx3m0ka/wHhXYSQdhv -QywxDoVNevzQZgijBwglQ22mE6npk0UsfWZVTZRw0LIk5M95szPxPrlrZhj+uAw7 -poxej4K/mpwgjz5RiysIXOWBgbL3tqIx4t10q0PD5Gkjv/j/YppYZbmNn8lwENQA -bc46xrrYqIE9oaO1p7WsgI2D6ebMoWX1JpCJ3Bi1aKFZ11pmAW4= -=aU89 ------END PGP SIGNATURE----- diff --git a/out/dists/buster/Release b/out/dists/buster/Release deleted file mode 100644 index c7e6e8f..0000000 --- a/out/dists/buster/Release +++ /dev/null @@ -1,30 +0,0 @@ -Origin: qsx -Label: qsx -Suite: oldstable -Codename: buster -Version: 10 -Date: Sun, 05 Feb 2023 00:00:06 UTC -Architectures: amd64 -Components: main -Description: qsx’ packages -MD5Sum: - 6c8970384367c8f5ede9625c69cd49ea 18396 main/binary-amd64/Packages - 04eecc372429fe1b90075f00ccd1ef3c 4277 main/binary-amd64/Packages.gz - 29cb488310677d8ce0314d6bb81bf9b1 119 main/binary-amd64/Release - 249f06ac71caeeb6f3dc2c9873b6761b 2427 main/source/Sources - ea3a6b02d5bcab61bbf19b348e241a8b 1088 main/source/Sources.gz - e2e30c4e841317a0c35c3c0f2e98e47e 120 main/source/Release -SHA1: - 21700e191418fa09c5373c250b2cc249066c24a4 18396 main/binary-amd64/Packages - ca64cf5647e52300dafb17d01450aa07aaa27bae 4277 main/binary-amd64/Packages.gz - f7ad4c26ef0c19ed4481a9679c942e9194d5a8bf 119 main/binary-amd64/Release - 7bba3e264e32c98f230603cd88c500c8a9268982 2427 main/source/Sources - 580989dc5f8133be1bafc4c288defcad139f0ff1 1088 main/source/Sources.gz - ad3f1cce539cf6945e928a6d7b190f5441944804 120 main/source/Release -SHA256: - a3503a1b1c820e4add4113ba3ebce5d398541769b8100f37d80f3bc190464a09 18396 main/binary-amd64/Packages - d7f4edac463c88a23801f71a94711251b6e38851cdf1d6f57c89210bb2330c0c 4277 main/binary-amd64/Packages.gz - c46e19a2045cabd6e24f9d18392318708c7733a1f311415b134b1aa930054570 119 main/binary-amd64/Release - 3fc9249612e3836ffc93fedb93ce507869358033c126da45101e96645555f58e 2427 main/source/Sources - aea0ece68d8ceb579829890cb0d86e85c0cdfb1b627e4b64dc2df5ef99bee715 1088 main/source/Sources.gz - 2a5a82b26cd7a1d2c3fa7d2a8743a22ad806e69ded1cdb31ff4ff18f48eef489 120 main/source/Release diff --git a/out/dists/buster/Release.gpg b/out/dists/buster/Release.gpg deleted file mode 100644 index 43b1c3a..0000000 --- a/out/dists/buster/Release.gpg +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEEs0E17FxdBc8PvMjVg4ZN/CGrpKYFAmPe8YYACgkQg4ZN/CGr -pKZxxA/9FrEkKFXdt91zP5fBEIS1w8K5Ue3SxHYa+zvomO63PKe5nhs+0a/vsQlw -RSlCgTTE2dXfBhJq9+3/q64yJHhr46iXRgRZ5xRke0hyJOxFDadELsoXSjsXOc++ -FJOZwgvUtuje0cZBWHJWf4841lgKnrDx9SxWl3q6ausjtKD5ELLci2PxvSBgxFs/ -e6MYKGsEua1KbVbl7Qc8XzqSA4m58GCX5ccQze4kk86FQmz14npEmUFkN20BQDUI -RUPSMG24rQS0BTOauE7NwZqNZOC8Ya9bKjeVpUB/3P2FYLQLxKn5BIVNgJ1oJvPI -+2nssRsgUU2i8mIrH2JL/gFgl5TAerJzictm/kXYSkDFrU6nCyFhU7BDTT/U+rS6 -ouv+Y3HeLXYgrOGKNkpaLf803iVVp6ZkI/Pbm2HkzsmR4YHTyHN872qWKCLbvm0A -wDAlyXK4Lor3B9GrFa/N4tnudO+v2reE42ResxSYNbuHJLCrW1dV6bbmWjGt6m+7 -/x+Hwky2xwQC0FjEzyNGDSFW3KCGvaVSN0kIZcZNdXGshht8ZCFiPhmzJG12ydMT -tV5t+qL+JaFpybkyNlNgEaGwphHbwGAHjodxo1ghTi3CyCFLgWIGTpRvzes+3cac -zjepPLTGzVPC6fRlYH1SxW7T7sTRZvNfFAxVJt8L4SMxf5hTyFI= -=r0mD ------END PGP SIGNATURE----- diff --git a/out/dists/buster/main/binary-amd64/Packages b/out/dists/buster/main/binary-amd64/Packages deleted file mode 100644 index d5827df..0000000 --- a/out/dists/buster/main/binary-amd64/Packages +++ /dev/null @@ -1,383 +0,0 @@ -Package: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: all -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 27 -Depends: debconf (>= 1.4.69) | cdebconf (>= 0.39), exim4-base (<< 4.92-8+deb10u7.0qsx1.1), exim4-base (>= 4.92-8+deb10u7.0qsx1), exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom, debconf (>= 0.5) | debconf-2.0 -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1_all.deb -Size: 7184 -SHA256: 1ec7cbc4bc833ad6d076b02385578a8c546f834b7fc07850522e05b27fd07e74 -SHA1: 6a23dac6732bf12b5d8f1201b13fa43f7d6f5c20 -MD5sum: 05b9859f53236779fd45ef192cb72723 -Description: metapackage to ease Exim MTA (v4) installation - Exim (v4) is a mail transport agent. exim4 is the metapackage depending - on the essential components for a basic exim4 installation. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: exim4-base -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 1627 -Depends: adduser, cron | cron-daemon | anacron, exim4-config (>= 4.82) | exim4-config-2, lsb-base (>= 3.0-6), netbase, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.14), libdb5.3 -Recommends: mailx, psmisc -Suggests: exim4-doc-html | exim4-doc-info, eximon4, file, gnutls-bin | openssl, mail-reader, spf-tools-perl, swaks -Conflicts: exim, exim-tls -Breaks: exim4-daemon-custom (<< 4.92), exim4-daemon-heavy (<< 4.92), exim4-daemon-light (<< 4.92) -Replaces: exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4-base_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 1137588 -SHA256: dd3192248261d8b6de38ea28c8b12382012c59fa38f0c597599ae16701a5b769 -SHA1: d1bb28ddb8130b3d34058063fa9fd538c8c218e2 -MD5sum: fcda7ef0f910a50e60711b4f4f6a757d -Description: support files for all Exim MTA (v4) packages - Exim (v4) is a mail transport agent. exim4-base provides the support - files needed by all exim4 daemon packages. You need an additional package - containing the main executable. The available packages are: - . - exim4-daemon-light - exim4-daemon-heavy - . - If you build exim4 from the source package locally, you can also - build an exim4-daemon-custom package tailored to your own feature set. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: exim4-base-dbgsym -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Auto-Built-Package: debug-symbols -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 345 -Depends: exim4-base (= 4.92-8+deb10u7.0qsx1) -Priority: optional -Section: debug -Filename: pool/main/e/exim4/exim4-base-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 293800 -SHA256: 7188ab09bc49d1a69ead6086e847db5cc5b508a7aedd7d26159a598db0997689 -SHA1: fafc5cc046dbfc59a6e844a5ba2910868ea5a7f0 -MD5sum: 7527d41000eea49503e08462d2b4608a -Description: debug symbols for exim4-base -Build-Ids: 2a3036ac07382222668ba54783acfe9c526cd2a4 30c49a2b48e1e1e0325378cb67d6b50532435719 845d85ff38d0fbc6efc57aae2b20e0927df7eee5 901b3d61917ecc81bc27e238663d32f4d2c0716f f34445683c21436f21977db6793e9eca21f9617f - -Package: exim4-config -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: all -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 987 -Depends: adduser, debconf (>= 0.5) | debconf-2.0 -Conflicts: citadel-server, courier-mta, dma, esmtp-run, exim, exim-tls, exim4-config, exim4-config-2, hula-mta, masqmail, msmtp-mta, mta-dummy, nullmailer, opensmtpd, postfix, qmail-run, sendmail-bin, smail, ssmtp, xmail, zmailer -Breaks: exim4-daemon-heavy (<< 4.91~RC1), exim4-daemon-light (<< 4.91~RC1) -Provides: exim4-config-2 -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4-config_4.92-8+deb10u7.0qsx1_all.deb -Size: 324648 -SHA256: e1501b2ca5ed782dcfbdb12dfc9c5bba779d6804e84735d779ddd7e3352dec2e -SHA1: 172812baed8c01801d8b0e0b445fbe6c5229df23 -MD5sum: 87e1c01e2f1df9587c7ee8f9e419c514 -Description: configuration for the Exim MTA (v4) - Exim (v4) is a mail transport agent. exim4-config provides the configuration - for the exim4 daemon packages. The configuration framework has been split - off the main package to allow sites to replace the configuration scheme - with their own without having to change the actual exim4 packages. - . - Sites with special configuration needs (having a lot of identically - configured machines for example) can use this to distribute their own - custom configuration via the packaging system, using the magic - available with dpkg's conffile handling, without having to do local - changes on all of these machines. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: exim4-daemon-custom -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 1453 -Depends: exim4-base (>= 4.92), libc6 (>= 2.16), libdb5.3, libgnutls-dane0 (>= 3.5.7), libgnutls30 (>= 3.6.6), libidn11 (>= 1.13), libidn2-0 (>= 0.6), libldap-2.4-2 (>= 2.4.7), libopendmarc2 (>= 1.1.0~beta2), libpam0g (>= 0.99.7.1), libpcre3, libspf2-2 -Conflicts: mail-transport-agent -Replaces: exim4-base (<= 4.61-1), mail-transport-agent -Provides: exim4-localscanapi-2.0, mail-transport-agent -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4-daemon-custom_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 629776 -SHA256: 29c822aee488051202eba65502da99da6a1c18269c5e32645bd3bb45fa203e4c -SHA1: 0ed24e839bf522b7c2efa32693570b43ce94495a -MD5sum: 762d12e630d94dd83557011b17e63b8d -Description: custom Exim MTA (v4) daemon with locally set features - Exim (v4) is a mail transport agent. This package contains a - custom-configured exim4 daemon compiled to local needs. This package - is not part of official Debian, but can easily be built from the - Debian source package. For information about the feature set compiled in, - and for bug reports, please find out who built your package. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: exim4-daemon-custom-dbgsym -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Auto-Built-Package: debug-symbols -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 2610 -Depends: exim4-daemon-custom (= 4.92-8+deb10u7.0qsx1) -Priority: optional -Section: debug -Filename: pool/main/e/exim4/exim4-daemon-custom-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 2403512 -SHA256: bdc9b33cdae0335f2c3a357f52c919ad835e00617f1397720f6ef807b430d5ed -SHA1: 9d8c41f9ab87c853915e3ba33d01e2002089e804 -MD5sum: 9a9aabb9607e8ae3662701e2a551ecab -Description: debug symbols for exim4-daemon-custom -Build-Ids: ae20d0540d77845cb82e0ea40c8f144e1c5e7d2f - -Package: exim4-daemon-heavy -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 178 -Depends: exim4-base (>= 4.92), debconf (>= 0.5) | debconf-2.0 -Conflicts: mail-transport-agent -Breaks: clamav-daemon (<< 0.95) -Replaces: exim4-base (<= 4.61-1), mail-transport-agent -Provides: exim4-localscanapi-2.0, mail-transport-agent -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4-daemon-heavy_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 127144 -SHA256: ba61552e152871ffd34b7c8c0d225b79bd2a80fde8abde3e2200d5ffb2a4c4f9 -SHA1: 9ec3cf707cd0668ae255f3968f896bc86707bbba -MD5sum: 420c63359811ebc7205cd5cd9029cded -Description: Exim MTA (v4) daemon with extended features, including exiscan-acl - Exim (v4) is a mail transport agent. This package contains the exim4 - daemon with extended features. In addition to the features already - supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, - sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, - embedded Perl interpreter, and the content scanning extension - (formerly known as "exiscan-acl") for integration of virus scanners - and spamassassin. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: exim4-daemon-light -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 1342 -Depends: exim4-base (>= 4.92), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.16), libdb5.3, libgnutls-dane0 (>= 3.5.7), libgnutls30 (>= 3.6.6), libpcre3 -Conflicts: mail-transport-agent -Replaces: exim4-base (<= 4.61-1), mail-transport-agent -Provides: default-mta, exim4-localscanapi-2.0, mail-transport-agent -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4-daemon-light_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 584100 -SHA256: 863d5cb2707c2eb13322eb1d527df74ca334e8baf02b63dff4c89550de6c70ec -SHA1: 44ddb108de6c7caa80dd0d9f188d22854f0ee889 -MD5sum: f75428916510f38bf65d480fd5faf151 -Description: lightweight Exim MTA (v4) daemon - Exim (v4) is a mail transport agent. This package contains the exim4 - daemon with only basic features enabled. It works well with the - standard setups that are provided by Debian and includes support for - TLS encryption and the dlopen patch to allow dynamic loading of a - local_scan function. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: exim4-daemon-light-dbgsym -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Auto-Built-Package: debug-symbols -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 2271 -Depends: exim4-daemon-light (= 4.92-8+deb10u7.0qsx1) -Priority: optional -Section: debug -Filename: pool/main/e/exim4/exim4-daemon-light-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 2093428 -SHA256: 64dcf99d5a0ba6f0988a509356f7b3b0f1fd7ca0fec320106075f801cc233bfa -SHA1: 19f087d98fd42ed764a3b55a3d68f0422a770abd -MD5sum: c108d323e47c725c233d1106f5ada79a -Description: debug symbols for exim4-daemon-light -Build-Ids: 35d445f418aec097145ecd7719702b0951e68312 - -Package: exim4-dev -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 141 -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/exim4-dev_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 107288 -SHA256: 3cb64f5841e490b4a8f24ea7f04869be32ddf9bf7adafcc0086f9123be570d87 -SHA1: 4486e9da8a8495d37c9046b4e6247b759287a8cf -MD5sum: 83c3aa9761daa16e16ac42473834d91d -Description: header files for the Exim MTA (v4) packages - Exim (v4) is a mail transport agent. This package contains header - files that can be used to compile code that is then dynamically linked - to exim's local_scan interface. - . - The Debian exim4 packages have their own web page, - http://wiki.debian.org/PkgExim4. There is also a Debian-specific - FAQ list. Information about the way the Debian packages are - configured can be found in - /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains - information about the way the Debian binary packages are built. The - very extensive upstream documentation is shipped in - /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven - configuration process in a standard setup, invoke dpkg-reconfigure - exim4-config. There is a Debian-centered mailing list, - pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific - questions there, and only write to the upstream exim-users mailing - list if you are sure that your question is not Debian-specific. You - can find the subscription web page on - http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users - -Package: eximon4 -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 218 -Depends: exim4-base (>= 4.10), libc6 (>= 2.14), libpcre3, libx11-6, libxaw7, libxext6, libxmu6, libxt6 -Conflicts: eximon -Replaces: eximon -Homepage: https://www.exim.org/ -Priority: optional -Section: mail -Filename: pool/main/e/exim4/eximon4_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 138092 -SHA256: 85d2433140954b4ec5e8744e7aa87db3148c61deb9f39641c7ae197c6323056d -SHA1: 97364c22fb9a1042a947c91dc3c1f5fbf2215dab -MD5sum: 1c34879f589d2ed58b025cd09113cc46 -Description: monitor application for the Exim MTA (v4) (X11 interface) - Eximon is a helper program for the Exim MTA (v4). It allows - administrators to view the mail queue and logs, and perform a variety - of actions on queued messages, such as freezing, bouncing and thawing - messages. - -Package: eximon4-dbgsym -Source: exim4 -Version: 4.92-8+deb10u7.0qsx1 -Auto-Built-Package: debug-symbols -Architecture: amd64 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Installed-Size: 350 -Depends: eximon4 (= 4.92-8+deb10u7.0qsx1) -Priority: optional -Section: debug -Filename: pool/main/e/exim4/eximon4-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb -Size: 319144 -SHA256: b826fd977293dcdfd4c88bf261ccf25a8378e066263faf0a8758d46904f25645 -SHA1: a6c8faa31eed3fff1dccc0be8e2bbdc40ad232c7 -MD5sum: 606fcf64a454806423824ba44292bdec -Description: debug symbols for eximon4 -Build-Ids: a6313197a02209e7bdf811bdc951fb71bd1f2487 - diff --git a/out/dists/buster/main/binary-amd64/Packages.gz b/out/dists/buster/main/binary-amd64/Packages.gz deleted file mode 100644 index 69fc305..0000000 --- a/out/dists/buster/main/binary-amd64/Packages.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7f4edac463c88a23801f71a94711251b6e38851cdf1d6f57c89210bb2330c0c -size 4277 diff --git a/out/dists/buster/main/binary-amd64/Release b/out/dists/buster/main/binary-amd64/Release deleted file mode 100644 index f5b5fb7..0000000 --- a/out/dists/buster/main/binary-amd64/Release +++ /dev/null @@ -1,7 +0,0 @@ -Archive: oldstable -Version: 10 -Component: main -Origin: qsx -Label: qsx -Architecture: amd64 -Description: qsx’ packages diff --git a/out/dists/buster/main/source/Release b/out/dists/buster/main/source/Release deleted file mode 100644 index b24925f..0000000 --- a/out/dists/buster/main/source/Release +++ /dev/null @@ -1,7 +0,0 @@ -Archive: oldstable -Version: 10 -Component: main -Origin: qsx -Label: qsx -Architecture: source -Description: qsx’ packages diff --git a/out/dists/buster/main/source/Sources.gz b/out/dists/buster/main/source/Sources.gz deleted file mode 100644 index 9c1fd0e..0000000 --- a/out/dists/buster/main/source/Sources.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea0ece68d8ceb579829890cb0d86e85c0cdfb1b627e4b64dc2df5ef99bee715 -size 1088 diff --git a/out/pool/main/e/exim4/exim4-base-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-base-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 52e7c13..0000000 --- a/out/pool/main/e/exim4/exim4-base-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7188ab09bc49d1a69ead6086e847db5cc5b508a7aedd7d26159a598db0997689 -size 293800 diff --git a/out/pool/main/e/exim4/exim4-base_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-base_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 0203238..0000000 --- a/out/pool/main/e/exim4/exim4-base_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd3192248261d8b6de38ea28c8b12382012c59fa38f0c597599ae16701a5b769 -size 1137588 diff --git a/out/pool/main/e/exim4/exim4-config_4.92-8+deb10u7.0qsx1_all.deb b/out/pool/main/e/exim4/exim4-config_4.92-8+deb10u7.0qsx1_all.deb deleted file mode 100644 index e80526e..0000000 --- a/out/pool/main/e/exim4/exim4-config_4.92-8+deb10u7.0qsx1_all.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1501b2ca5ed782dcfbdb12dfc9c5bba779d6804e84735d779ddd7e3352dec2e -size 324648 diff --git a/out/pool/main/e/exim4/exim4-daemon-custom-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-daemon-custom-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 8d13ff2..0000000 --- a/out/pool/main/e/exim4/exim4-daemon-custom-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdc9b33cdae0335f2c3a357f52c919ad835e00617f1397720f6ef807b430d5ed -size 2403512 diff --git a/out/pool/main/e/exim4/exim4-daemon-custom_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-daemon-custom_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 7fafbd5..0000000 --- a/out/pool/main/e/exim4/exim4-daemon-custom_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29c822aee488051202eba65502da99da6a1c18269c5e32645bd3bb45fa203e4c -size 629776 diff --git a/out/pool/main/e/exim4/exim4-daemon-heavy_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-daemon-heavy_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index fc58362..0000000 --- a/out/pool/main/e/exim4/exim4-daemon-heavy_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba61552e152871ffd34b7c8c0d225b79bd2a80fde8abde3e2200d5ffb2a4c4f9 -size 127144 diff --git a/out/pool/main/e/exim4/exim4-daemon-light-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-daemon-light-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 5324790..0000000 --- a/out/pool/main/e/exim4/exim4-daemon-light-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64dcf99d5a0ba6f0988a509356f7b3b0f1fd7ca0fec320106075f801cc233bfa -size 2093428 diff --git a/out/pool/main/e/exim4/exim4-daemon-light_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-daemon-light_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 7507f57..0000000 --- a/out/pool/main/e/exim4/exim4-daemon-light_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:863d5cb2707c2eb13322eb1d527df74ca334e8baf02b63dff4c89550de6c70ec -size 584100 diff --git a/out/pool/main/e/exim4/exim4-dev_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/exim4-dev_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index f89004c..0000000 --- a/out/pool/main/e/exim4/exim4-dev_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cb64f5841e490b4a8f24ea7f04869be32ddf9bf7adafcc0086f9123be570d87 -size 107288 diff --git a/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz b/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz deleted file mode 100644 index 7d90107..0000000 --- a/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25ec2b09bf2decdfb23b2fb715fdc8c9c95c3b805e88f0575383091dd65ecda0 -size 498172 diff --git a/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.dsc b/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.dsc deleted file mode 100644 index c0a723e..0000000 --- a/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1.dsc +++ /dev/null @@ -1,55 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -Format: 3.0 (quilt) -Source: exim4 -Binary: exim4-base, exim4-config, exim4-daemon-light, exim4, exim4-daemon-heavy, exim4-daemon-custom, eximon4, exim4-dev -Architecture: any all -Version: 4.92-8+deb10u7.0qsx1 -Maintainer: Exim4 Maintainers <pkg-exim4-maintainers@lists.alioth.debian.org> -Uploaders: Andreas Metzler <ametzler@debian.org>, Marc Haber <mh+debian-packages@zugschlus.de> -Homepage: https://www.exim.org/ -Standards-Version: 4.3.0 -Vcs-Browser: https://salsa.debian.org/exim-team/exim4 -Vcs-Git: https://salsa.debian.org/exim-team/exim4.git -Testsuite: autopkgtest -Testsuite-Triggers: python -Build-Depends: debhelper (>= 10), default-libmysqlclient-dev, docbook-xml, docbook-xsl, libdb5.3-dev, libgnutls28-dev (>= 3.5.7), libident-dev, libidn11-dev, libldap2-dev, libopendmarc-dev, libpam0g-dev, libpcre3-dev, libperl-dev, libpq-dev, libsasl2-dev, libspf2-dev, libsqlite3-dev, libx11-dev, libxaw7-dev, libxext-dev, libxmu-dev, libxt-dev, lynx, po-debconf, xsltproc -Package-List: - exim4 deb mail optional arch=all - exim4-base deb mail optional arch=any - exim4-config deb mail optional arch=all - exim4-daemon-custom deb mail optional arch=any - exim4-daemon-heavy deb mail optional arch=any - exim4-daemon-light deb mail optional arch=any - exim4-dev deb mail optional arch=any - eximon4 deb mail optional arch=any -Checksums-Sha1: - 22f9138186ea3233c20a7dffaf3d506c4017ce07 1767136 exim4_4.92.orig.tar.xz - 2a697649dcf2b2a11e08eee7898526bcad35992b 488 exim4_4.92.orig.tar.xz.asc - c8caaab0eeb5f45a778a7606c730709676c4615d 498172 exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz -Checksums-Sha256: - 6ac9e62b484e78951c7c0517d1229ad7619a7eea70ca3b38b8ef430b28ef1d62 1767136 exim4_4.92.orig.tar.xz - 2d0cbdce4ca1d5f8850a5335e2f7dc25c229c260b533220f1e647c746f8ad1d9 488 exim4_4.92.orig.tar.xz.asc - 25ec2b09bf2decdfb23b2fb715fdc8c9c95c3b805e88f0575383091dd65ecda0 498172 exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz -Files: - 675baa21ba74f5396c8c3c14c5dcfd25 1767136 exim4_4.92.orig.tar.xz - ba579a2d7ea29437574db4de2bd7e4ad 488 exim4_4.92.orig.tar.xz.asc - bc1fe64fd8d581fb4d486eca9361b16d 498172 exim4_4.92-8+deb10u7.0qsx1.debian.tar.xz - ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCgAdFiEEs0E17FxdBc8PvMjVg4ZN/CGrpKYFAmPe78YACgkQg4ZN/CGr -pKYqKw/+LGM1TsNh5h9sIU8No6nCj8A04WMskBXw1dx/PMJmS+xADS7pXMVbzIql -l/0nChf9ihWL6o6gOHDliheBUqI4dcxocgFYhiRQHPmml1kfYPZeLbx9hfsbbYk1 -oEtxdeFCP1DQwoX3vBNzuBPkvas7DwJM8WFIS5b62VahcPBMX+UXTX9UpjaufBwp -Ctn1pOITro/igQZEqtzwRmVI2eXC/oT9miFXUda/3gL9g6qT5gnGdMGHX2flvWZV -yeWp+aPF/TVvhv8bFr9tt9q30MGKNtPnNLvdfh9bjHiSBKgDa1cI6dRJi7ckNp9j -ziKPIOfqySndx6tArZzaJKeq2dCmL+5bIxse1t4Of2ppufv8e4UJMPcTJ0NsA5EL -J38pmON93kV4wiZpiDhG/zZB1Vea5cimjK+ITylKS8YvGDrDGs6mcxnMB+qKJgeD -1qd6r4+Zkr14LtUmaQ0ZZJiEMWR/mzi6gYru9M1skxsxRMox/l0D1JVAyf+VycAB -O+mxqgH8BF7+3Ov+gxn9DWmt+wDaPkgWJJZSxmQICvjaLig+gTifYqLHFGDJP682 -2nL7e/XUW7Rr5B6vereNlM8ug/iFOLlgDnbvo927H295H0wyZvSVQyIs/MySDanX -v4tuELQQvTQZjI5MuCEY2oJAHHu1coduZv0LziPgv8lIE9cBTHA= -=SOMt ------END PGP SIGNATURE----- diff --git a/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1_all.deb b/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1_all.deb deleted file mode 100644 index 77fcb82..0000000 --- a/out/pool/main/e/exim4/exim4_4.92-8+deb10u7.0qsx1_all.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ec7cbc4bc833ad6d076b02385578a8c546f834b7fc07850522e05b27fd07e74 -size 7184 diff --git a/out/pool/main/e/exim4/exim4_4.92.orig.tar.xz b/out/pool/main/e/exim4/exim4_4.92.orig.tar.xz deleted file mode 100644 index c1dd31b..0000000 --- a/out/pool/main/e/exim4/exim4_4.92.orig.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ac9e62b484e78951c7c0517d1229ad7619a7eea70ca3b38b8ef430b28ef1d62 -size 1767136 diff --git a/out/pool/main/e/exim4/exim4_4.92.orig.tar.xz.asc b/out/pool/main/e/exim4/exim4_4.92.orig.tar.xz.asc deleted file mode 100644 index c221269..0000000 --- a/out/pool/main/e/exim4/exim4_4.92.orig.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEE0L/WueylaUpvFJ3Or0zGdqa2wUIFAlxgbBsACgkQr0zGdqa2 -wUKwnAf/SmmGhFFHJMAjoH5pNjPxDV6KGNraeNAXxRwQ6FxHHJ0KxADVCq5Y2xcL -9zOU8NdxyEVZloCt5R75AwjtgJKbZF56ij70wKyp66/qU6D9DZA1miZskL7iLkQP -M1KKWUgD5eaW+ruvFcn7srttaqVxfttM7M3/bdKwcZYsv/Z7VcorStECJo2Fd/7a -Objsz/69Ej3CyeII1Z2PuZTQBHygA6rnCYeCsiCgfvHVeml30Fd6ml8QlvH0qiFc -APJ5P/L+vR/jJthY/RLBfSi3U30gsLDjkQ2WUSEv+FcqQJMdI76sArDOx2RtwKdE -6+rUIBeoC9eRN8ogFBOOloUOhMCveA== -=imR+ ------END PGP SIGNATURE----- diff --git a/out/pool/main/e/exim4/eximon4-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/eximon4-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 8d55095..0000000 --- a/out/pool/main/e/exim4/eximon4-dbgsym_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b826fd977293dcdfd4c88bf261ccf25a8378e066263faf0a8758d46904f25645 -size 319144 diff --git a/out/pool/main/e/exim4/eximon4_4.92-8+deb10u7.0qsx1_amd64.deb b/out/pool/main/e/exim4/eximon4_4.92-8+deb10u7.0qsx1_amd64.deb deleted file mode 100644 index 8312524..0000000 --- a/out/pool/main/e/exim4/eximon4_4.92-8+deb10u7.0qsx1_amd64.deb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85d2433140954b4ec5e8744e7aa87db3148c61deb9f39641c7ae197c6323056d -size 138092 -- GitLab