From fb0998900fe237ce8595362c17fea2d8ebe726aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Apr 2024 17:31:14 +0200 Subject: Adding upstream version 20240420. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 106 ++++ LICENSE.txt | 674 +++++++++++++++++++++ Makefile | 168 +++++ TODO.txt | 4 + VERSION.txt | 1 + manpages/progress-linux.7 | 30 + .../progress-linux-5-engywuck-archive-key.pub | 14 + .../progress-linux-5-engywuck-archive-key.pub.sig | 39 ++ .../progress-linux-6-fuchur-archive-key.pub | 14 + .../progress-linux-6-fuchur-archive-key.pub.sig | 39 ++ .../progress-linux-7-graograman-archive-key.pub | 14 + ...progress-linux-7-graograman-archive-key.pub.sig | 39 ++ .../progress-linux-8-horok-archive-key.pub | 14 + .../progress-linux-8-horok-archive-key.pub.sig | 39 ++ .../progress-linux-9-illuan-archive-key.pub | 14 + .../progress-linux-9-illuan-archive-key.pub.sig | 39 ++ .../daniel.baumann@progress-linux.org.pub | 13 + .../daniel.baumann@progress-linux.org.pub.sig | 39 ++ .../david.kunz@dknet.ch.pub | 13 + .../david.kunz@dknet.ch.pub.sig | 16 + .../sakirnth@gmail.com.pub | 13 + .../sakirnth@gmail.com.pub.sig | 16 + .../simon@spoehel.ch.pub | 13 + .../simon@spoehel.ch.pub.sig | 16 + .../tom@cryptography.ch.pub | 50 ++ .../tom@cryptography.ch.pub.sig | 16 + .../daniel.baumann@progress-linux.org.pub | 13 + .../daniel.baumann@progress-linux.org.pub.sig | 39 ++ .../system-administration@progress-linux.org.pub | 14 + ...ystem-administration@progress-linux.org.pub.sig | 39 ++ .../daniel.baumann@progress-linux.org.pub | 1 + .../daniel.baumann@progress-linux.org.pub.sig | 39 ++ .../david.kunz@dknet.ch.pub | 1 + .../david.kunz@dknet.ch.pub.sig | 16 + .../sakirnth@gmail.com.pub | 1 + .../sakirnth@gmail.com.pub.sig | 16 + .../simon@spoehel.ch.pub | 1 + .../simon@spoehel.ch.pub.sig | 16 + .../tom@cryptography.ch.pub | 1 + .../tom@cryptography.ch.pub.sig | 16 + .../ssh.progress-linux.org.pub | 1 + .../ssh.progress-linux.org.pub.sig | 39 ++ .../daniel.baumann@progress-linux.org.pub | 1 + .../daniel.baumann@progress-linux.org.pub.sig | 39 ++ .../system-administration@progress-linux.org.pub | 1 + ...ystem-administration@progress-linux.org.pub.sig | 39 ++ 46 files changed, 1786 insertions(+) create mode 100644 CHANGELOG.txt create mode 100644 LICENSE.txt create mode 100644 Makefile create mode 100644 TODO.txt create mode 100644 VERSION.txt create mode 100644 manpages/progress-linux.7 create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub.sig create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub.sig create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub.sig create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub.sig create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub create mode 100644 pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub.sig create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub create mode 100644 pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig create mode 100644 pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub create mode 100644 pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig create mode 100644 pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub create mode 100644 pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub create mode 100644 ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig create mode 100644 ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub create mode 100644 ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub.sig create mode 100644 ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub create mode 100644 ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig create mode 100644 ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub create mode 100644 ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..12b72bc --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,106 @@ +2024-04-20 Daniel Baumann + + * Releasing version 20240420. + + [ Daniel Baumann ] + * Updating copyright notices for 2024. + * Updating progress-linux-5-engywuck-archive-key [E2DFE31B86A502DFC3B590B813AE95C933A667F4] in apt.progress-linux.org PGP keyring. + * Updating progress-linux-6-fuchur-archive-key [92F113D7A825A684D5E1F25AC15895BEAB2E96C5] in apt.progress-linux.org PGP keyring. + * Updating progress-linux-7-graograman-archive-key [0650B427DE77D598819129B47A8EB2C58FE6A7E6] in apt.progress-linux.org PGP keyring. + * Updating progress-linux-8-horok-archive-key [C374C0171D2A6FEF116B8C4D3BCB26DCB53C61BD] in apt.progress-linux.org PGP keyring. + * Updating progress-linux-9-illuan-archive-key [564F9066522A5AC112D183AEF08D29F5D342245F] in apt.progress-linux.org PGP keyring. + * Updating daniel.baumann@progress-linux.org [8DF0C566DBCC792E1511FC022F8ED65E240B6081] in maintainers@lists.progress-linux.org PGP keyring. + * Updating daniel.baumann@progress-linux.org [8DF0C566DBCC792E1511FC022F8ED65E240B6081] in sysadmin@progress-linux.org PGP keyring. + * Updating system-administration@progress-linux.org [25E908D033818B1CAA42E05F9599105258AFBFE4] in sysadmin@progress-linux.org PGP keyring. + * Updating daniel.baumann@progress-linux.org [SHA256:MoPNqLoPvfwvQln/X22QNatlsHx6SODUxbJU+CG98TY] in maintainers@lists.progress-linux.org SSH keyring. + * Updating ssh.progress-linux.org [SHA256:pZ/aJfIfA70rPIHF80b/lyofRZJYhjtx2ZXbuEzCheI] in ssh.progress-linux.org SSH keyring. + * Updating daniel.baumann@progress-linux.org [SHA256:MoPNqLoPvfwvQln/X22QNatlsHx6SODUxbJU+CG98TY] in sysadmin@progress-linux.org SSH keyring. + * Updating system-administration@progress-linux.org [SHA256:OdymfvYPyiNtRRS12Vk43rD1egkrFeDy3eLsUTG4l5U] in sysadmin@progress-linux.org SSH keyring. + * Renaming apt.progress-linux.org PGP keyring to deb.progress-linux.org for consistency. + * Also using debian-maintainers keyring for signature verification instead of the debian-developers keyring only. + +2022-12-12 Daniel Baumann + + * Releasing version 20221212. + + [ Daniel Baumann ] + * Adding progress-linux-9-illuan-archive-key [BA85CDE5DD6ADAF92CD423991D5ED776F3CBC601] to apt.progress-linux.org PGP keyring. + * Adding TODO.txt. + +2022-10-01 Daniel Baumann + + * Releasing version 20221001. + + [ Daniel Baumann ] + * Updating copyright notices for 2022. + * Updating license with newer GPL-3 version containing https instead of http links. + * Updating http links to https in GPL license references. + * Adding release and upload targets to makefile. + * Regenerating changelog from git commits. + * Adding progress-linux-8-horok-archive-key [5C90CE5793571B1004C1798CAE39F2D6D4F1E4D9] to apt.progress-linux.org PGP keyring. + +2021-10-08 Daniel Baumann + + * Releasing version 20211008. + + [ Daniel Baumann ] + * Adding progress-linux-7-graograman-archive-key [331782F92DAFE94DAF949C80076B33250B5DD18B] to apt.progress-linux.org PGP keyring. + +2021-01-01 Daniel Baumann + + * Releasing version 20210101. + + [ Daniel Baumann ] + * Updating manpage for 2021. + * Updating copyright notices for 2021. + +2020-10-01 Daniel Baumann + + * Releasing version 20201001. + + [ Daniel Baumann ] + * Adding progress-linux-6-fuchur-archive-key [6930AC0684340211DAA809A7753373FBB95C4EA6] to apt.progress-linux.org PGP keyring. + +2019-01-01 Daniel Baumann + + * Releasing version 20190101. + + [ Daniel Baumann ] + * Adding gitignore. + * Updating Makefile to move from keys to keyrings. + * Removing PGP keys in order to move to keyrings. + * Adding progress-linux-5-engywuck-archive-key [82768FE8792232743702185103CED5154316222A] to apt.progress-linux.org PGP keyring. + * Adding system-administration@progress-linux.org [25E908D033818B1CAA42E05F9599105258AFBFE4] to sysadmin@progress-linux.org PGP keyring. + * Adding daniel.baumann@progress-linux.org [95409F2944B1C6D44C6B49D53E6CA28DAAF8DD14] to sysadmin@progress-linux.org PGP keyring. + * Adding daniel.baumann@progress-linux.org [95409F2944B1C6D44C6B49D53E6CA28DAAF8DD14] to maintainers@lists.progress-linux.org PGP keyring. + * Adding david.kunz@dknet.ch [DB6105A0412DA07CD8F43621A40FAD739EBBCF3F] to maintainers@lists.progress-linux.org PGP keyring. + * Adding sakirnth@gmail.com [900F6DCAD20AD1819F9E8A6AD64A2FAE095EF799] to maintainers@lists.progress-linux.org PGP keyring. + * Adding simon@spoehel.ch [504EE0636C211A2673BC9844E4CC883990A08B76] to maintainers@lists.progress-linux.org PGP keyring. + * Adding tom@cryptography.ch [9E932D1E0B31CF850AFC799E6F3E6153163E0577] to maintainers@lists.progress-linux.org PGP keyring. + * Removing SSH keys in order to move to keyrings. + * Adding ssh.progress-linux.org [SHA256:KdNCtjZ1nQCz+gli84BRYJBSrJXj8EBn56ziWTLgUS8] to ssh.progress-linux.org SSH keyring. + * Adding system-administration@progress-linux.org [SHA256:9Pw2Lzb7GsxBHSw/cEOQl4GfIeU3XFJz/YG44zktTcM] to sysadmin@progress-linux.org SSH keyring. + * Adding daniel.baumann@progress-linux.org [SHA256:M1aZ/6i/aSAvy9FhttTw8Tg1iYfi6zbjNvm4XEm1KT0] to sysadmin@progress-linux.org SSH keyring. + * Adding daniel.baumann@progress-linux.org [SHA256:M1aZ/6i/aSAvy9FhttTw8Tg1iYfi6zbjNvm4XEm1KT0] to maintainers@lists.progress-linux.org SSH keyring. + * Adding david.kunz@dknet.ch [SHA256:jK29lwUAx0biP/yw0PKjPlmgSdUw4E9h0QKxlAbOPnU] to maintainers@lists.progress-linux.org SSH keyring. + * Adding sakirnth@gmail.com [SHA256:eVYLAJ1V4Zt9u6iP4o4pKe/IqLFCTpkaO2XAPml5puw] to maintainers@lists.progress-linux.org SSH keyring. + * Adding simon@spoehel.ch [SHA256:Od2NxP/O8s66bl/2vjytk4hF8H5slVF7dDvRcoBA2tY] to maintainers@lists.progress-linux.org SSH keyring. + * Adding tom@cryptography.ch [SHA256:Y/FYnIUSZa3li9nBQgcZI3cuRGB5eC98+nizIdMJvpI] to maintainers@lists.progress-linux.org SSH keyring. + * Updating Makefile to install documentation files. + * Adding CHANGELOG.txt. + * Adding LICENSE.txt. + * Adding VERSION.txt. + * Updating Makefile to install manpage files. + * Adding manpages/progress-linux.7. + * Updating Makefile to be project aware. + +2018-12-01 Daniel Baumann + + * Releasing version 20181201. + + [ Daniel Baumann ] + * Adding Makefile. + * Adding PGP key: progress-linux-5-engywuck-archive-key [82768FE8792232743702185103CED5154316222A] + * Adding PGP key: system-administration@progress-linux.org [25E908D033818B1CAA42E05F9599105258AFBFE4] + * Adding SSH key: ssh.progress-linux.org [SHA256:KdNCtjZ1nQCz+gli84BRYJBSrJXj8EBn56ziWTLgUS8] + * Adding SSH key: system-administration@progress-linux.org [SHA256:9Pw2Lzb7GsxBHSw/cEOQl4GfIeU3XFJz/YG44zktTcM] diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..aafc3bb --- /dev/null +++ b/Makefile @@ -0,0 +1,168 @@ +# Copyright (C) 2010-2024 Daniel Baumann +# +# SPDX-License-Identifier: GPL-3.0+ +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +SHELL := sh -e + +PROJECT := progress-linux +SOFTWARE := progress-linux + +VERSION := $(shell cat VERSION.txt) + +all: build + +clean: clean-pgp clean-ssh + +clean-pgp: + # clean pgp keyrings + rm -f pgp-keys/*/*.gpg + rm -f pgp-keys/*.gpg + +clean-ssh: + # clean ssh keyrings + rm -f ssh-keys/*.pub + +build: build-pgp build-ssh + +build-pgp: pgp-keys/*/*.pub + # build pgp keyrings + for KEY in $$(ls pgp-keys/*/*.pub); \ + do \ + OUTPUT="$$(dirname $${KEY})/$$(basename $${KEY} .pub).gpg"; \ + echo "Creating $${OUTPUT}..."; \ + gpg --output $${OUTPUT} --dearmor $${KEY}; \ + done + + for DIRECTORY in $$(ls -d pgp-keys/*/); \ + do \ + OUTPUT="pgp-keys/$$(basename $${DIRECTORY}).gpg"; \ + echo "Creating $${OUTPUT}..."; \ + for KEY in $$(ls $${DIRECTORY}/*.gpg); \ + do \ + cat $${KEY} >> $${OUTPUT}; \ + done; \ + done + +build-ssh: ssh-keys/*/*.pub + # build ssh keyrings + for DIRECTORY in $$(ls -d ssh-keys/*/); \ + do \ + OUTPUT="ssh-keys/$$(basename $${DIRECTORY}).pub"; \ + echo "Creating $${OUTPUT}..."; \ + for KEY in $$(ls $${DIRECTORY}/*.pub); \ + do \ + cat $${KEY} >> $${OUTPUT}; \ + done; \ + done + +test: test-pgp test-ssh + +test-pgp: pgp-keys/*/*.sig + # test pgp keyrings + for SIG in $$(ls pgp-keys/*/*.sig); \ + do \ + echo "Verifying $${SIG}..."; \ + gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --keyring /usr/share/keyrings/debian-maintainers.gpg --verify $${SIG}; \ + done + +test-ssh: ssh-keys/*/*.sig + # test ssh keyrings + for SIG in $$(ls ssh-keys/*/*.sig); \ + do \ + echo "Verifying $${SIG}..."; \ + gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --keyring /usr/share/keyrings/debian-maintainers.gpg --verify $${SIG}; \ + done + +install: install-doc install-man install-pgp install-ssh + +install-doc: + # install doc + mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE) + cp *.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE) + +install-man: + # install manpages + for SECTION in $$(seq 1 8); \ + do \ + if ls manpages/*.$${SECTION} > /dev/null 2>&1; \ + then \ + mkdir -p $(DESTDIR)/usr/share/man/man$${SECTION}; \ + cp manpages/*.$${SECTION} $(DESTDIR)/usr/share/man/man$${SECTION}; \ + fi; \ + done + +install-pgp: build-pgp + # install pgp keyrings + mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE)/pgp-keys + cp pgp-keys/*.gpg $(DESTDIR)/usr/share/$(SOFTWARE)/pgp-keys + +install-ssh: build-ssh + # install ssh keyrings + mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE)/ssh-keys + cp ssh-keys/*.pub $(DESTDIR)/usr/share/$(SOFTWARE)/ssh-keys + +uninstall: uninstall-doc uninstall-man uninstall-pgp uninstall-ssh + +uninstall-doc: + # uninstall doc + rm -rf $(DESTDIR)/usr/share/doc/$(SOFTWARE) + +uninstall-man: + # uninstall manpages + for SECTION in $$(seq 1 8); \ + do \ + for FILE in manpages/*.$${SECTION}; \ + do \ + rm -f $(DESTDIR)/usr/share/man/man$${SECTION}/$$(basename $${FILE}); \ + done; \ + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/usr/share/man/man$${SECTION} || true; \ + done + +uninstall-pgp: + # uninstall pgp keyrings + rm -rf $(DESTDIR)/usr/share/$(SOFTWARE)/pgp-keys + -rmdir --parents $(DESTDIR)/usr/share/$(SOFTWARE) + +uninstall-ssh: + # uninstall ssh keyrings + rm -rf $(DESTDIR)/usr/share/$(SOFTWARE)/ssh-keys + -rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/usr/share/$(SOFTWARE) + +reinstall: clean uninstall build install + +distclean: clean + rm -rf $(SOFTWARE)-$(VERSION) + +release: distclean + git commit -a -s -S -m 'Releasing version $(VERSION).' || true + git tag -s -m 'Tagging version $(VERSION).' v$(VERSION) || true + + mkdir -p $(SOFTWARE)-$(VERSION) + find . -mindepth 1 -maxdepth 1 -and -not -name ".git*" -and -not -name debian -and -not -name $(SOFTWARE)-$(VERSION) -exec cp \-a {} $(SOFTWARE)-$(VERSION) \; + + for FORMAT in xz lzip; \ + do \ + EXTENSION=$$(echo $${FORMAT} | cut -b-2); \ + tar --$${FORMAT} -cf ../$(SOFTWARE)-$(VERSION).tar.$${EXTENSION} $(SOFTWARE)-$(VERSION); \ + sha512sum ../$(SOFTWARE)-$(VERSION).tar.$${EXTENSION} > ../$(SOFTWARE)-$(VERSION).tar.$${EXTENSION}.sha512; \ + gpg --default-key 0x3E6CA28DAAF8DD14 --armor -b ../$(SOFTWARE)-$(VERSION).tar.$${EXTENSION}; \ + mv ../$(SOFTWARE)-$(VERSION).tar.$${EXTENSION}.asc ../$(SOFTWARE)-$(VERSION).tar.$${EXTENSION}.sig; \ + done + + rm -rf $(SOFTWARE)-$(VERSION) + +upload: + scp ../$(SOFTWARE)-$(VERSION).* get.progress-linux.org:/srv/get.progress-linux.org/packages/$(SOFTWARE)/upstream diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..bf06185 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,4 @@ +TODO +==== + + * rework manpage using rst. diff --git a/VERSION.txt b/VERSION.txt new file mode 100644 index 0000000..0cfd258 --- /dev/null +++ b/VERSION.txt @@ -0,0 +1 @@ +20240420 diff --git a/manpages/progress-linux.7 b/manpages/progress-linux.7 new file mode 100644 index 0000000..fae5c99 --- /dev/null +++ b/manpages/progress-linux.7 @@ -0,0 +1,30 @@ +.\" Copyright (C) 2010-2024 Daniel Baumann +.\" +.\" SPDX-License-Identifier: GPL-3.0+ +.\" +.\" This program is free software: you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program. If not, see . + +.TH PROGRESS\-LINUX 7 2021\-01\-01 20210101 "Progress Linux" + +.SH NAME +\fBProgress Linux\fR \- A Debian derivative distribution + +.SH DESCRIPTION +\fBProgress Linux\fR is a Debian derivative distribution focused on system integration. + +.SH HOMEPAGE +More information about the Progress Linux project can be found on the homepage at <\fIhttps://progress-linux.org/\fR>. + +.SH AUTHOR +This manpage was written by Daniel Baumann <\fIdaniel.baumann@progress-linux.org\fR>. diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub b/pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub new file mode 100644 index 0000000..bc766fe --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgqAvhYJKwYBBAHaRw8BAQdAergdhMVkpWfSq8BDNn6xq/hJG3TwyqGQfrfi +OIga4iy0UlByb2dyZXNzIExpbnV4IDUgKGVuZ3l3dWNrKSBBcmNoaXZlIEtleSA8 +c3lzdGVtLWFkbWluaXN0cmF0aW9uQHByb2dyZXNzLWxpbnV4Lm9yZz6IkAQTFggA +OBYhBOLf4xuGpQLfw7WQuBOulckzpmf0BQJmCoC+AhsDBQsJCAcCBhUKCQgLAgQW +AgMBAh4BAheAAAoJEBOulckzpmf0YocA/0oGk+m/opZ4OyJfGtVtjBv+xW3KXD1s +WgX+V4O3xH+1APwOuXfZ3pW9GMqZO4ZEfBpYRH2wnlvXmKRbUAx3locSDLg4BGYK +gL4SCisGAQQBl1UBBQEBB0BR4iEXY9clG3MuJKm4tz6cgMc7fIrIeKbbN4XIsNwL +KAMBCAeIeAQYFggAIBYhBOLf4xuGpQLfw7WQuBOulckzpmf0BQJmCoC+AhsMAAoJ +EBOulckzpmf0xrcBAJ6NF2brnLjRh7CpNyDG/Mpupm/we9RBB36AxCwPfGvvAP9v +yDT58HwQqlpvV0Rq43dKSmUrvxw7KclFBWfNByM5Dw== +=Byup +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub.sig b/pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub.sig new file mode 100644 index 0000000..ad20c10 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-5-engywuck-archive-key.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +ucc16Q/+NIYD+gT0wy2wonDRySe8uJTFQe+nyI67M22i7IkXTHfAHFz1O5Q3Rxi4 +no8BqqX+DZCP9InJ33DlPf3Y0/2kepoz7nQAPThy5XU4vw99GjfwVQjGkSMrG5Qx +3Rt7ab5f8g+hxoOxpEtYdGEASJqtlLM3pdmi/3kKmKXTPvsmYPpc3buBE5W2nqNK +K5z67pNYHWRjOLdG9r2AEpyRgKQZy5SBWtmONOuLzOOUJegRk/ZgLCj3cLSLv4pt +lT5ccKGEZbp02DyWmgflkN7KbpXRxonk8JDCz3ypaJOipZLr+sxarOGnR4W9a7nq +DBxJOb37x5QbHHObhG82hWqGJ0ngHZ8Pd9PlSAXSEHWCs/vaQqMZw4woelQ4jkXs +9FoJzns9ISDSdSQtLLwcKLiyPIMbXm/kALxE+FlWl8BU0roBGvrtUO0esFjfAi9Z +uethNF48sb8Qn+asJUGo/wQvXkE6YvoA0wNsk5rmFXsAd3gR7MCgh422N6glQK4C +Y8jD3Q5eiIjDUXx6i5so/po85TLWfBewtZLF6CG6gFwYZ9r9HaghR6W9qiESXCln +6VElwF2QkYpG77MK7iqAlvBZRxKTL7f61lNeXsHWvgVHs6s9FVf3lM4gk9bfYZZ7 +4OOpi2AwXZaT4gaxCHzLClT0itkG/hSksnWdiHXCFmugPom7Gvc= +=fD9G +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7kACgkQbz5hUxY+ +BXdEJQ//TZL6fikQVc5uHQBCCmjyvMZEdgaPQ5/ReU2TgOa8pAYjeLD6xxSEm+Jk +YJM1drEyNsojPhyWJsoNVH6O3CkbLBEaoi+vqcbwQ4drXzt7UYxiB1hKR1ZHIMM8 +E22Burt2P8lEBpW+NrKDF8GXa02Q5pxZvJaEqWRQoIfSbVqPrAcaYuFctk9Ge4VN +VWx1+nRSyipUGfqASuWs0MVQT1omW1gLc5au04qY2nad5OagwMuZ0CjOH6BFbh7o +YvlIgm2i9laE96bS8MsYfq4KG76xTqpuvUobWBJGOB5vChtfpLyUIs0LYpcsTeFW +M2btXAkoXBRYe1JoNU95mL6c3gBcfvVExSAbbAf2Uorceq7x7sMq+GWR9THTcNzi +DYfskbOakaDHRVmHN1xbngd6ZJhXKzqi1/rPCOyhZAdyLD+tbJVQohHInBB3S8Ku +7BNcclfCt7GVFDsfuAiN7tAyYK5+ZKWZr56vvv/VwDPb/80MkyM0sQdm2ZjdI1fM +721OOdsTQcZIs4nKld3j8OmKpr7E3DnrqPcvhNaj4R7M8NIhygIzfuizAgHdzSY9 +xhbixXewFfrfGYyquPSPQdjWmrDpaQ9IRLtEKC1fZxn5VaFQ7JVdbDLWzj6UPwDQ +Z1dMCNm7RjljX/TaIeSKdYQ9Gk+e7yLuYFFEUO3L50/KNWNfjB8= +=JBKO +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlgAKCRDWSi+uCV73 +mUQhAQDnGrG3xDB6me4qV7XF3SQnNdAUTXZdX+73fQddqG/xjgEAxQAtsUOqKwF+ +2G8K4UknkPpSfnSQd+P5ihMDUQ6QtgM= +=bxGj +-----END PGP SIGNATURE----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub b/pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub new file mode 100644 index 0000000..aead608 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgqA2hYJKwYBBAHaRw8BAQdAMoYr5LOCcHW6Rz78zwlrNhLxpoixH7Nvd2nr +JcQXDe+0UFByb2dyZXNzIExpbnV4IDYgKGZ1Y2h1cikgQXJjaGl2ZSBLZXkgPHN5 +c3RlbS1hZG1pbmlzdHJhdGlvbkBwcm9ncmVzcy1saW51eC5vcmc+iJAEExYIADgW +IQSS8RPXqCWmhNXh8lrBWJW+qy6WxQUCZgqA2gIbAwULCQgHAgYVCgkICwIEFgID +AQIeAQIXgAAKCRDBWJW+qy6WxWGsAQCO4y+4hAGnwEfzCLDNL0Qh+/2fqSPXqPpm +37UPRoLIPAD7BjiBELFLmpGvndcCJZsJLvZJ8yKgZ0zN9jsuaPr8Hw+4OARmCoDa +EgorBgEEAZdVAQUBAQdAWkf9452zlm5VlBcr920EsAMNM+FEqid+jd9RF95a4TsD +AQgHiHgEGBYIACAWIQSS8RPXqCWmhNXh8lrBWJW+qy6WxQUCZgqA2gIbDAAKCRDB +WJW+qy6WxTxVAP0TTgt9iPITD5omZiiqXL4TlSWG1vyA5AqyXSTnf0hPDwD+KEB/ +5+l3MMoDLJuPXYLyLB+FCOe4UZp+virR/H4J7Qg= +=6f8D +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub.sig b/pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub.sig new file mode 100644 index 0000000..9e72800 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-6-fuchur-archive-key.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +uccNUhAAumLxwHRkcJA4oxH/QeAdL2ellzdZx9eRHtVDIulaKnrYFPm9+orHw4xr +5xdMQn7hrrmbecwtty2XuiRAZGovfO0t/1/282uBUWRf4vb8+jXhngvfwk0Qglbr +mMJIkFJ50KDwTZbYG5BL2/SedXSYSkLhC4L58BqrBUga8COLqYEPlvEyvV3kqYYr +FIVoevolYtbExyCiuJU/wsiMGRK0gDv/CW7ykqPi+oNtUS8R7jBkx2gSUq7qugly +aB7WHpuHLguoP0LS6MLF8dOOPOLjF8eV8zP7rMWe1naMmsgKrpESf77sr0PjYAyn +Yor7g0ZpMxq4myB3MNkhCiE1luUM8OwAyNayZUQlxUfuxjYCSlAzBSmw5kIwaFDX +esLFxC9ITy6k8g6wV/vquNg+9LHRBCXZmYoAcUJjBSbY5CUl3BFcDGP6q/EPxGUI +6AjqPbRmZh1AIvq9XjG07MnSUEZGKN6gLFe+AUIjaSw05d40fz9dkZ8J/jPCTldV +IPeHoPLbPvsrYPsrGdwh4sv+5sqgT0PIr8KAh/Dtyex1LGfBob0xdocPXjBAUPpm +dC7TlpJq1UOi3YPty/BJsIdaIpBMzd1eZUdDW2Q9VowpgvfYerPOj3VBCunTGe9C +qOz25P739HUZafXRQ9lLViF9iJNtOYuuYiXPk5n9gQQU98RFB8E= +=pJA9 +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7oACgkQbz5hUxY+ +BXeyxBAAwQBvFy0FLFjytshYVGrnUhOPGinxHxdbVaWHPrmK/JDgHqep3Ld2lNHy +2E29skF2tifAFdjK0hcvrlakGjhKTa6u2Xy3dmXP7X4G6BoRn9p1CFW88/hnHTK6 +RrCzElaDBxh5iBAcaEA4XH781NbXSf4RLmHs0Tu7YvgfbfwzyL9C0QFy6QI7k1/7 +GmWnw4JZN1SnulWt6Z70HBezSPgt9v/97DB4vE1Mijsllot+IOpTIIo6Dw4rdGlF +EePLhmWtCmJ/8cEqA83SEAofs+hVN2KzQ2V2GgZvWzN1RR4g4NsDuxXX7Wm7cl74 ++mPyN9AN79jdPyjI/e/+HwYJ6O0gQppzAoKJNQhEe/pcyCHP68NTzvmhbgW/ZKcg +nPkzrTaesrw6bSBC9BJupoutsFUcH0VwGn77bh5RhlaZOwb6jwpvR8mv89wJjXFz +D0Z+1CPvaR2nQX2m+nN0oIczZMnv6WyKruii6eQFXrNoILptKFhwp1atC1vY7zwh +AY+BamoLGUdN+pxWcp6/SnvXo1h4Gjts1c2J0VPKHwM1cHE5nnfKWYc+HnkJ6DJI +eAVgu1oQ2GC2r5uhVDDmcDeK+84WwdF35OpNEfLZV8sE7rxaRaWPEfpAx7iLFOZj +R6/ZKI3WXURQAjBAiI5uOcaUA6mxQdRgiIt371Zhd0bo9a/qcis= +=UKGm +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlgAKCRDWSi+uCV73 +mZdbAP94sxCzfxOV0Q+RRXCKeqUlak0lrtcvPoiowHo/J0D7nAEA/prviR5zRHZv +3vnu2HO3Q/2tNawf2cqBZacIpY2XWgc= +=IKdM +-----END PGP SIGNATURE----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub b/pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub new file mode 100644 index 0000000..203f16a --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgqA9xYJKwYBBAHaRw8BAQdAhmHMvGKLTs0/1NhtNCD+0oU7/fUaxCaylUkG +a1/unA+0VFByb2dyZXNzIExpbnV4IDcgKGdyYW9ncmFtYW4pIEFyY2hpdmUgS2V5 +IDxzeXN0ZW0tYWRtaW5pc3RyYXRpb25AcHJvZ3Jlc3MtbGludXgub3JnPoiQBBMW +CAA4FiEEBlC0J9531ZiBkSm0eo6yxY/mp+YFAmYKgPcCGwMFCwkIBwIGFQoJCAsC +BBYCAwECHgECF4AACgkQeo6yxY/mp+batwD/RONuftvaLRzA0KuUSrozM0jVaN/A +2rBzbtxNtsv78gEA/AnFspx4qMIptyV8CoC2gU8A5zlVXuguHCeWEUP9cckFuDgE +ZgqA9xIKKwYBBAGXVQEFAQEHQB0T+UVFq3qBTNCWFUvqHrPHnCt3vfEJMfrJ7kdj +VAMsAwEIB4h4BBgWCAAgFiEEBlC0J9531ZiBkSm0eo6yxY/mp+YFAmYKgPcCGwwA +CgkQeo6yxY/mp+YmfgD/Y/Vz0ckTXLqmLKST4Zw6Hy3vKXaenCPLK24WKSquJXAA +/2/0PEfaA4J8Qldtje58PcoIhNTFnZuyf5ddQe9/BpYN +=3LoG +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub.sig b/pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub.sig new file mode 100644 index 0000000..0deffab --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-7-graograman-archive-key.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +ucfMGw/+Ms9jYEpoAm8aYMM8ZalR/TnWvqkKFaGqMN+mgG+zkBlZIwZCc8qUKPes +F8eTmWGorsJlFW/oLHy7lLVfBvWUrgNAUdYESb5dUSwmyigvD3Z7BHuOTGZgG2s3 +ikE0mJ5bqjefcIMby18SgxqU6/+/G9o0gzqLPFp0UQCfit1y+N4xoa7erz+OO90W +xwanZOGzZ37vuyt/pe3/ZxLQOg5VRAm/p8Zq4wbdM9/EW++ugtlW84DDIqpVwgDv +JpP3nzuDPE0ZIEKobP9iEEvDIiOxDnE9dGOTSgdAD24NPepiswo91PxGQWnuv1B8 +p8WksWV7oh/30aWOiyKQcvrfb1wgNdDxsUW8M918zZWml3/bjsw8RmrTOuKzL07y +EEY6ah1G0o4lvqwjDo/ngsJKWDJNGwAmuXCFIp2dZ4gZH0aqRstarA5DVOxDJTne +8Zwr4exnGVCbxq2QJ6e5xIr2DnNGgbPSRRFXNqKlGSWTdHqDCfFeNGO5s6pPM7F1 +126HTzQTW2jgL2RD28+8SJfSHGEqeYzMbfZEfnLxFXEAUByL03abwUS7DVDzOz7o +DpW1cUmeM53i/gyrs2xLc3zkOtU3T78oldU73bGuWDodkx0hPtysvPIlJ1/LF6Rw +Y8b61QpMTd074jBxBKBENpnER6qJst1RMxgwjfymlaCJrmD8Io0= +=dS5U +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7oACgkQbz5hUxY+ +BXdzHQ/+JTQLwuYrzp7NJgJFfDnMLrZaLDBd1Wga7vsHJePXG5nzDEzI/Az8o9it +9eZhocXBYJxXGVG3iM0uFEVxiTadqQ+YsMADmznmpO+Pblbmff/g84iWq/PBt+5t +1LEZa0NFGXKDerJdBLHXISKRyM/cBBbuu11wTRAujIsMhiYQtkF0T2ti5HmMjs7F +pCBO7pQSfLXJeQLY4aIxDpvWuNH6fmrSnRGocXv3Fye0ZVDHleq3+jsRjEQgg4aP +C99uIGdlsdrqA7tsmVbQ2LLc5LNqE/Y7sYGgI07Yy/k9jMlvDsrzlf/baI9tUBjs +VBorVLKslT52kHwnIVyZzik+BAQzQC59cYnl1Ki4tkmeEKRRi7gUG04C+7JSr6om +kE2w6fzXBh2l74nS7sgOi79UcM+3Je6w1kW0ZJA1chCc/am4UupIQMQs/ag6QF4r +KLkll15zMtkKDW2hS3ugHzcbNkKL/4q7FeTO9JXkPNzp4Qb+KbqGblhq+IID1nyJ +E+EbWA/YTCUeLePKsaeSvDzzNZpRkfpMCJoIVY3V3Nhi2gU8N2yHrC886xPdSpCK +d7ANjsq46ytxkIlHWEmaCpGYfMNuNEQRJ6pGfBoHqqs9LcwB0AhQ4jTxYRDN5j+Z +kXJh9pU4M3NqRX0l0ZBqlMv2/UBaERaWfplJkpnHI7Y1fUT/La0= +=0iYN +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlgAKCRDWSi+uCV73 +mc0gAP42krbnYz/uPQKaEDhDoNUz9aKEwhBbk9ZXLXMAljPz/gD/fPAPB1z2MkLE +mNFBHdzLJvJTVm/o/33PgE/5WtE8Rgs= +=yYEb +-----END PGP SIGNATURE----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub b/pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub new file mode 100644 index 0000000..cd21a01 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgqBCxYJKwYBBAHaRw8BAQdAIni5sNvQL0TRruNcHF6gFt2HPHjLdryLJS04 +yrV+NKu0T1Byb2dyZXNzIExpbnV4IDggKGhvcm9rKSBBcmNoaXZlIEtleSA8c3lz +dGVtLWFkbWluaXN0cmF0aW9uQHByb2dyZXNzLWxpbnV4Lm9yZz6IkAQTFggAOBYh +BMN0wBcdKm/vEWuMTTvLJty1PGG9BQJmCoELAhsDBQsJCAcCBhUKCQgLAgQWAgMB +Ah4BAheAAAoJEDvLJty1PGG9Lf8BAOgXKTVLz9Yaxg3DAhaOfDvLYGGulbc2Kfc2 +nYhGxIHFAQC68PvXXQCZgAovdcSEFebBIw98G2dtckon2X9MdcYnBbg4BGYKgQsS +CisGAQQBl1UBBQEBB0D7uGq6Fa4ysGvpSlsgNfhcZORDZYic9BPjFTQPvcAqHgMB +CAeIeAQYFggAIBYhBMN0wBcdKm/vEWuMTTvLJty1PGG9BQJmCoELAhsMAAoJEDvL +Jty1PGG9kWAA/3w0Vf3XuiqKfI0up95XbyifJvrlr7pqpmr/C4ojddgqAP4nRtLE +hm61vJOJWCF3zLDu3kmvdofCwZ3w56jsauzPAA== +=Q5jn +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub.sig b/pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub.sig new file mode 100644 index 0000000..423ffa3 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-8-horok-archive-key.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +ucfeOBAAmJkQplfzFv2XzDx3EmCRVIyXbAlakuUUyCjSvKdIfXQVTMcx1t8DT9b7 +srhCcF/fivsEJ2lAxI0T4UQ6Xlgh+s2TKjFNqMgYUE3SxMyo3q4Utjy9QVmaYPo3 +RP0oWrmUt1St/AQGR0RYgwYQ6uQdic6B4AzOWgPzOsJ+uHvZmkb4kwHmurBsFvVW +9QtRvMRv2s1egIbQLLytBvWBsFI3q9g3kBH1EScJpZFMMlBwzTe3Ij5MXyBu7FD4 +sraYTQiPR9vqnl9BcNYhNxElSsKk4e2ybADuIUZ9msVnFlIEYkB2fiCxt5MqLYM8 +TATSTfIuclU/5h/bH3ZChRPSqiOUgnilKFxwaD5Hd+52zmUz/x4XkkPcTSCE7Fdu +Y0bNSi7+EDGkbMubvAg68Drp8cOb9FKlCClwZv1PKcn4BtcB1OHyQ2+szP38PQOo ++Yq7QPw4rDiS9xo82yyzn7hqVKhN4/0xCcIbb7mjfCowf6jKQNcHjwoxxTa6xtif +0ICBWyqOa3xvlJgjel8NgUHMq/QPW8QcvzQXKw5l95yA7Sz130XAW5aBAF3xgZ1W +irRQSI++FoejwW1z/J7qB5db9AHDpkFu7QlvGh6yzb+SQyKzuh1vnNi0SjARfrSX +Unw94JLJO2MRVeBwFRyUPYsm/LR9paVV6aiXAJNtWjtyU1/hKHI= +=j1SL +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7oACgkQbz5hUxY+ +BXdpfw//af44zO/WWlwJMIouRUVM20Y6VBtAtFyur7zeD4qevkg701lygTqN51B9 +8aqtrrulHVSI7kvLbfI0O/CkS6SeGtraD7pxgd2pqXLyxsl8HAx5MgvQ4Gw8XvEo +aL+wHLGx09dPT2O4AyazgxGyfwWTuozx/vgWY34euOt1hrBeY40or/MssauO8sO6 +/mSQgZWJxNwh3a6oh+GV1yrKADJ56X0hGNcC8Gf1u7fj2mRwxCe5rHeEMngSq9r5 +WXbVAdOFbFXCwVLElp5ayOfAhRD7m3LEPSeH/Kjp99B5Y5MsV4puLzVBCvCo5Chc +mdKFwwL5hesrzqnvE9APXG4fCn76KJzZik+OVNbSCfqO0uoLovjE6to5ShUzm0tJ +fsyhT7l15UBHAr0/fKdPo2koQ46AmXyOsP1MT3yRYeAePyZEemVqbfqSrD27dX+V +VyItsITHhoYCYqrz9R3sVdB9xJjdfhYtD/lfa00ptfnQtTWOMOaWWmUX8lb10tay +loMilXKZ+3llM9+f8AoQb528y49MSo2MV33QkIDHBxa4By8ii0RRC0+LGXejo0iD +Kpmcx22ust0muGnmIk5a3Ky2WwFOglAVcCJKIbDSzRy2cUA2HwYDzJdSnvXmFrRc +1VJO9PGm4uxFabiT/L0B90rUksVAPBAlCqQqKCnYH9g74xBY+zc= +=00Sc +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlgAKCRDWSi+uCV73 +mf+EAQDZ/CTI2xgFIBFXtBTo6+Kle0V/MZeR8mWi4ViZ4ugBqQEAqbAKSEIZ7Uhz +4hRUHHVP4oPRyGgQUtFkeBPt+5umbQI= +=e3Aw +-----END PGP SIGNATURE----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub b/pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub new file mode 100644 index 0000000..d24e2e7 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgqBIRYJKwYBBAHaRw8BAQdApqpIwNCjVcxp+MXbvhasI/1JFzQ9XelqiLW6 +lrbGFyu0UFByb2dyZXNzIExpbnV4IDkgKGlsbHVhbikgQXJjaGl2ZSBLZXkgPHN5 +c3RlbS1hZG1pbmlzdHJhdGlvbkBwcm9ncmVzcy1saW51eC5vcmc+iJAEExYIADgW +IQRWT5BmUipawRLRg67wjSn100IkXwUCZgqBIQIbAwULCQgHAgYVCgkICwIEFgID +AQIeAQIXgAAKCRDwjSn100IkX+I8AQCfLTx+qUz4/DR/3+BG7l+LbzEXF0rLAugD +gVLfb+wEEAD/SxiI2F7JwJJXTHaAeWLyIqmetWgSqKvzfBA/ZsOL6g24OARmCoEh +EgorBgEEAZdVAQUBAQdAKW4wIEiXXQK9aFt5uwfItfEpTzVI1orR1jIC9Ajg6RMD +AQgHiHgEGBYIACAWIQRWT5BmUipawRLRg67wjSn100IkXwUCZgqBIQIbDAAKCRDw +jSn100IkX2ogAP4oMCqJTv3O2Rx54brRbYsTeaWi7HXvBIbPY0M41MFUdwEA8tfs +gmW35MDtjNK33kelrC5kGQP7Jzom5csP7gAk5gs= +=P2aU +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub.sig b/pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub.sig new file mode 100644 index 0000000..97b0368 --- /dev/null +++ b/pgp-keys/deb.progress-linux.org/progress-linux-9-illuan-archive-key.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +uceAlA//Q75cRExQhXZ8Mgy27XWJrPzXmYOweCI/PHXCdX3kMo7jViCU6IetGwoB +SFBj8rk0Z32atbJEBl4qpv1ou05sLdl6LfDtrBaqsIyIDhcJBe6ikZvJpiWkzEUl +6ZZuiVi+qwlGMGxsHr3Sl52596iI6RLSTRlFFRvJ4SbM0azdUI+yrvZGga+0bQxi +QjIbM5ouI2iFS5gaxMsNS6xoO30ZA9Hsg+TZhzYzyrbvYrY0Y3DEKROOqBoX0Eoz +St8hcupHBAI8xZ9BhdFQNvS8kUMrlLt9xPAFRNadgFKph3Lc3jepfNEl1prNXWMg +dSQwjkrsJ1mRGC4mEPj/tM0hJ+/6mc/aH/j4KpOiqmeo4fVJXDbOfb2er0ruKF0q +2XX/HjF0+oSjFkQGeBXej+Cmmye7QSQTwquqUZOUZoMdH2Tsgdxio7251HOuv7ed +YVvTNxZiRf3mq08+MDa0bmxfzRV5o6uBFc/Nkem9NoPw5x1EcQxbypaWWvUVD+Lx +cJQ4LULNVzV/VAZRuNNKRXt2LZMBFXeRhmtE1PHWz+Q9kcgNmGnYrU29+AxqYjAb +E2uix6+VR2IEmvRDZKKS18CX+yHzQKoKFAqf8dzfmmMzawvIi3ufOdH6nNhZgfOF +bWJ84VIBpUshAV9Z4H+51fcMRUtUPuuJQEW4u5ww+TDyRTk6Nkg= +=OKOa +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7oACgkQbz5hUxY+ +BXeT4w//SW+HY/8P1oVUrVG/X8C8PxakWii/zYXF5AVvKGWmYxEBC/C6YRM6THYM +ABTvxge0rDeqWRnXThRJEUXX3ucs9/cqY9jlU3TQEkNKcAaWoogT4qO2aZWaApmh +Dur4vT1NpImecOz+cU9sfB+j25lKGaEo8ABj+uXdYJODlHUVXyz/C1a/ghB1cInX +1YciwXw4IDOG/BiJn5k8XJ/a/D2MUYCJxgOp0atM5+1Yc6At7Sv9rrXaHmTBwAvH +CPpMPCl6Cl1JtgPAfLWIEowZjPhx6Wl87bhHcsyk8lUVegJSWcg13m92qaYvNQ2U +E8A+GR0g8OVhBLzRxTY5+ZITzaHe5KJtQ0O2FyySZ/08HWW+p7mSwZG/UljxhFAw +gCIj/edR269UrecKEOGDV93FLGSQcifE4G5prfuqIUxfBt99CaK4R8eZVVbrG9ft +nD+BEPt089jdY8ATz/byRxo8t2al4ZbEwvX6swRuS2sVVFRvg9wew1UTDSV0Q2H3 +jjo7dtaSyXLOzC0tBr9twnAZSzwTecOVuwVN28M8rijFVygjxqyTiCOux6kxd95d +MR82/4nEme16RfOz+0bUeAAal7Ng8j037qOQaSfTdOa/7jnOSQwvRxEd5TPn45JS +AX3eNpdzT32AOfBrLuGPC4G0f0fo/vAmaSWU9n9tbv9LOXeWkJw= +=F1/n +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlgAKCRDWSi+uCV73 +mRvjAPwPifWFH8Y3w2zWptiyQ935zGAKPK5c8CWgXJW+ImKg2AEA/ApOTGuVGnsI +Uf1X1KzVwMRcf+N36Imw8DRlU9UmZQo= +=2iom +-----END PGP SIGNATURE----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub b/pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub new file mode 100644 index 0000000..053ae03 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgp/ahYJKwYBBAHaRw8BAQdAy21uxWg28z4wCfKUx0UHSGbUPTo5mSXWRObI +c+/+hEe0MkRhbmllbCBCYXVtYW5uIDxkYW5pZWwuYmF1bWFubkBwcm9ncmVzcy1s +aW51eC5vcmc+iJAEExYIADgWIQSN8MVm28x5LhUR/AIvjtZeJAtggQUCZgp/agIb +AwULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRAvjtZeJAtggcZxAQDtpyUiE1Nx +L0K+N2p1VVpM7Q4UV26q7VNwUZDaUxnnNQEA7NMA3nvyslySQ0mz8Be4xDlSmC7L +CbCxlIXsPjwbFgG4OARmCn9qEgorBgEEAZdVAQUBAQdAtxSEJKivwQclRcQUJHep +SjFw/9qTpmYtm/eenOhZmFwDAQgHiHgEGBYIACAWIQSN8MVm28x5LhUR/AIvjtZe +JAtggQUCZgp/agIbDAAKCRAvjtZeJAtggTlxAP99gL+cWQuXyK7h2aMTLI+tIrot +EwMmoB+OLliK2IC52gEA36pyxLWo4RZq4zikcn1R8L4ENPwlnOYdqg/Owavh7Qk= +=aUAJ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig b/pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig new file mode 100644 index 0000000..6cd4fa8 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +ucfnwA/9Fb6VMMbXoWAOP0VFiPv4wgsjKaqFcoPnzHv73IlV+A6iJAXnShMorrQU +OVkJS0Ye3K4ZSc3gRDt/p8xPS8u6YbzmL6AtMbrZAhUjqqeTrKLCo07eE3XG0hFc +8QsL86AbBJmXJSQR1HA8sIoLsMbP2mwg6InPw6qoLtPW5DCpeo0yB6Q6MaWX1Rtr +GNTqRiaOCgXhCXKL8ACR8rjcwRs85nbwlcxhQlIc25FLr0xeMmMa0x3HC6WYHfk5 +b61Dg2qOKdDCYueVigbQLjMkcNmfTDg1KcsXK88GNVTEUOeTa06MKpICUZ9M6SCu +jyws8Pb2NweFdeoBeoYyDiGsoUTA7SSPKC+tzpiI3BlQLkzlOkSrY5ZKFHmVk547 +Ta7oi2RJTNDr5bS+kgCy2Wp8M4JKwYtt+LxIrSkSpzeOlQWhCMzGS89/Kv5QluD7 +Xyx1pCGiSLsVnFK1yiOXrU/dbmXdJrQYRSO/N1QiyvYTUvTs6nxuJPskGsNqlLiU +VzEINETBu7v9zoLfBCN/URePjMPlWflAp6HcGA0dgDE1WyvFlilHARo1oY3KyHjZ +enjRetKZ3GPQ/HWKlC/3Loc2MiUPTpKweoV/Rp+oAa69S24AxuCNRhcYBgER/KQN +vKKMqUDoVNrbNJS4uf5g3Ny2bzpgJ1SXX7kJ1EK4auEYS6UbaXo= +=S+Jr +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7kACgkQbz5hUxY+ +BXcRphAAk1TRs7X8MD9BI0SKz3kkOH4PPqT/ztX0sDNgyJ7yvGFfFfCmgkJf+cJS +90TYkQFCeYfX2CFkWM6S2F+yYXeJq5NICeQMctfYAXMUCQI1wue8jmUzbb66TdcJ +0bgE2nKCmEz0VGVGiJyyxVOneFZX7EPs+3GJBGDn3f2VBqQ8Cce+/pOn/ZcEKhTk +11wgoH6iIPyE3xVDwMGx7Z6tiHgdiIEY/mMc31mjTdOtfQb0Qc23vO8VIBYUUQkP +G5uSk79kmabhgp+ukYTj6OKHc60R0C9rUR8igB8MbCIPdwoqP7doDJbjzjUyo6x6 +oT8TjRXiNLgmqIDyuY+jOmGOsYg1JXhCyDh8O111Deca9NGG4KmPMg5iNP8v+IXi +t0CkOFj666awWeIU8SJ0sHZS9sgzWWUfScK76rL4LWy4UW53PH5LigXvyg9O6LIT ++RlHeDRYkHEFTgf+f/jLC48Dl2eq1GQ1em5Ur0wzELguSuTrmYwFauXKpLpX7s/o +5FPV+oZIow/ZRa/pXQ/uzWWt5yWeWmQoukNWeTkzekZYBvjckgCtICXm7wHcwh33 +REx9w/MTamI8YVWVLwCl4JPH9MWPqFpjUG905wOe8xC0OgNV9uXhlEqdbhONXR5g +DrTqmAu+1TV8vAy5+DuYsXgADtGxz4XiyMpBhsBR1PwZ2U4zD3A= +=05TZ +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlQAKCRDWSi+uCV73 +mVDTAQDQ/JxPV3MM0vrhjIZlT6v609B0y1TlAJ0zw3jjghhiSQD/V1Bb9Otj9MNi +U5Mqq2HVX3RVpbCW9h0eMwmhVAhrnAc= +=N8EA +-----END PGP SIGNATURE----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub b/pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub new file mode 100644 index 0000000..827ab28 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEXDiTZhYJKwYBBAHaRw8BAQdAWMnx2s+ROoi78gs17myIT6wGM9+yRhSNrQPe +XtR3XWq0IERhdmlkIEt1bnogPGRhdmlkLmt1bnpAZGtuZXQuY2g+iJAEExYIADgW +IQTbYQWgQS2gfNj0NiGkD61znrvPPwUCXDiTZgIbAwULCQgHAgYVCgkICwIEFgID +AQIeAQIXgAAKCRCkD61znrvPP7JvAP4l6u/SGRt/viArLBQGJyZ1MvYav6XYhXjO +DOdN/0OWqQD/ekHm/8pczgCVtUNdlZqoFvhV9SJTI6KtcF60z2l3bwu4OARcOJNm +EgorBgEEAZdVAQUBAQdAagCnGLDRWr9KWfL60gbiMcyId4VCrV7SymZ3gFZyoR4D +AQgHiHgEGBYIACAWIQTbYQWgQS2gfNj0NiGkD61znrvPPwUCXDiTZgIbDAAKCRCk +D61znrvPP1qLAQC2CJBL4t0nVEy2myNfObcYwraVHQw0TdVm1MMw1wP8ZgD/ZvXa +NsYyJL2HW+7xrMZepfHzh+KljSCqKu73pe389w8= +=62KW +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig b/pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig new file mode 100644 index 0000000..ba38dee --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxax4gACgkQVc8b+Yar +uccv+w/9FjsQukrWfMn9yoiOXKEk3RVu1KhSxeXddaBcs/Gv2FWvCKj5DltHWsgJ +vOND2ljVd40TetB7Y4Zw0VZTC4xgXmPiXrVhTWr3SKOhuLv34eC/PxFPYiRUdQOR +vYf4midTJWIfvVZOzqvOIewl5MyRAFKTm/dzdbL2Q2DqUmiX3VKhzVp0AWsbZJvH +E5dmOFr/K0CG33s/bZJrgcEWXsPW08RFvcfeX/tLfKV/IvPiJXAweAX0eCp9XQwq +4oNuylmOPA7oyp4pH1n8Acd8L7zrPuu9YNLPieMjtRNg0Lr6J/N03RWZkqlhZ2Z4 +T1aTIcvYA79I0kDzSfrOnga3+DMAfqxaUGn6LvuCm7YPjTaVJ4SlUqB77qHVlvOz +WvrSKJQQIhQ1IUt59Sp2M+Pkgg+KoOz3DBOFbSzle4lvh3yP+CpzPcyQSXjcF1om +WqQxKu/tjoBjUs0m3xuT9lS0dxriZJFDxUT4/WNvEP7GDazGRKKB4IiJvfCLhUjJ +X6SP7AGDNo00V/gRY9OPIGbHuqtwf9OCaiT8s8OhD4H5l0DXmWit2T9XTH6nsALe +XHGXAc++Wba4QMd0rvpnex6cic43E/auComDr5gvQHcqUX5YXsCrdnRbD5sQlPru +ha8sswZXc1R34JFL95ona9EAe4SqJms1Ge2VGj5SlKWGdeLPYjQ= +=2iw6 +-----END PGP SIGNATURE----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub b/pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub new file mode 100644 index 0000000..0659f69 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEXByudhYJKwYBBAHaRw8BAQdACZVyscaNngddE/i6xj+a76Cj9e2Q2uFdpCX3 +bcGmhHm0JlNha2lybnRoIE5hZ2FyYXNhIDxzYWtpcm50aEBnbWFpbC5jb20+iJAE +ExYIADgWIQSQD23K0grRgZ+eimrWSi+uCV73mQUCXByudgIbAwULCQgHAgYVCgkI +CwIEFgIDAQIeAQIXgAAKCRDWSi+uCV73mU3xAP4nFfvv9eboIZv5KDVdCIzyw57R +QCh7dtfi/xA53Fp58wEAu1LULBkGA0oEGnApPv5NZAwOAUzM7LVtJx1h64UHlAC4 +OARcHK52EgorBgEEAZdVAQUBAQdAE0klblIYazN0JcYUm/4fEHXEINSccaKNLDfG +uD01XwgDAQgHiHgEGBYIACAWIQSQD23K0grRgZ+eimrWSi+uCV73mQUCXByudgIb +DAAKCRDWSi+uCV73mRfRAQDIFxZiUNcHPq4DQizkHdOJlfEhvgaQNS7Ecywl12ON +ygD+N1ovxxBCkzVGrWwim/ZpP8dwQNHpflDt5pxkJ79cQwM= +=2Uu1 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig b/pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig new file mode 100644 index 0000000..0507351 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxaw/IACgkQVc8b+Yar +uce42g/8DaWjqGmwSB6Dqjabe6velNQKBDnR6nfA+qeizPrbZVspQeWGkSpVqpXj +QKUsHnaFS0/biVMkFM8Ob/IymSRHv3kzbYPhgwYJGpRIA2KP2PJa3EBnY6TFBwu5 +57bwTAt3pcPYj+ghKxPxgYzGUhMADIEFm1qaYPF77yoYuWWy4FjrXj5N94u+H/u1 +V+3xw8FoI5n0pe7hN4CpYlNQsH9CE686xwLDSzA/0L+bOyDspnrabbtBUNXaIsTj ++epWWTNflUcTZDZRTsLPdYMLrxQYZhh53V8SPy6UbXIkDQFNpuCqArPctBkY4IFH +ymFFHNei3SpIaYgyYgsJ3sI7+VcVnTyyvXM6awCnm0Es39MTzNEnoucsAVBXi9NT +gEMY51Wapbmzao55KvR3gfFcX4fNHEn5SWH9tKoIHVPpePSQCL99GX0PCTzwFULg +P/nAIN7ynFkCQHVE0Nd3cKeVK5+WCfwBiw/ZR+jXjUxNkRr21omBrPrhr/WEfsHw +2A9sa39/8f0SvS5gtGLkDURgbDaOX7/vGjZWjuCjfFcqGa31phaIS4qyWP2KYu7N +rK3khlwlmEbEcC5knsvH3bjuV9PJVTMbF9MtLDiiuv426SCxjamv2o++sVTIXM4F +/XjPMR8y1UNfrK4fCEmIVHbj2Yj7ZrHDAUnj5ABrBUvLaBo0T9Q= +=MpbH +-----END PGP SIGNATURE----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub b/pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub new file mode 100644 index 0000000..ddac240 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEXETLTxYJKwYBBAHaRw8BAQdAmGaUbR5y+Ie3HMnF/ktQoD155GwtevGqaE4V +CLGxRLy0IFNpbW9uIFNww7ZoZWwgPHNpbW9uQHNwb2VoZWwuY2g+iJAEExYKADgW +IQRQTuBjbCEaJnO8mETkzIg5kKCLdgUCXETLTwIbAwULCQgHAwUVCgkICwUWAwIB +AAIeAQIXgAAKCRDkzIg5kKCLdtMTAQCyKJwherFU9RpjdqDaqNcf1pU3E1VRpDew +jkTyRPTv3AEAvzj12fT2NyWQ68oEmzZRVt6AtBNQx2C6khzmgRWY4gG4OARcRMtP +EgorBgEEAZdVAQUBAQdAr8H3Y6BzLC4tL0Fl3UgMKBWx1Lw+yLHmtx3fCR4TIGAD +AQgHiHgEGBYKACAWIQRQTuBjbCEaJnO8mETkzIg5kKCLdgUCXETLTwIbDAAKCRDk +zIg5kKCLdohbAP9DYnxPA1I49XJHZoXbpfpQsQa5mOIHRIPPy8yfbPPD/gD8CXWv +RxWqxpj6qX1BouOaErp8MlGgH7jENwRCzowTIgw= +=t7Sx +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig b/pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig new file mode 100644 index 0000000..f56d639 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxa8YYACgkQVc8b+Yar +ucfqWw/+PCpx5zBdiUpJ4KrS2nJcG9B4WrMAaHHOCO0c6ItARivMUTYDnW4ODERF +UuKJjoDzYiktt3QgZgcQSKC5QfDGenPU6hhSl3XG1ySx2PIOaGZIARsF23X0pXK7 +gjU3SRlQPg6wCwAwpSMKUuh6z6M9/+/BPEyir2BwZtLEUqp/8imdZywHKAwm/Z8V +071PKv/tHvXPUNwJ+UgSa0psfizgqp9IYfc9cMZUTRzkE2fZjaSTW3RcnCINjuPd +qX8mRjIngN489NyQvziFM2AwNt1juAJdk0aiSd1qBfHj/CbjZQz8hdh6VxI5qFzz +1Vy+Erp2CS6ixnEKTOvT5SIarabM8LjajAOFfa1IWvkilVwv0UIyI7VJcdmZBXfq +8Z50eCaK/EwiY55Acb0NLKhHlL7Jg+vinfCIIoHW5MbuSMOqiTFpM5Dry+qPGOaS +aLc0Sfu6NCtWhyvEUhkfVsLSLqXNEJQGFGOss51REh7nbAIOtmwygH9/dZWVq1qy +gVMOr3PKODyQXKL33TLRmR56YLvPr+enWvUzYYMwDVtwOxgW6YqST1oOcHFloT9K +BUFWM+R0G5EF3Lk9cAGhZqLWSXUrCKH/uj0kUU/RHE112x0Nmm5vjdb4Gz+CDgp9 +lI4gGddDTiE50B21qDt2LRZdGlze/gQd7uuPBpRbWiEy9luImyk= +=6ZYV +-----END PGP SIGNATURE----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub b/pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub new file mode 100644 index 0000000..f59d8a1 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub @@ -0,0 +1,50 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBE+tQ00BEADCj6dcBjjFgWSiQXQjSBXIOzus3LDTtd6oKkqbswZtbjYaoJSD +VNQnnfAUq9lRA/tpJIw4hyXe0HW6BPVySwQtkKNptXlTOivGgLNacvJ12Rja0G1j +MZCYpwnai3niSpmrx51OIcClS3St+ryAsLVsyoYc11738QRM5okiGqOaCfkxv7Ok +aGL2ydd/ns6uPmsJU+ZJYqLQgzNmfdyVxbTsks5nl+94p1I5FeKsg88jc/sLHSEZ +o+0VMPfkPKcSeTOfOwVw4zXH0UcAkBB80MV1DcSnOm6CTOYfct7+goB9jdejILOc +AtZ8bSwqUy7q4aXBIOFU3BEWOARPbgkp0iXaqT0K6zdlEGU4LWtaO2nF8+fW58HS +iKoFBJqPiQ4zs/54GQn2NvCk//Rh/izbIvDQyNB6M1C9K423+R3EY+jOteunhh8Q +YhP8omqf/GFSi5MdrTYdlMkdR1keEyx3x4TZ1uSd1+clbc3MWNVr4b5WwSKfqDVB +B0Q3gBpXS1LGsaM+TlRABlJGcvVhg72Ie/luFPNLKnzp3qsCoS25mNIx9T+XlMcD +mDMe2YhtKhKN7FWy+muyys5RgW5QhBSJV9QRmmf53ZrAMs78OUlJzdAhEgg/gteN +roTtsxR3nJfXWaI6Q6wcoly+5/EgYRPt/V03M8gob/Md4y7F53rn09+19wARAQAB +tCBUb20gSmFtcGVuIDx0b21AY3J5cHRvZ3JhcGh5LmNoPokCNwQTAQoAIQUCT61D +TQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRBvPmFTFj4Fd7NcEACov/va +3l7DAkNQmTXUqhIpqN65asBdAsufdcnWcsk/t683naANVsY9VtPni5WisrrWHGlN +jLObYcws3lnbSLtE2KhkzDEUh9wByFwOwYh4zVHXZbwly9S3UF353qKciE/xRmpt +equKpGU7QEmO9+AJtFfsswrqTB0jQvAcbK65F3pIVsdrBBX56lfzM5yDOvSuzE9X +POM9cPogk8QR5UasiaJrxnvarvHUAwhgezjedvqT7w11IFFZSgh1Ah528hRYIeOQ +2UPsHX0IuVnnvWC21nm2uFyyS1VoaIvJrDUOXZmcg2MV+28MloVZDridTL5wOPw5 +xQGxdLWH/1ZCVUItfNyyHLtdZeEoXyWq3d96LmfbtKOFebTJTSDuZiGjUtD6HYGL +ZoxdGIJc0IYDTAYhNghDZyr5Y4lV2Ul1mFBo+IgJaS8/wChGkX3uiLd6dQETDHWn +u3iQXGUFwRBpfUcyz79cLnFk4xm7+6W1p8Pkop/IvTuG3O1WStgKx92f0iwtJsqJ +f3CKV5TsmiidkpRyD2X5XuqeISos+qbgdxDjt6RfHPFq5HcO1/4RdrRkhtymxZpE +Nmv61tmYt0Yr0Hk2XFhuy96ve0WnSp/6GJZzbwehSufqWKjhcBWtRIH2Hf1K7uuI +ubfly9amB8l6uE4VCeiYdUQ4PQxy8HbDyUwHcrkCDQRPrUNNARAAwrehdHVRuZ/w +smxwEqFG/McDItWniscF86CoOcilJ/PFq/PcKKTGN2WDPMFK3hHBfBnFvsfG1hg3 +Gtu82H5bxsTw6nz+6mhjyw6/7tTWFZ/suieIHpjFTaq03CwBAZfY6oD1Du2pB3pJ +npGNTx013xBlWlityDsBzgfvOu6chHh7mDDGf89VbCc7d8u8gKEUz/SxYXErAVTi +Dvy5tMb2FCqAXy8Mpgkt/wfU5lj3RznS77E0vD/fGE975+o17pKgGIf9+hO40jgN +J/4iAZErM9jAhtUm/dsxJYMdE0hU8XntxNWkYn17udSlVZ4dMZZdqp/eB6alPP4h +r/oY9bluE5gNA2gS7iVm2ljkzRxhBZOk0PYoLD18op3zbicCwWGcXoyvfIxIW/tk +zuGdzUO3j9K4FY6R/bskqYhtRvPTSGt6dMXWskFmAgyuf2KIYcWLUxda7XoBIvD2 +JHM0qOP5Bz1yi04PJVluVKqSSsNFCdol/mRg9wYMY+iXjclKF6fpwjJwmShuFX8K +WFKOxeAJh0NnEoeKuXVMWGwrAVbRavbJ5VuQzzstcv3B5jNZjvAN+0+eRQt5jY8y +XFaKpOd5z/2mQ5lnrb2rfadOEaF8nebeCBkbR0BeFHp03Ef4wv1lWRtlbCNi6j9s +qerTLTUbY8gCBb7fcuEehSZ0kFSomeEAEQEAAYkCHwQYAQoACQUCT61DTQIbDAAK +CRBvPmFTFj4Fd92iD/442Z/QnbDjhxiwQfw2Dwv57NOfT+UyFuBAKlSbM+69eXUf +mB0/2FBgl3IgLToDuHyk8F8uwMTivi8gQGgDGv+xTNX4m81PSqgjZk54rfhpgdFo +X9TOX+on1fkzUc6ETkFbxtIZxP5Dw/GI1tArX4ejioQ9HowP7P0uKWigtKBUTNL5 +NHFs3w7Mg7BhF2eN0saaCGYKV+dkx3gmxoixoFI+B9j/QPVbqYTnbhyILqWbqEvk +3bF71/6fXfh5ErqYeVn3NjbzKqMatH0+dSlNM2kSPWxl5F99qYcyyeKxhKcJ5VR+ ++aqJoSQ4zDtdvaHRhApgWuXG4xNpbi1cdD7Tb+sNGOOepGCDqNEa1W8yEDX90jHC +Ak1IYX1u4u+NLEDn4SoU9gQAvh+iMZtOQMmZKgVSuCdJh+GlpsVpFt2u6ZpVTnPT +dj+1AnXt4nu1/Bhi1lMYCynw/AVIBfIu6mo1EcG0UwPsw2va8Niiynsi9cq0xKY4 +hnbmP0G0SG+/3SYTLD5qtlI5bF6uKWhUxRpOoXwzhJG9pCMLEAVulgPNyHjRJfwC +SBDRsVTnJzE5yirvhZkBLYMDC62MoIJiXuHERnyBTIPSuNI1Ptevv1wph5iJQa1m +dikdXDAPth/O7OzXqdYpXBdjV/5N4NghiB6C1r7QqT6FbLCXxQ4fM/ldcISC3g== +=1n7M +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig b/pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig new file mode 100644 index 0000000..97bbca3 --- /dev/null +++ b/pgp-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxZbt4ACgkQVc8b+Yar +ucdh0RAAj9G3ShbK8EHItO8yK+aSB3NXh6lRkZWXj4YDG5If3qnnLV6LTBMuCUFF +Vu5eVfRw3213cs0D3R26230CK3c2UViaR/3OpTT5i/3j2ioGwxRY5BZlDPG8hfBq +T7gh3/98O1yYK975PY7c49y7OUgaXipIO/5OQRm9Wd6iSlGvqABl48eVpRqADuds +HnWkvW4sITaLY+DGJkxBaZrjLhSRMKgQgiZED/ro8Ep+7b2S0Gj5fHyUUUTICw1q +Rp7KTM+fJ2xC8KayMtAeNTONqOQbO1wgvawYWZFPcLo1BEgPfLhAIkl0evpNdtSR +INhaM/j2d1SOAKi7h1fF3I0Aa+FnLAqax4hxsjOpU+DdkvYsm1rtvtk+T7gKE8E6 +ivHu2qSSlCyJdMd9bQAEz/XNbTr5ux6z9u7jU0tLWeheXF6vcDClHB98HN/OIYnV +DdliaCx22nTK+23paDem4PO6a8AX9gmg9+QGt+bQxt6WJt4Ot9OISTeoxKQ34YdB +rw21xBLndjOi7303oYzSzzHdYQB/iCUHQgVNrTKO/yWU93DTg9FYtg5S9qwEqyqL +hBBIyswK9u7utNzGsYWMhCtDHAtlbsxx6KQ6zLTF17C8WNBfK8Gdi2ncyIF7HL0k +56a7+k2mVjTwNpYZywHBQxZJyA1eCOPYeqihE+YLVQcYFf9UNio= +=az1l +-----END PGP SIGNATURE----- diff --git a/pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub b/pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub new file mode 100644 index 0000000..053ae03 --- /dev/null +++ b/pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgp/ahYJKwYBBAHaRw8BAQdAy21uxWg28z4wCfKUx0UHSGbUPTo5mSXWRObI +c+/+hEe0MkRhbmllbCBCYXVtYW5uIDxkYW5pZWwuYmF1bWFubkBwcm9ncmVzcy1s +aW51eC5vcmc+iJAEExYIADgWIQSN8MVm28x5LhUR/AIvjtZeJAtggQUCZgp/agIb +AwULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRAvjtZeJAtggcZxAQDtpyUiE1Nx +L0K+N2p1VVpM7Q4UV26q7VNwUZDaUxnnNQEA7NMA3nvyslySQ0mz8Be4xDlSmC7L +CbCxlIXsPjwbFgG4OARmCn9qEgorBgEEAZdVAQUBAQdAtxSEJKivwQclRcQUJHep +SjFw/9qTpmYtm/eenOhZmFwDAQgHiHgEGBYIACAWIQSN8MVm28x5LhUR/AIvjtZe +JAtggQUCZgp/agIbDAAKCRAvjtZeJAtggTlxAP99gL+cWQuXyK7h2aMTLI+tIrot +EwMmoB+OLliK2IC52gEA36pyxLWo4RZq4zikcn1R8L4ENPwlnOYdqg/Owavh7Qk= +=aUAJ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig b/pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig new file mode 100644 index 0000000..6cd4fa8 --- /dev/null +++ b/pgp-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +ucfnwA/9Fb6VMMbXoWAOP0VFiPv4wgsjKaqFcoPnzHv73IlV+A6iJAXnShMorrQU +OVkJS0Ye3K4ZSc3gRDt/p8xPS8u6YbzmL6AtMbrZAhUjqqeTrKLCo07eE3XG0hFc +8QsL86AbBJmXJSQR1HA8sIoLsMbP2mwg6InPw6qoLtPW5DCpeo0yB6Q6MaWX1Rtr +GNTqRiaOCgXhCXKL8ACR8rjcwRs85nbwlcxhQlIc25FLr0xeMmMa0x3HC6WYHfk5 +b61Dg2qOKdDCYueVigbQLjMkcNmfTDg1KcsXK88GNVTEUOeTa06MKpICUZ9M6SCu +jyws8Pb2NweFdeoBeoYyDiGsoUTA7SSPKC+tzpiI3BlQLkzlOkSrY5ZKFHmVk547 +Ta7oi2RJTNDr5bS+kgCy2Wp8M4JKwYtt+LxIrSkSpzeOlQWhCMzGS89/Kv5QluD7 +Xyx1pCGiSLsVnFK1yiOXrU/dbmXdJrQYRSO/N1QiyvYTUvTs6nxuJPskGsNqlLiU +VzEINETBu7v9zoLfBCN/URePjMPlWflAp6HcGA0dgDE1WyvFlilHARo1oY3KyHjZ +enjRetKZ3GPQ/HWKlC/3Loc2MiUPTpKweoV/Rp+oAa69S24AxuCNRhcYBgER/KQN +vKKMqUDoVNrbNJS4uf5g3Ny2bzpgJ1SXX7kJ1EK4auEYS6UbaXo= +=S+Jr +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF7kACgkQbz5hUxY+ +BXcRphAAk1TRs7X8MD9BI0SKz3kkOH4PPqT/ztX0sDNgyJ7yvGFfFfCmgkJf+cJS +90TYkQFCeYfX2CFkWM6S2F+yYXeJq5NICeQMctfYAXMUCQI1wue8jmUzbb66TdcJ +0bgE2nKCmEz0VGVGiJyyxVOneFZX7EPs+3GJBGDn3f2VBqQ8Cce+/pOn/ZcEKhTk +11wgoH6iIPyE3xVDwMGx7Z6tiHgdiIEY/mMc31mjTdOtfQb0Qc23vO8VIBYUUQkP +G5uSk79kmabhgp+ukYTj6OKHc60R0C9rUR8igB8MbCIPdwoqP7doDJbjzjUyo6x6 +oT8TjRXiNLgmqIDyuY+jOmGOsYg1JXhCyDh8O111Deca9NGG4KmPMg5iNP8v+IXi +t0CkOFj666awWeIU8SJ0sHZS9sgzWWUfScK76rL4LWy4UW53PH5LigXvyg9O6LIT ++RlHeDRYkHEFTgf+f/jLC48Dl2eq1GQ1em5Ur0wzELguSuTrmYwFauXKpLpX7s/o +5FPV+oZIow/ZRa/pXQ/uzWWt5yWeWmQoukNWeTkzekZYBvjckgCtICXm7wHcwh33 +REx9w/MTamI8YVWVLwCl4JPH9MWPqFpjUG905wOe8xC0OgNV9uXhlEqdbhONXR5g +DrTqmAu+1TV8vAy5+DuYsXgADtGxz4XiyMpBhsBR1PwZ2U4zD3A= +=05TZ +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlQAKCRDWSi+uCV73 +mVDTAQDQ/JxPV3MM0vrhjIZlT6v609B0y1TlAJ0zw3jjghhiSQD/V1Bb9Otj9MNi +U5Mqq2HVX3RVpbCW9h0eMwmhVAhrnAc= +=N8EA +-----END PGP SIGNATURE----- diff --git a/pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub b/pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub new file mode 100644 index 0000000..cf1e718 --- /dev/null +++ b/pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub @@ -0,0 +1,14 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZgp/WhYJKwYBBAHaRw8BAQdAMl79ZGgIkK90BQ0LpdJPPIDmHNjGX0idr9/u +53tSPSi0T1Byb2dyZXNzIExpbnV4IFN5c3RlbSBBZG1pbmlzdHJhdGlvbiA8c3lz +dGVtLWFkbWluaXN0cmF0aW9uQHByb2dyZXNzLWxpbnV4Lm9yZz6IkAQTFggAOBYh +BNB2x4rUl3SEHEb4TQB4tI9B2ublBQJmCn9aAhsDBQsJCAcCBhUKCQgLAgQWAgMB +Ah4BAheAAAoJEAB4tI9B2ublS08BAL+XjwQlG/cDH+5t2rzQcRfpTCZVATIZKTqL +IvoRcbA2AQDUuwK/BfCBxN3wgZFpqG633OvMseHKiJETiwOn2hs4Arg4BGYKf1oS +CisGAQQBl1UBBQEBB0AHgUM5yIWKEfqHLWXHiYEw6gLDZNBQo6YNIoWfD3x2YQMB +CAeIdwQYFggAIBYhBNB2x4rUl3SEHEb4TQB4tI9B2ublBQJmCn9aAhsMAAoJEAB4 +tI9B2ublZi4A/2OiqzB2e5uOsuwQnpXCeuZKAOmBcO9JM5tNMw2KAsr4APY8grwJ +e62CqTBqtcFQ8DO86NMoo5uOpkm6Zs3TKaoE +=D/Xi +-----END PGP PUBLIC KEY BLOCK----- diff --git a/pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig b/pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig new file mode 100644 index 0000000..4fb7716 --- /dev/null +++ b/pgp-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx3wACgkQVc8b+Yar +ucfejhAAmM86movT6T604jSKROCpmxQux21ko5sssNCn8sHkn7j4H3DEfPGoEVPn +VTYCVWDmu9my7rIW/c77PHiiFA6c6wkOyfEsoQHELPJAZKOQCBq2Ofz6TKYZ+O9E +zg6FH1eESbiDUtW6U/0KU4pj2GsIx5jwgyKBXnpP8GfgHoa/j6EajZnY7W7FYO9j +XdQsDKNQrqzYjTmQxL79XEPI4658qd9U8ucOBDbgfEQzG5GMaxGDwp+LGQAY1foZ +aPXRMsucvY8ghuGbw5KxK7U6L+53Ag3693rWoikdaQxxEu93U5nZnHP3JBCjqsTS +g3C44GK8XXbJ9IoFJodTCpKEng/92+vMDDQa7VoEHJ67qjktYyCxA70GqBvdEHIZ +Eqq7hnEJaeTPl0gaqhAvqjot/kaMgeZ/AIegThYj+AfQQIMruPuv0PP1kBk2hHN7 +IkXxo8rLBZ9L3AfCRUiM1nSWQDuDi/sgIk9FLd/uBzo50pDyENZCtliCpDYa7jHS +JIvSLFTXqbVVXMwsyqs4evbOBKEhe/5t4HXXGwgglH0nmuN0e+fQfHi24a0J4/QE +qh4G5zbX8LiIFpqbDcKdEnpzItyD6fiGpPmYG3GYfWhsJ6U5X6npYFRmE8qAIBad +uwOnB0pi7LxUggyEie+J2NpDRqLJ0xqfTKuzDO8kQTdd8tbghZQ= +=JUuX +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF8AACgkQbz5hUxY+ +BXdQTA//ZoC9BuKvAmbWRwnLRGAhJ9nPQa0t76dK2qV/jCZiKj9v69NgxuW3pcek +AEL+VeQz3kjZD9jvOOJsYVsHsboN8UYVVlKGI2NLiT1XRIlvrrPjtgyTdddwi2LE +iAH3qVoMhIZjQePACuXwYpjQvjhQBCPis41EeVp/fI/1fg2VIbKRns5WcgK/wpmQ +zb8HcgGInzvFOZb0lVqXgBXKx9h+SGijPhlF3PQj6otF57LHymXHsJhiGViwZj/w +6/1uxvXzCXHGlHZuNapyJWAfcUO8kZYPYWFygC6QQMNnvY37iC4zL7fLjW7zW4z5 +p9YjpifMziXog1vhC1fWBpjQ1hUeGbdFIxMaCwrihFAi01pIA1vmnnpuxkZNFxcZ +H2/Q5wtYhFPTw2RiSt5zfzaENQloXSah9eEgXZnKLZvGdt9c19VK5fS0GDbIB6TE +u1c/RL7AU5uWOVpo9i63IxTjg4Bg1L0v0H6CUdKxKayezyYMpoUEvtj29S05QgNd +ZEuT5paTTKg+bRS+Z2x1Xn0zx83W9D7VnQggwRZZOczqyV6xyzGZ7q/lkBet+P5S +cJG2AAUKCNjdwzH54/hlRFK+fcmBUci2OTvSVkQLWofOaAB3Oz4AATL9w0ICpZb8 +P2AQrA2/7xHmvTj/j7lnnEYV/nZvu26fAobf0fJzUr+/fFbQECE= +=KwZB +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIIlgAKCRDWSi+uCV73 +maAOAQC54QwjFFmjWw2XDAKHIXgZnJP0SF/F8rzkpcll5LWF7AEA3p4Q858zsHvP +Snga3HwHfqugAwMwe/LB0uOGE3kH+QY= +=2CtZ +-----END PGP SIGNATURE----- diff --git a/ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub b/ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub new file mode 100644 index 0000000..416f455 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGz3nANcLtqUeUeh4BeJAjDTcmAphE1aUKEoTqWz7T6x daniel.baumann@progress-linux.org diff --git a/ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig b/ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig new file mode 100644 index 0000000..c2e11cb --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/daniel.baumann@progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx9AACgkQVc8b+Yar +uccIFRAArNu0Tbde6NDhvZ/hZL0QMgh4Zzm2Ne25bkjUcSnVaexeoYJY9IP6Yx9F +F0mOn12WCHz88Rr/CbBP4TukrAxOpt/vR7fuQv0If8bUvRZewCfQClrGepVNxHkZ +2a5u9/NqinABabVXtkZbBpBAaErVnH0DZZqm318EhEUx2qaMUvgkfOFC7ls1vlMQ +UrK37cTCE+ASxZAeSFEAMLoYdJf5r3oseLfSCM9IFnWlWcANO7K6ZM6DonGe3s/X +ECTk3jKorjkfDnUL/TLQ7a5/2gjvffNi/FdAmNXiURfbns/zFi7sbC/VRz8UihWi +nxJtXf+XVQwMC/2kvWIshm6x7vDPYg/WHAqyilfU4kcjtejAm9KM+1sPz+kMbUyZ +vMJjNPelw5Z0BtG7l7aooePjtK+2mfvQYjbgBHQ+xug5N60sr1KmtfoZPblibNGo +B7qlQ143/YVyiqQIDlnRL/PKkeRe6v0ZVcTmMS8SiWKXXT60FivZFZCHK/m+xhTh +vCVZ1KlBCyGIIESRqv65qDmReyjwyQnGkiPsW75GGcUxW4q2KkiBludq0OZYiQdv +q2zt+Dtz09XO5i8lBttxhQXGVU2tz+QG1GYOLfQaNb3vkNEH5gWF2WhM6qKMCEJA +6f2mdUa5rGwaI2NgrODVVKn1FaStW91slTc9b9U5A7UMxAD7yR8= +=s4IU +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF90ACgkQbz5hUxY+ +BXfuSBAArQA5t48wTORZO1QB7TFCMaA+RxIF7ghK5uXR4qteULhrD4MGP7anocy4 +YKywZSCgnj2pja1t2u9iRF43jYSTYVPlzQW9Ad0kQm9jM+H0f38cvRM81qs8Lwn4 +0IdKCpTp1H4+yNKJh1jlpkmFcE/1HazvSjiGJH4f9CvRRJJJHYXQzu7jccreNRPB +ySPpg56khsiGTbOx+6TDZQnOIKDLCmeEdCI+CEG+8HBA+gujx4IOSrZ8wV96pTSf +C8/HgySXC3kUjXCXttVNaP2B6h4qaxsmdV2NDees0KBPMA864wwycoNpdzSs/Xq1 +NfjoK+v1Bv32jhPPP1XdmXkBnCSmCFPF54fligOF+Gyb9Mfne49aDEkp+i04o1U5 +EoRL0XZi+eAGHe6SiKmcZmUQqbjQZCbrZxiwCW/DQYvzvkgEMhe9Vdnf8TRzWUhi +yntJGHUCTtc3/HvMGQ2WgVZz4LNhSkYl9PeCixrdPKT7R4MXQOsMLHwwTcLrhQYK +6c3hkw1cmik6mkGQ+OR6cr/fzV0D0TaIueyh/g0nsk/LzIsl2n8hneSiqD9Udlwz +MBVi5ILeGj9CIgfhl+jj120WlSKxGt477nD4wH49GqAcxiQZF0hEPW+znXXJMbDm +Jhq47wxLsjvf0/Xtw3sUObPlINkh1MCgFruWvLlbGXvF66Zibeo= +=4pDC +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIJEgAKCRDWSi+uCV73 +mV8rAQDOsiHyUp98OTvCsA+JHdLB7zltJexpmCOXxW7KMnSq7AD/b6DF2OQ+q1zs +5mD64OU5rBmoMOPSD33cNtFHy6G9ZwU= +=PEJx +-----END PGP SIGNATURE----- diff --git a/ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub b/ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub new file mode 100644 index 0000000..92dce02 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILQGpmqwIkGu1o/9L/ZOhqjx+0oJQXoytvzJcXgtguqU david.kunz@dknet.ch diff --git a/ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig b/ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig new file mode 100644 index 0000000..4846c01 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/david.kunz@dknet.ch.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxawLYACgkQVc8b+Yar +ucevww//RsNT41N4WChu4U90hW3ul6BnpLUOK29966aP5cgSqDREGKmagKDYmcpo +E0eKVu72ReCUVY6d70P2YzMixWjSpVolbvpFGFyRNk6n2JbFrvMO9GSIOjf4g9o5 +Gq62E/sdufQgbDVlGclijGrcc6m8P4fHzpZaqxbZFlFaU02vm0EEcHgQswPjBpw6 +UM9czg59VFLjSN3J9+AbBDFkYLCtC9pVrgWP20N2zxR5n8awO7RDFqN5ogaqoqFm +AEgTirNwCKqSfeFgWCM1YeG9ABWkwL937yw2trHl8IFrOfMb9m8si+3yH087ydle +mbYtw10i9BFixdFUC6GYfqEzn+hQZ30oSt1hraWffguOgi4nq1ehkXUSxWUJtAGh +7jhOPsu+cJp2GWyjvYTyXcgjjMCksGk663eiaQLgO/gbjbJMQ0ePJbTypsokbHin +ku3IFD8TyBVLAq/lhWb1El2NG6+J0iAWB+1Pd8Yl+xUFBwd2luHMZAiI2ik5T+ZS +xSiMHTvJ/ZtVrwOA8M/GHsvUM18rCuBiRw+Z7/HJgA0v1JvQzcy4Ujyq2sSRIcIf +fOrKjqySggiB4pNIv7SS82UaTyl1futfqTBf4Nxlu2LUkP/gxQ+LzaOxWyEFgOVR +C32h245enqNCq010HMU2s4txphXaYwikcNkSkAdDUMbaNRd88Sc= +=+3jf +-----END PGP SIGNATURE----- diff --git a/ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub b/ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub new file mode 100644 index 0000000..5a1c1b2 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILklib11dWUa5SmwS2vXR6ui+3YFNG8vQiphqT1MYBaW sakirnth@gmail.com diff --git a/ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig b/ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig new file mode 100644 index 0000000..a385517 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/sakirnth@gmail.com.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxZWp0ACgkQVc8b+Yar +uceJxQ//WCRVZYzBAAtdCN3cZt7CcTme5Z2OpDnd6V4l8qH+/Q2CZvAS3XFMqzf2 +ofeEFUrHrotPKk2MY3qL3BRIi4TqoKl0hX9lnmoz9cA1CJtYEKU2gYnH4emC9cyg +1Zgrd/EXyHpnC+5ic/sTs7I2KLVb1yDHkAMX0cUiXMql3eQu1XhGCI6WRWnoW28K +EV1vDQYkGSuSSXVsxEpOeX3DSv1U+K2v2DWQiFAxdkU/yxkJsuriU8w/+a62HoKO +2IX1Tj/Wn2fBLusM/Lw65BHjsoQiz985CYhI+kyOwM36+kZgAxxr6KXQ0jtStFgJ +foErouLLaA49AZtkZ0bGrVUWBDtjoup1vJYz0GEIu8OiA1HhCXzXhf39rl75ve3B +VC4Byk7p7DsNVP7i59L+TgGbmkQr18eHoBHzTCgXqbGdkl8pi2Dz+gGfu97s/LDQ +LyzhrslU4EdlOPGEO68Bka7RmUJPrg8X9wSlqparDMkUdYoGDkJjxneAIb+kprnx +dDyJwFQf8EAVZ4Tm9pL49SNPvFH932AMaAJPsmwPLMc4N3jxoolmP7l1ns/3+IWY +VnCJjwhrw51mfDjPwOQN0Gq2DpYGEJrwJxnW2+3F+YASpUX7RuodyBRSed7c3Tz4 +38jbSOP90g7o6wuFF4tgqbwWhskY+moSZN4jUVVG3oVlllPCLsY= +=a2+P +-----END PGP SIGNATURE----- diff --git a/ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub b/ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub new file mode 100644 index 0000000..7b8a9fb --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINioNXKjSwdR4dIgiT6+utOpQvPOoC1sa6SZqQBISUV8 simon@spoehel.ch diff --git a/ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig b/ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig new file mode 100644 index 0000000..f8714e7 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/simon@spoehel.ch.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxa8TEACgkQVc8b+Yar +ucei2g//YE7poLB5x5C7tWXnUEHsIpL9l+sbahA4qRuOlCzZC8T1Rl4vEAe6L1Lb +TePgTa/VULm9vcIwiK+0ASGLzrogbSkyDfpdtVGpFaoWI3RCC260Yz1kbODn2Pz0 +NaETkA5oO8BbBI7VoX49OecLFYNj7JZ7xETsVTTHgFjTeRFvBbldKkn5PLDW4rjk +nWqLPvRMZojcYrCzz9FvekXRu9j4HBpG50J5czrmaHFLMKwuKmBTclJCqjqV4TLU +JjWOeXBiab8QPFuroJiVrNdOb93sw7qkCYZHkz/3yiRCNlvqds9pHN1kRvcaDGGk +WCtDzIFvOxGjWJuJt5p56XlxlJUkOoU3OpD+EhKm0m090zqBsTyzeGCnxiKrkl45 +r0aIblmQb1UGzxH4zAJYO0gXU9pUqtAGozjB7ey+ZtLPSK9VJ7jRvUIUUBlkSD/4 +TcXb3QTulIKWhdOAFiPG8ZUrK0IVOdW664AKfQ3DcOupidKF/i/DTNW5e1gSmXBS +9Jsl7nwoZSFrNwQJQNwW9c5OA/JH4T4nWoLNsmU43oJyKiXA4fOutuBLF5xfNnh8 +kGiRXegolWpW5xYVI5f4tXo1u8uXLpX5VXG4k080OpLVXJBQA0YT9RaUGpG72lkZ +OEHcAoy0qNrIJ7RowEQU/7w5NkR6R7H6DlKx/Wsk35KYViR16U8= +=VWzJ +-----END PGP SIGNATURE----- diff --git a/ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub b/ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub new file mode 100644 index 0000000..5c38b8d --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDF9eU7b9qIenPCibBaWH5Q0cafYtxBxPW7jyo0cWOyw tom@cryptography.ch diff --git a/ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig b/ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig new file mode 100644 index 0000000..8b68bb0 --- /dev/null +++ b/ssh-keys/maintainers@lists.progress-linux.org/tom@cryptography.ch.pub.sig @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAlxZWtkACgkQVc8b+Yar +uceVbw/+Lx1qfV16pKhB9V3Cf/gEYoXreW5gszxDfxop/lp9VGZJ/ps9RT12oqVv +Lzym/XzXuo9Vod6jFaX5pLzKZ8gRHtNCgWF2vRc53kMM/KCOxvmFOR6MFgJR//q4 +BXbykWQjwzRl2PJrX63RM4uRjr3uYnzw0o9z8DzxfavGi6upO28aZgZqbKMZ08DH +9ZJuPYcjax8v0deLoh15tak7immN3guoStd6831EdbWySx6N91wHmsOIw8C0o5Ca +j1gHWnkde3Rqih12R2Q6y8Ji5WMI9v0ktS482D6/Yv8Pm3TcIvQyQ51FotQSyyC5 +2AnPKaPSZ/UB9YElza/vIZuHKep0Vgpvc5Qs/MoNeEaGAjborpVQfC12nN8Ohkt2 +xSoESEtGs9dQ4VDyUzb3YsSFsR1RUsw7JR9C4VnNfaPbfKS4SHAcM9DsLAXVeJKm +nDDHTqFpno4G3A7knBxonETVIgWAiKuIy4sg8cnLQsCdY/tUKmGsvfl7ierg6PTr +Z88weVCqahJSsDShgkK+95LnwN76HO+iXZKqx48k3KwgHxxJl9vwZe28u6c/ikVK +d3gV2btYx7+dtzYSLxzebc6iyeGfG4PnES23ph0NkoQH8PSGjRcpnEOfcQ1hNFg1 +d+d8S+PlWLxba2GD8nQyF/gyOdWBvmua+xsRZSPpV7xIFCjehss= +=5Bu5 +-----END PGP SIGNATURE----- diff --git a/ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub b/ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub new file mode 100644 index 0000000..02795b3 --- /dev/null +++ b/ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFclZ9xt5uQjJSM9jEMF3M8ZpUTMkLsWDdh2tcMthYYW ssh.progress-linux.org diff --git a/ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub.sig b/ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub.sig new file mode 100644 index 0000000..6dde0cb --- /dev/null +++ b/ssh-keys/ssh.progress-linux.org/ssh.progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx9AACgkQVc8b+Yar +ucdCIw//adurygMYhVD16xWmZEnzd87IcJHFkM+a+oo1YHG+ALCw9PehSG67JKUw +oMm+FajYh2uqWpBXPEvZ7tJEYMMUgIhfprsGgPW+p/Sg93ulMjaj9IW7WkmiyyOQ +o3KVmbvKk5tL5rz3Zvk5riplklZznSwb/K/LddAkBA4DD4S4tAd3qWMrDqxoZK2u +FA9mUdZyx6ZKFocxx/mFuRgjKPNIqiK28dZuPcYCuUjzB71hJsHLgmlEpnbwCpnt +W6jeNU/D92AYWXdVh3ktM8H1+yNu9JhP8iuNdihRXXezQehEGbGqG1uhQdCMb9wo +RFNlwARtfuCQ+p/SmAQXvDq/67RXqCrYMCryNHHV0a4ISJ2oVQ3Lp/bQo5tUnb6Q +hggVPCVYvwl58/UmG6QvqILUaoGWgWvCBjONB6piPlr89AEVLsuZs4CCEOzA2wTt +Tz/sHENHxo+1xeaoBUo75YFo3Cmv4gtzjLLdSEyybOPH/iGi9o3hybZ8qzHFBDLe +7P2ZuwQUVyvcBPXgOQnqiPbp2IaVY6y0D7DF4fd+igAHud+GmPho+5SGT46xrs1j +yDP0wTCcOaNURAF32GLUSVMjXjX+j/y6Gggqz1rzRSKb+vn8Dhlp8pPhqVx7IvoU +AxUAPX4+EywAOVni7z33XagR6d9Jdz0ziClf5HBpqwzTjw9kP7Q= +=AkvB +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF90ACgkQbz5hUxY+ +BXdSBA/+N2o+pNAQ7rDNiBTScYA45UF2VOwh6slCo0YoJEMfCPKdLbyTKlFw8Lji +y5I84ssWjy2/40vge2nNlQODv+OKy0ZsQANgAtUI/gjER/d2ToWQW7A1xZZmFBqn +tJDbFW7ZIxNLaxbL4npU20qJgd/gJJyXVX1A1L5b8w5wwe80DbPeGzdYUxF48dTJ +3cmUQwwiIQlLEv7KgFG9ZII3oH2kaRbgKHHwnigzEv+hDE27KgGXDEMpDZWQAPLW +cllJfvIdv3FI0cEpoofzJTdJBE+dRUykL7+BH3wnrv5RhvKBkFQGGRbp2A+FRTIH ++mp9ymc91gewgHpuI21TQyl0rl6x/M6ZCuzWmqZSqEV4ZJyhux/gqvNesp/RT5Ts +AY5jflwP2w0ljx4qugRu7ypbY4egt4a/65yW4fIjkvl0eckOWVf8Bf0SqaDrggEl +75f6kxJ7B7RFC2uEFJ3ZdbMAYhqL7+yf+qfq0sSBkywHcGCYUuKLzedATKgFTY3Y +fwbIrWCEpS/GHK1HRvQ4jz7s7u5eDFCgEhznluJ2lrSorBqifyM26PmP7II7WmHX +7hrYBKf6pDrhOCnkXGMUV7i/ffHx9qFGShonF4PPu1uIe5p5dOsqkEEKZFzbh9eg +TpdI4q50Pw/nWhzsXshSzvor8+kWihB3L2hlx/1fk5H390mBT1w= +=u2yh +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIJEgAKCRDWSi+uCV73 +mXzYAQDQ8K9UHILxJZdwY3QGvdJU0vQXfZeq4hvCTEDNOWfRJgEA7344eHykVPiN +art4NmlwI5ok6nSMVIq9Q96y97AgygY= +=NznN +-----END PGP SIGNATURE----- diff --git a/ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub b/ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub new file mode 100644 index 0000000..416f455 --- /dev/null +++ b/ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGz3nANcLtqUeUeh4BeJAjDTcmAphE1aUKEoTqWz7T6x daniel.baumann@progress-linux.org diff --git a/ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig b/ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig new file mode 100644 index 0000000..c2e11cb --- /dev/null +++ b/ssh-keys/sysadmin@progress-linux.org/daniel.baumann@progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx9AACgkQVc8b+Yar +uccIFRAArNu0Tbde6NDhvZ/hZL0QMgh4Zzm2Ne25bkjUcSnVaexeoYJY9IP6Yx9F +F0mOn12WCHz88Rr/CbBP4TukrAxOpt/vR7fuQv0If8bUvRZewCfQClrGepVNxHkZ +2a5u9/NqinABabVXtkZbBpBAaErVnH0DZZqm318EhEUx2qaMUvgkfOFC7ls1vlMQ +UrK37cTCE+ASxZAeSFEAMLoYdJf5r3oseLfSCM9IFnWlWcANO7K6ZM6DonGe3s/X +ECTk3jKorjkfDnUL/TLQ7a5/2gjvffNi/FdAmNXiURfbns/zFi7sbC/VRz8UihWi +nxJtXf+XVQwMC/2kvWIshm6x7vDPYg/WHAqyilfU4kcjtejAm9KM+1sPz+kMbUyZ +vMJjNPelw5Z0BtG7l7aooePjtK+2mfvQYjbgBHQ+xug5N60sr1KmtfoZPblibNGo +B7qlQ143/YVyiqQIDlnRL/PKkeRe6v0ZVcTmMS8SiWKXXT60FivZFZCHK/m+xhTh +vCVZ1KlBCyGIIESRqv65qDmReyjwyQnGkiPsW75GGcUxW4q2KkiBludq0OZYiQdv +q2zt+Dtz09XO5i8lBttxhQXGVU2tz+QG1GYOLfQaNb3vkNEH5gWF2WhM6qKMCEJA +6f2mdUa5rGwaI2NgrODVVKn1FaStW91slTc9b9U5A7UMxAD7yR8= +=s4IU +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF90ACgkQbz5hUxY+ +BXfuSBAArQA5t48wTORZO1QB7TFCMaA+RxIF7ghK5uXR4qteULhrD4MGP7anocy4 +YKywZSCgnj2pja1t2u9iRF43jYSTYVPlzQW9Ad0kQm9jM+H0f38cvRM81qs8Lwn4 +0IdKCpTp1H4+yNKJh1jlpkmFcE/1HazvSjiGJH4f9CvRRJJJHYXQzu7jccreNRPB +ySPpg56khsiGTbOx+6TDZQnOIKDLCmeEdCI+CEG+8HBA+gujx4IOSrZ8wV96pTSf +C8/HgySXC3kUjXCXttVNaP2B6h4qaxsmdV2NDees0KBPMA864wwycoNpdzSs/Xq1 +NfjoK+v1Bv32jhPPP1XdmXkBnCSmCFPF54fligOF+Gyb9Mfne49aDEkp+i04o1U5 +EoRL0XZi+eAGHe6SiKmcZmUQqbjQZCbrZxiwCW/DQYvzvkgEMhe9Vdnf8TRzWUhi +yntJGHUCTtc3/HvMGQ2WgVZz4LNhSkYl9PeCixrdPKT7R4MXQOsMLHwwTcLrhQYK +6c3hkw1cmik6mkGQ+OR6cr/fzV0D0TaIueyh/g0nsk/LzIsl2n8hneSiqD9Udlwz +MBVi5ILeGj9CIgfhl+jj120WlSKxGt477nD4wH49GqAcxiQZF0hEPW+znXXJMbDm +Jhq47wxLsjvf0/Xtw3sUObPlINkh1MCgFruWvLlbGXvF66Zibeo= +=4pDC +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIJEgAKCRDWSi+uCV73 +mV8rAQDOsiHyUp98OTvCsA+JHdLB7zltJexpmCOXxW7KMnSq7AD/b6DF2OQ+q1zs +5mD64OU5rBmoMOPSD33cNtFHy6G9ZwU= +=PEJx +-----END PGP SIGNATURE----- diff --git a/ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub b/ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub new file mode 100644 index 0000000..22069a1 --- /dev/null +++ b/ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMesORsH/X1y13S9Y3jdBUOg7TaHsXqH3SZnavCUtyJU system-administration@progress-linux.org diff --git a/ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig b/ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig new file mode 100644 index 0000000..d0481ec --- /dev/null +++ b/ssh-keys/sysadmin@progress-linux.org/system-administration@progress-linux.org.pub.sig @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmYhx9AACgkQVc8b+Yar +ucfxwg/7Bzh7U/wrwhpu3ebejR2S9WXCdy9nBjl3iBRBfDFIsl+LtM2UkfDzFmYk +lHcj5VknoSmeeVUq7Rxpiat4Msytqg5moFnKD/DtdZO4gXWPOCuP5cGyaNeXzr8m +keDaQ5dnMcUenPdITCcCNM/fcv4RkOjPDn336RMz9XSDyOzYGohJ+A6xfNSX8FD3 +ITd7Y4H8zVlWa2UtDDA5oV1ZYJgZuwjSHzqSH4Yl5UOVRTGqwKjk/Sv+jQoEv+sj +66bwEEtJy+gaP1rn27p7cT1JWxPKMSGlEbZORhmJprmZ4Yb+3LMigSwLka2APoUb +lenCDtQpDDe5vzgs1RJqeJNB8AS8m1mzaZry2NY1cfbSe2lHC5vw1ldrEKdXoOhf +Id9r7SjbdHJLkCFI2Uz1mNEWD6sCsGCymYLANJG2ZeZIuTPdex4nefAYCoEG0lCS +3dJP/btC685d+hJ4jnWKm9ly1m9o1sB1M8x3MZe0s5MUAcdWUXZ67BgBAxskqc87 +ux0GuHxAp+S9F1C3WDlVtXdJIuY5N3dyMS/FKoTeYNb593nL5dZTtqp4XtKOo5t8 +cFa6g7fZ1efwOINroHozSuEJD6h8fh6SX7+xCo2CGTIzeygFzSQ1mjuYxz4/02Lc +H8s4JEMEdy7pOffcTAS0KTPYwHJcjXp+wjLbAs5nrc2VKpAwkSE= +=f9x/ +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEnpMtHgsxz4UK/Hmebz5hUxY+BXcFAmYiF90ACgkQbz5hUxY+ +BXcphA//fDiSjZ+8G16arlJQAlVwsnpNI/ZEpDFTao3xzFEwVksKMoxDbsLCG+Gt +42CfYwcJ1XkEwnT+5+0uCsHTdNQSf6QYdwX0fpnz9sX4qgoJDuTGGzd89DuPWPG6 +D0h6UG328b14k+ah4dnvman9l+h5h8E3v5K2Do1zw7teptyR5XNQ6dhGWSYEhQmg +NCJcwdH5m5HacK+Q42Q/A/EJ+XsrFjsgB7JFD+fvPB4WKA/95abfNqE5oX3k+/Lk +Irc4tQU9en3APBZBFfpTEB3iXNDlSwkE0khnt7wdtCDPhHm64W/77yBmOz99PIWy +W5gGGGGzt8oL53xBF2DdlRPw38jN75RGmzJzOHWGNvGpnTkK8t4aErZI5sckDnXy +ESQr3qKYh2PI+iesjFpMrBjyfSoT2Gc9ll1R+4O3t8wz/4BF/KvdimOj0c6rbb3i +Rl26jydf4DQOatzT8FaZ9+f9I31Fxr5EXJIwZF02GdBei+J5G3UqhJN4tBTCuDyY ++eHQUpDLrpAqrvdBL/Lh1KFfbQqfhfjq/a6+0712qehNmHzi3GlZjiB7a6OUHt1/ +/vaNSGFMP1TCIOjyQM6UFpW6muTwidCI9G6BzlQ4Oi7hNDooHHYvgIr1sxRm/Xn2 +ZR17pLe+IKMHJ/Wt9YAKACpCaT3pbvDGglCfKatBiurcE4R8Lik= +=rMmS +-----END PGP SIGNATURE----- +-----BEGIN PGP SIGNATURE----- + +iHUEABYIAB0WIQSQD23K0grRgZ+eimrWSi+uCV73mQUCZiIJEgAKCRDWSi+uCV73 +mZt4AQDBwqcxotB5ikvmoYK++E3JsABgrYrqbu0zAyDFvDHPgwD7BBDx4+zg2RBr +bhY159qpTlnEGXOmH18WCBYwhbru6gQ= +=yb8h +-----END PGP SIGNATURE----- -- cgit v1.2.3