Package: apache2-data Priority: optional Section: httpd Installed-Size: 848 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.66-5myguard1~focal Filename: pool/main/a/apache2/apache2-data_2.4.66-5myguard1~focal_all.deb Size: 160132 MD5sum: d02cdb951dde25c30cd40f8541146019 SHA1: 9b39ad501bb40c9b1c06e0ac9ae847ceef313146 SHA256: a2b544c8663795c14252cefcf5133896a785ea171f9710352cea6ae17e1fcc7b SHA512: bffc35638bf4875f8106e6a2bbbac0828d1d985e89ea5cf562573f8eea36651f442a82240e9af89a7e66fc052deaddc430c038fe9c698fa9743c1d88511ff13c Description: Apache HTTP Server (common files) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains architecture-independent common files such as icons, error pages and static index files. Homepage: https://httpd.apache.org/ Multi-Arch: foreign Package: apache2-doc Priority: optional Section: doc Installed-Size: 25055 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.66-5myguard1~focal Recommends: apache2 Filename: pool/main/a/apache2/apache2-doc_2.4.66-5myguard1~focal_all.deb Size: 3912184 MD5sum: db48908574874b95e1c891a23ff25eb3 SHA1: 0fa4d3475832331bf8316e1b72e9d7bcabd23a87 SHA256: b4da33903c305c80fec7aa6a9fe792f7dc95192507eaf3a556dc91438ec62329 SHA512: bd347a15cf2e4a0a269cc5fad5d4d042623c2ceb47b9a21420e0c71dad2905e854fb1736a8af638c74a67d21099a1ab2066d352288525370848285ac748fe87b Description: Apache HTTP Server (on-site documentation) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides the documentation for the Apache 2 HTTP server. The documentation is shipped in HTML format and can be accessed from a local running Apache HTTP server instance or by browsing the file system directly. Homepage: https://httpd.apache.org/ Package: cis-hardening Priority: extra Section: admin Installed-Size: 867 Maintainer: Kevin Tanguy Architecture: all Version: 2310310043-3myguard1~focal Depends: patch Filename: pool/main/c/cis-hardening/cis-hardening_2310310043-3myguard1~focal_all.deb Size: 72244 MD5sum: 390a3877e46288adcc4b3f189026a1dd SHA1: a312e87446bb81c28f282e6711696bb90fbe2e5a SHA256: e5b311142fc62d626362c7f26888185fe77e20bc562a8ddff16edd026a1148b3 SHA512: c5e6ecb29d5399c254cb7c6b25dcb95e9688c45b1cbf8f54f4b2e4d9571bf4230ed3c3e5b6dfebf57decf1dac1d7024f12aa402107e9f57fe7547af91ae17e76 Description: Suite of configurable scripts to audit or harden a Debian. Modular Debian security hardening scripts based on cisecurity.org ⟨cisecurity.org⟩ recommendations. We use it at OVH ⟨https://www.ovh.com⟩ to harden our PCI-DSS infrastructure. Homepage: https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=debian7.100 Package: eatmydata Priority: optional Section: utils Installed-Size: 22 Maintainer: Mattia Rizzolo Architecture: all Source: libeatmydata Version: 131-11myguard42~focal Depends: libeatmydata1 (>= 131-11myguard42~focal) Filename: pool/main/libe/libeatmydata/eatmydata_131-11myguard42~focal_all.deb Size: 11124 MD5sum: 99ff1ab1c1dd928bd8cc821b0bc5d3a7 SHA1: e5cbeea392ad06dd8781713cb28eb0df60a58165 SHA256: a1adff1311f9679aa5d46e48798b6e7cc780b43e926167442883f6e6915cf815 SHA512: cb09a18ea7e07571d06a1d840c9886b8f78fb8ac8b5bfc9e337b3caf8bf9953d14db3a53759cef4e48511f8559b4d1b27715de24e5e045577f7267dae9eceb9b Description: Library and utilities designed to disable fsync and friends This package contains a small LD_PRELOAD library (libeatmydata) and a couple of helper utilities designed to transparently disable fsync and friends (like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. . You will find eatmydata useful if particular software calls fsync(), sync() etc. frequently but the data it stores is not that valuable to you and you may afford losing it in case of system crash. Data-to-disk synchronization calls are typically very slow on modern file systems and their extensive usage might slow down software significantly. It does not make sense to accept such a hit in performance if data being manipulated is not very important. . On the other hand, do not use eatmydata when you care about what software stores or it manipulates important components of your system. The library is called libEAT-MY-DATA for a reason. Homepage: https://www.flamingspork.com/projects/libeatmydata/ Package: golang-github-cavaliergopher-grab-dev Priority: optional Section: golang Installed-Size: 7085 Maintainer: Thijs Eilander Architecture: all Source: golang-github-cavaliergopher-grab Version: 3.0.1-3myguard1~focal Depends: pkg-config Filename: pool/main/g/golang-github-cavaliergopher-grab/golang-github-cavaliergopher-grab-dev_3.0.1-3myguard1~focal_all.deb Size: 3217904 MD5sum: 641667b58e94f81c7916ad587b667ed7 SHA1: 60f895921dc06c314fa6c792f8ae1a11d2a02396 SHA256: a8c44468a60727885e58109673ac05bdaa5af843ea558a52734bc256909f5ade SHA512: a5db746d62cef741f353f8a309b063271c010e208ee2cdfe152b94ac5a4907a822c682038f0e63dcbaf4ce2b211c6bb0f9e76cf883ba88f1d5af3ba279ead1bc Description: Grab is a Go package for downloading files from the internet with the following rad features: - Monitor download progress concurrently - Auto-resume incomplete downloads - Guess filename from content header or URL path - Safely cancel downloads using context.Context - Validate downloads using checksums - Download batches of files concurrently - Apply rate limiters Homepage: https://github.com/cavaliergopher/grab Package: libfido2-doc Priority: optional Section: doc Installed-Size: 1021 Maintainer: Yubico Open Source Maintainers Architecture: all Source: libfido2 Version: 1.17.0-3myguard5~focal Depends: libfido2-dev (<< 1.17.0-3myguard5~focal.1~), libfido2-dev (>= 1.17.0-3myguard5~focal) Filename: pool/main/libf/libfido2/libfido2-doc_1.17.0-3myguard5~focal_all.deb Size: 97476 MD5sum: 44d34b111196382d84e0127b95a0a638 SHA1: becc81a9c8525fa5f71edd171664ec69d9f84e3b SHA256: ca716667fc046e7dc54a284447471d73419e33214e0c2a2ea4d43007213550ef SHA512: 301912e6adce5528de0572bf7ac4d89002c7056f6e41d1af070795055b3baa13f12633d332b48fdb6f3f17e65739a04a7ce500cd497d2535a85b874a3441a62d Description: library for generating and verifying FIDO 2.0 objects -- documentation A library for communicating with a FIDO device over USB, and for verifying attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) are supported. . This package contains the library's documentation (manpages & HTML). Homepage: https://developers.yubico.com/libfido2/ Package: libfilesys-diskusage-perl Priority: optional Section: perl Installed-Size: 33 Maintainer: Thijs Eilander Architecture: all Version: 0.13-3myguard1~focal Depends: perl:any Filename: pool/main/libf/libfilesys-diskusage-perl/libfilesys-diskusage-perl_0.13-3myguard1~focal_all.deb Size: 10764 MD5sum: d971a7db6d3a541824337fb5979fbc65 SHA1: 906213acd582e6aa451343b336c6e08a0f1dc4b7 SHA256: 98c6d0e6ae6d4faae4041401d6d8df8249238fc4a34e88bb6f10b7f2c27378b2 SHA512: 9f868dd337cbf18251c291f1f266faee91d81d35a5e48ecc26830526a43d5f126c918fb801e1924717b51ba1b842d273b9d18a55853bc53e9aa4ef69fa696bd7 Description: fetch diskusage information from Perl This Perl module allows you to fetch filesize and usage information (such as the du command displays) from Perl. Homepage: https://metacpan.org/dist/Filesys-DiskUsage Package: libluajit-5.1-common Priority: optional Section: interpreters Installed-Size: 216 Maintainer: Thijs Eilander Architecture: all Source: luajit Version: 2.1-20250826-3myguard14~focal Filename: pool/main/l/luajit/libluajit-5.1-common_2.1-20250826-3myguard14~focal_all.deb Size: 45188 MD5sum: 83e0e53da55ef2e69fd8ddb2740f828b SHA1: 454653fa08ae934ffc4e4c769b664047dde2285f SHA256: be960884834a7570f13cfb12d3e0444af7c980f3dd5ca166cd3b6dd19c7644ed SHA512: 12552406bda6f79a9495af5ba96adc689f19f5bd8a7a407a46986607c4148e5181c73df11939cea7184964354ab0db0642abc7c0888434cf95f2e8c35d5e7e3e Description: Just in time compiler for Lua - common files This package contains files needed by the LuaJIT interpreter/jitter as well by its embeddable (i.e. library) version. Multi-Arch: foreign Package: lmdb-doc Priority: optional Section: doc Installed-Size: 2335 Maintainer: LMDB Architecture: all Source: lmdb Version: 0.9.35-3myguard5~focal Replaces: liblmdb-dev (<< 0.9.9-1) Breaks: liblmdb-dev (<< 0.9.9-1) Filename: pool/main/l/lmdb/lmdb-doc_0.9.35-3myguard5~focal_all.deb Size: 275708 MD5sum: 36ed768d1a1a57078b4814867d4367d9 SHA1: 2641aafbf4b979fa0c7eabd7d1557fd3ada883be SHA256: d4cb564150b404c747fe77c8eaecf0d8583859c7fbb62c18148f48b71c15292b SHA512: 203583f94434bb427b3901f14f0b64c5499a238893e90c8ba7a5590f29451499ae28bf2b2278680664eed52a18fe2cc88b88755e056cf6fe72baad3ef540d927 Description: Lightning Memory-Mapped Database doxygen documentation This package contains the doxygen generated documentation and the man pages for the LMDB library. . Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space, (it is not limited to the size of physical RAM). Homepage: http://symas.com/mdb/ Package: lua-resty-balancer Priority: optional Section: interpreters Installed-Size: 35 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-balancer_2605062051-3myguard1~focal_all.deb Size: 8160 MD5sum: 310ce479cd42d978223c33017c689343 SHA1: 8a4a60fca8ede48d71e99ea566ab3d0fee81c157 SHA256: d64a20d63e758f6444cdf5a30ed50222532c8590aec6cb5625bbe59bd8d109c9 SHA512: 6bce00df7b330d1f105cf89c290353b79d704868017b5a4c52d93c33ebcc1cb8ae031b3ecfc03ac2b8f2da2a46a27c107f794cd362826a840eb4e66ba242a937 Description: A generic consistent hash/round robin implementation for OpenResty/LuaJIT Homepage: https://deb.myguard.nl Package: lua-resty-core Priority: optional Section: interpreters Installed-Size: 270 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: libluajit-5.1-2, lua-resty-lrucache Suggests: lua-resty-balancer, lua-resty-dns, lua-resty-limit-traffic, lua-resty-lock, lua-resty-memcached, lua-resty-memcached-shdict, lua-resty-mysql, lua-resty-redis, lua-resty-shdict-simple, lua-resty-shell, lua-resty-string, lua-resty-upload, lua-resty-websocket, lua-resty-http, lua-tablepool, lua-resty-hmac, lua-resty-jwt, lua-resty-session, lua-resty-openidc Filename: pool/main/l/lua-resty/lua-resty-core_2605062051-3myguard1~focal_all.deb Size: 34124 MD5sum: d53af4495ae7bcdba1d27801bf029d84 SHA1: bbee55f2528876ad15ef5ce9f38d49604cd55f16 SHA256: 441efc181c668e37e9f35aa07dcc3cc19ac6d45fb43ac4cae9105c5b272dd44d SHA512: 17c5fee0efa84ee6e02817b64b4c1786792657544f336194a960a5b836b52807c0201f9ed2f3a6e52807534c0c2ce7515f45958b1e093315e0de9a9180f4ac1c Description: New FFI-based Lua API for ngx_http_lua_module and/or ngx_stream_lua_module Homepage: https://deb.myguard.nl Package: lua-resty-dns Priority: optional Section: interpreters Installed-Size: 32 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-dns_2605062051-3myguard1~focal_all.deb Size: 6000 MD5sum: b02493f286f4be52e7650792b07f57a9 SHA1: 7c92cede4f9beed623108ce0707527188742ccfc SHA256: f99a368e6cb117214ed63865bbe0bb6755e3ae601f28e910c8c9881c59ec908e SHA512: c5520968a67e7ce68a8d91c93ff9562cd21e8647e47b0dd4f405c105a32de6177e3e095cbbe1628ccad5d03577d27eb16e1c39e13ca065fdb9d5e86130f6519d Description: DNS resolver for the nginx lua module Homepage: https://deb.myguard.nl Package: lua-resty-hmac Priority: optional Section: interpreters Installed-Size: 12 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-hmac_2605062051-3myguard1~focal_all.deb Size: 2168 MD5sum: 8e08b9b7512ae1e4a5b9f60c110f9a01 SHA1: 7ca1f2d54929f01e535e73a3adae80561d83deb2 SHA256: 99c033b305d6bcaf42af3aafe825252f5249a3677b542ac37256721ef3ece22c SHA512: 1b50d7bafa60cff5426cdb2295e9b650c5bc2de5a66becb0cb2e6e278bceac105fbbed56a4d181b7d581a6b3a9ac5b8f6dd9f26bcbb7849eb4ab5a1404dfc804 Description: HMAC functions for ngx_lua and LuaJIT Homepage: https://deb.myguard.nl Package: lua-resty-http Priority: optional Section: interpreters Installed-Size: 55 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-http_2605062051-3myguard1~focal_all.deb Size: 11656 MD5sum: 907292abf52fa6481d961a1fad76b91f SHA1: 31ba181c9484d913e2ef1fb86df441a8b2e1d6c7 SHA256: cb039854f59cec67ab7053e7ae0a3ca6ab94c9ea30466504ec83cf01027a708f SHA512: 1b151887d365cf185755428dcd6c893f4c82d0894697fba235c24f96b72eeb32e955ac558469391558d17e17ebca51512b3b42a503f9738cf501c97100613b18 Description: Lua HTTP client cosocket driver for OpenResty / ngx_lua. Homepage: https://deb.myguard.nl Package: lua-resty-jwt Priority: optional Section: interpreters Installed-Size: 100 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-hmac, lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-jwt_2605062051-3myguard1~focal_all.deb Size: 19328 MD5sum: a7dc235aeb2c5cc1a60fba8975271766 SHA1: beadf1a431404e7d0f1b70130b79d7062ebe5e6d SHA256: a0c5219c32cb4c827df522ead813c3291367170522b0d7fe303393f0d9e3b75f SHA512: 607e2f933ded44e8caf1c830df0acacf69d7550a05f678d67d621372f740717aa2a2040a96858fbf9b52c505aa12cdf60dbb7af443ddcdabf5aa730e15741079 Description: JWT for ngx_lua and LuaJIT Homepage: https://deb.myguard.nl Package: lua-resty-limit-traffic Priority: optional Section: interpreters Installed-Size: 21 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-limit-traffic_2605062051-3myguard1~focal_all.deb Size: 3872 MD5sum: 283b6ea2808aaa60eb70298c37da7041 SHA1: 2df5292aab54bf7ca44c46fde231fa868b81bf89 SHA256: 57784cfe0913bf90b5cbcc0beb1b10e6ec83404c03eb10cf01ba23927348e801 SHA512: dc6216dc2bf3d3a31ce81506a6f65f7ddae39d35d07da130a29ba4e5b9e110a2c75a4508975b351fe5ea9a728108effd98819319fcb56057df53578a95235c98 Description: Lua library for limiting and controlling traffic in OpenResty/ngx_lua Homepage: https://deb.myguard.nl Package: lua-resty-lock Priority: optional Section: interpreters Installed-Size: 12 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-lock_2605062051-3myguard1~focal_all.deb Size: 2304 MD5sum: 3842d6e66efa0d245c06c92ef79af1de SHA1: 8ae80fd8d9e7daf9c0de390486c3368c8caab5d6 SHA256: 894d44e24fdf0cc5664c3339208edd7eb1b1abdba589bc6567c20caa53fda141 SHA512: 7a093e7f0876f20b6cbbb323c6f657c8ee93291ea22d520f0ff6927ae6dd4195195962bf16bd74c0cb29a9ceb6819446ea6eff14d48c0b8ec8a3b638e1fbcf3c Description: Simple nonblocking lock API for ngx_lua based on shared memory dictionaries Homepage: https://deb.myguard.nl Package: lua-resty-lrucache Priority: optional Section: interpreters Installed-Size: 34 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-lrucache_2605062051-3myguard1~focal_all.deb Size: 7676 MD5sum: 8ea97800cd5967f81f0d4c00f4fb9813 SHA1: 5ce277fa05167ebf93a529c5b6ed9ca14243d558 SHA256: ec8bcbb57cb99d4bcb825adf8159f660bb0c1018bb87161ae9ae77d156b99665 SHA512: abe33b44aaf7b6d4c9dd18d57a7594ea96ab4864efd9d5f560babc804e2d51023b1e48c9af8a7d95112af8f5c8fa96884fd60f65fc5f0c2b901dea06d28d8f93 Description: Lua-land LRU cache based on the LuaJIT FFI. Homepage: https://deb.myguard.nl Package: lua-resty-memcached Priority: optional Section: interpreters Installed-Size: 27 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-memcached_2605062051-3myguard1~focal_all.deb Size: 3672 MD5sum: 06ca7b7f76a1f7a4588aad1854746565 SHA1: e5e24e7b85e8257ddfdbbdcfb9114b5422e8276e SHA256: 3a804494d6d4be924cab72f6d231334fe79336e6c5b1cdb4a14b4df26c8ab2aa SHA512: d1e9370ee131097b443bb4fc2ff1afbec12da185928d161ff9089492609184fd3a9c948b7149665464b587f75e0e581785fd886309a4a02487c7e539069810f2 Description: Lua memcached client driver for the ngx_lua based on the cosocket API Homepage: https://deb.myguard.nl Package: lua-resty-memcached-shdict Priority: optional Section: interpreters Installed-Size: 17 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-memcached-shdict_2605062051-3myguard1~focal_all.deb Size: 2792 MD5sum: 1569e5cf4e45f043ce8ad2eb41d64532 SHA1: 6f2806a3d7c0268c6dc3a6e58500b7808ecf2d35 SHA256: 55d095f9e586b2b48dce76b6a28d6a734349bc91bfd5da55d3b928f84b556e08 SHA512: 931b3e5edf06dc1f62db7206698642a4d4bfbf0a3758c10bde277e11843be99e7697d7f673343bb9351c843801ea3269d5ccf2ff3d92dca472554df47b9034fe Description: Powerful memcached client with a shdict caching layer and many other features Homepage: https://deb.myguard.nl Package: lua-resty-mysql Priority: optional Section: interpreters Installed-Size: 55 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-mysql_2605062051-3myguard1~focal_all.deb Size: 11732 MD5sum: 4c316e13a6e71d5ebfe01dc6b33c4a90 SHA1: fc60ca736ed066208cc5e6e38e126b961ca2d53b SHA256: 0727727bebbe38bf8af6fbea411197a8d3b35ec5dfb208e3ad74188ab32e72cc SHA512: 744c8703afa60d305d8d1abbabb9e49d817743ed5826afb682b1ee578f9ee05daa75832208c84bfe7a451347699611a9e27d3e231ace836db5b3d3529d05513f Description: Nonblocking Lua MySQL driver library for ngx_lua or OpenResty Homepage: https://deb.myguard.nl Package: lua-resty-openidc Priority: optional Section: interpreters Installed-Size: 69 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-cjson, lua-resty-core, lua-resty-string, lua-resty-http, lua-resty-session, lua-resty-jwt Filename: pool/main/l/lua-resty/lua-resty-openidc_2605062051-3myguard1~focal_all.deb Size: 15048 MD5sum: 673b08fae258dc3ed12395696aae19b5 SHA1: b87edc02c50df7fe95ee49bf9cf688eeedeaad40 SHA256: 2580dd3426f78be16841f913fa4c95e777fafcdba8cfa7f5ba9fd00105895e54 SHA512: 24f92892bb0aef6a013ecc7b3d76a6952a814ce74c703f84b56792018bdd90789a8493b7bfa360834feff1abf53b10ac85a97579c4a3d13fffc99b4d3b11d8f2 Description: a library for NGINX implementing the OpenID Connect Relying Party (RP) and/or the OAuth 2.0 Resource Server (RS) functionality. Homepage: https://deb.myguard.nl Package: lua-resty-redis Priority: optional Section: interpreters Installed-Size: 24 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-redis_2605062051-3myguard1~focal_all.deb Size: 4540 MD5sum: bcb3ad637c4b876f274fa42125b4d09f SHA1: 9622f3686ccefce7534c6d18ee8c706a03a8a5ae SHA256: a2db774cdc8f6fd102c89e6098ccc77e9be226d23c13c1c7464801766806cc1c SHA512: c7cff16ea6831eff3465b859ff292003ead83b778c778e84f8f495a63b148738a4ba949fcb4339781b4ccfe7f713836bf5fd431be3eee8cfdd5c591fa8b1e02c Description: Lua redis client driver for the ngx_lua based on the cosocket API Homepage: https://deb.myguard.nl Package: lua-resty-session Priority: optional Section: interpreters Installed-Size: 217 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-session_2605062051-3myguard1~focal_all.deb Size: 29836 MD5sum: 17c6639d006ee4ad3eb15ee987c9da65 SHA1: c1c1835b85b091ba612c3e3b62d8c288a8066ad7 SHA256: d88cee7b1425df75a7b60b92c411b3f5ca6c2c26ed8da8f64d9341a851a5061c SHA512: cbe3da8f4beb19265325b50ceb1fa2de66ecf2fe2514a4e4f5fc4ce4cedf6a056bf5a80c6c38ecb56b2f56f971e47af761a202d95fc05627a1989c7a92b04214 Description: lua-resty-session is a secure, and flexible session library for OpenResty. Homepage: https://deb.myguard.nl Package: lua-resty-shdict-simple Priority: optional Section: interpreters Installed-Size: 11 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-shdict-simple_2605062051-3myguard1~focal_all.deb Size: 1744 MD5sum: 6340ec4edd0284fe17d632e074ad1a61 SHA1: 73a9447b3a8cdb3b0bba3539f09b475686b89c68 SHA256: b481495bdd0d30532e3d09709ba5fdfa56ef4a656f6805365ddca8b680c0f160 SHA512: d07faa469a3ec2f9f40be00cba25412392836589b1fef5b0b9760ff394b7c6d622c838015b98c4bcedf399a393a0886700e86d4a78827d16c08a60367bb98415 Description: Lua library for killing or sending signals to UNIX processes Homepage: https://deb.myguard.nl Package: lua-resty-shell Priority: optional Section: interpreters Installed-Size: 12 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-shell_2605062051-3myguard1~focal_all.deb Size: 2068 MD5sum: 6a6664aadd9cc5b6617773552c9317cc SHA1: 15f885d396482932b07410ca704b292a4eaa687b SHA256: ec8d9359f045e81df4d625c85ef10dc50bad4be8acb18f0884e436b5aa658791 SHA512: ec90d7f0e9023dccad925c650b6865a430bd3d2d59dda0e5301696a3203a2971642ee8495b58b987397d35e2f65e5e1b451b81a34798410053d7a967bb08fb8a Description: Lua module for nonblocking system shell command executions Homepage: https://deb.myguard.nl Package: lua-resty-signal Priority: optional Section: interpreters Installed-Size: 25 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-signal_2605062051-3myguard1~focal_all.deb Size: 3312 MD5sum: ca7318ec3ed9c34097ce74907b437789 SHA1: a4323f6ab40f62f901a47fd6f798258a25980f60 SHA256: db3cff9476a0fe4b2dc2d9aab7dfa5a11b4c91e4120908c6e469a8cbec60a42d SHA512: a173f96196e5f445d3b915e37afc0cabd741cb643a8a52e576dce4f7dcdde248224f70d7258247fe83ebae636e005c118a4705f0ce8c2bd9045990c0da7ac882 Description: Lua library for killing or sending signals to UNIX processes Homepage: https://deb.myguard.nl Package: lua-resty-string Priority: optional Section: interpreters Installed-Size: 33 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-string_2605062051-3myguard1~focal_all.deb Size: 4688 MD5sum: 7cd75321e709be700635f5596bf56b5c SHA1: 1ef55fe1ad21908316da0d9636d2c16ec7552708 SHA256: 84cc563b775c7a8bd6a57b2f34978a1f6373552b4ae45e9216a309679fb104e3 SHA512: c37bf7db501935153916fd7c4bdeba1e9ba9221b8124e3568b31a4756aad383cbb0865e006a7a4794ddc4c28c81146f72b268d17fd5be22721a683f065c67869 Description: String utilities and common hash functions for ngx_lua and LuaJIT Homepage: https://deb.myguard.nl Package: lua-resty-upload Priority: optional Section: interpreters Installed-Size: 14 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-upload_2605062051-3myguard1~focal_all.deb Size: 2596 MD5sum: b155e7bb61d86c77a2aab1739549d688 SHA1: 565f956483cfcf1dbfe604fbbdcea85db69ffd0f SHA256: 292f3c00bb8a094c312f76b131a2e107fbcb677a723a0350b089c3bb169d073d SHA512: 0d0cee03d0a8dab81fa3d2f5308c03a6ee4c54c1d8a6362437f1f6e443ed6fabd084e5374ce785a036f6f467b7957565459055d959221a64f4d94de986d2319e Description: Streaming reader and parser for http file uploading based on ngx_lua cosocket Homepage: https://deb.myguard.nl Package: lua-resty-upstream-healthcheck Priority: optional Section: interpreters Installed-Size: 31 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-upstream-healthcheck_2605062051-3myguard1~focal_all.deb Size: 5456 MD5sum: f9316aa6408b4576c694fbf241a740d4 SHA1: 3d7c10c8014be9d36f84ebbd8d7414ce81af57b0 SHA256: e14fbcf6b9c49df57321bfe85ec5543a7e9d575a7771b282d06230f74e0021a5 SHA512: 64e417cc88f5336307f3bd488eb4ca13f3c36ca39959da05137951b5d7c7794bce1bd300dc93d577b8d37eedcce61170b0d9dd5875dc35e94171820f397faa43 Description: Health Checker for Nginx Upstream Servers in Pure Lua Homepage: https://deb.myguard.nl Package: lua-resty-websocket Priority: optional Section: interpreters Installed-Size: 34 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Depends: lua-resty-core Filename: pool/main/l/lua-resty/lua-resty-websocket_2605062051-3myguard1~focal_all.deb Size: 5904 MD5sum: d41665af11c7db8b7feb9c14116ad85f SHA1: 91294b14128276732370e2758aa559c2e947753f SHA256: 033b4794b0f058b5797880779f6940012ce71dca5a2c5aea2f1fa42de4306e6a SHA512: b951e2839bbc15595380926ec535822770e5ad81aff2d62107cd5737304d3ef662acbff5f71c201217677ad45e82940ac1cf3c635c3166bf644753d4cd1320ad Description: WebSocket support for the ngx_lua module (and OpenResty) Homepage: https://deb.myguard.nl Package: lua-tablepool Priority: optional Section: interpreters Installed-Size: 9 Maintainer: Thijs Eilander Architecture: all Source: lua-resty Version: 2605062051-3myguard1~focal Suggests: lua-resty-core Filename: pool/main/l/lua-resty/lua-tablepool_2605062051-3myguard1~focal_all.deb Size: 1400 MD5sum: 969b966805aa7366cd8c270898c672cb SHA1: ca52cf25c4b28f419f7e1c45cdd9a120d959414c SHA256: 0476eba7c33c2801eaf4ae1e785b4416b35b5b241b9e448abde5c9b319d38021 SHA512: 7a02a2fb17f4127be19ecd965a564d9c5fd5fbf1efa592a51f571c2c19f3e63dc8da32b3fdbfe7dd87913836ac467d2354529a7700492514755788438ff4c59c Description: Lua table recycling pools for LuaJIT Homepage: https://deb.myguard.nl Package: modsecurity-crs Priority: optional Section: httpd Installed-Size: 1813 Maintainer: Thijs Eilander Architecture: all Version: 4.23.0.260224-3myguard1~focal Recommends: libmodsecurity3 Suggests: lua, geoip-database-contrib, python Filename: pool/main/m/modsecurity-crs/modsecurity-crs_4.23.0.260224-3myguard1~focal_all.deb Size: 222448 MD5sum: 6b4a6856e1596eda9d5fc0deaf47de7d SHA1: 3f19fd95c9be39ecb369f9cf253c734529e8142f SHA256: 71052d027370c2a56bf39a437a609a73775dd80b5c16d359baf404605aecdce0 SHA512: 776412278b75a764384f272545ad38b82899f0a3710ab6891cb7c8eee3c74203d5c76621be94e28a1789558ccce8b13a83cce928b65e43e8240abcae009d269a Description: OWASP ModSecurity Core Rule Set The OWASP® ModSecurity Core Rule Set (CRS) is a set of generic attack detection rules for use with ModSecurity or compatible web application firewalls. The CRS aims to protect web applications from a wide range of attacks, including the OWASP Top Ten, with a minimum of false alerts. . Core Rules use the following techniques: HTTP request validation, HTTP protocol anomalies, Global constraints, HTTP Usage policy, Malicious client software detection, Generic Attack Detection (SQL injection, Cross Site Scripting, OS Command Injection, ColdFusion, PHP and ASP injection, etc.), Trojans & Backdoors Detection, Error Detection, XML Protection, Search Engine Monitoring. Homepage: https://coreruleset.org/ Package: myguard Priority: optional Section: misc Installed-Size: 21 Maintainer: Thijs Eilander Architecture: all Version: 260514-1myguard3~focal Filename: pool/main/m/myguard/myguard_260514-1myguard3~focal_all.deb Size: 3864 MD5sum: 5729868a24978f63c9bacf3a3fd8f732 SHA1: 3a4ad3d0bcb9c146f8a4f8cc515ddf4d111f3218 SHA256: a4e16842330c53be2a0cf5fd5d2dc3d7749d0a5a62751c849961a1c810c2c25d SHA512: 7783f6bf9e03fd1bfcb78c49e817ca41d1e79c47f3a5fbbc85674c2e93ecae6c1d5c6c7e67ecd708a9a186ecd2f1f28f2c88ef622af6fd56147481ed99d954ac Description: Installs deb.myguard.nl als trusted repo Homepage: https://deb.myguard.nl Package: postfix-doc Priority: optional Section: doc Installed-Size: 4592 Maintainer: LaMont Jones Architecture: all Source: postfix Version: 3.11.2-3myguard2~focal Suggests: postfix Filename: pool/main/p/postfix/postfix-doc_3.11.2-3myguard2~focal_all.deb Size: 1061712 MD5sum: 1b90bbff0e828b195e7ee7d4db6e569a SHA1: 7760b54110a376ce5b249f2303f8e193f3e2af3a SHA256: b27eedf3d9283c0656d6e4c28ff239a35208a6028743335f8e908b87ce3475bf SHA512: ad4829a8457bc40d3c6225a8dae79630d41911a98abba16e08e2455e27fe37ede7a09954250579f4e3d612ec81f0b754b55b2a6e06fc57b63d06253bf8be6643 Description: Documentation for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. . This package provides the documentation for Postfix. Homepage: https://www.postfix.org Package: redis Priority: optional Section: database Installed-Size: 19 Maintainer: Chris Lamb Architecture: all Version: 5:8.6.2-3myguard1~focal Depends: redis-server (<< 5:8.6.2-3myguard1~focal.1~), redis-server (>= 5:8.6.2-3myguard1~focal) Filename: pool/main/r/redis/redis_8.6.2-3myguard1~focal_all.deb Size: 7316 MD5sum: 4e6682aa85489c66363e36f7fc0e1ef0 SHA1: 137931030ec5f5726fc76055d41b72b817086ab0 SHA256: 310f2fb9c01e5352f54035e95ad3767b0ab9a09a53b9d0e709fe1a8a4582cdda SHA512: 394b58c9365d1de030ca199d55c521581ae80ea317c0286ebb3b450461306d92ae63c80689ec47f472a555c74c86275a4d821547d2a28cdbf05efa09ce82dc9f Description: Persistent key-value database with network interface (metapackage) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. . This package depends on the redis-server package. Homepage: https://redis.io/ Package: valkey Priority: optional Section: database Installed-Size: 18 Maintainer: Chris Lamb Architecture: all Version: 7.2.6-3myguard1~focal Depends: valkey-server (<< 7.2.6-3myguard1~focal.1~), valkey-server (>= 7.2.6-3myguard1~focal) Filename: pool/main/v/valkey/valkey_7.2.6-3myguard1~focal_all.deb Size: 6364 MD5sum: de4b475ab834ad998cad29f6ec0a9f1e SHA1: 44a661402f968e31a56e98f3478bd5abc4e84212 SHA256: 451c54412a9e3da948a4d7fd4be686e997d7a0e5f8f84b5474e33f4e9288eab7 SHA512: 65d3333a8023f00d22f011985ae61d5698d21bc03d1ef72203d28fa25a0f0721f2398db2cebfb2aaf2b2b1b2d5270df75c4dad867ecc95b35dfc494ae562f7be Description: Persistent key-value database with network interface (metapackage) valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. . This package depends on the valkey-server package. Package: wait-for-it Priority: optional Section: misc Installed-Size: 19 Maintainer: Thijs Eilander Architecture: all Version: 211228-3myguard1~focal Filename: pool/main/w/wait-for-it/wait-for-it_211228-3myguard1~focal_all.deb Size: 4364 MD5sum: 7b6bbad496cf47f26c6726e809a18135 SHA1: 25b105104623e877a9c0c3466b4f8f17eba2f54c SHA256: 78efa64c89a2aa1e624bb98d04195591768436dff4cc86f90f6b5ad80e178118 SHA512: 886fa574a5c071c5b8a1d195199e83cc2b4eabe5bb65eebebb70629483bbc1466cff902be513284a3ede854e07d244c2f481fb7220d993e2ca2ca756dbc48630 Description: script that will wait on the availability of a host and TCP port wait-for-it is a pure bash script that will wait on the availability of a host and TCP port. It is useful for synchronizing the spin-up of interdependent services, such as linked docker containers. Since it is a pure bash script, it does not have any external dependencies. Homepage: https://github.com/vishnubob/wait-for-it