{"id":35128,"name":"3rdparty/pfs","ecosystem":"submodules","repository_url":null,"issues_count":5,"created_at":"2025-06-07T22:20:15.329Z","updated_at":"2025-06-07T22:20:15.329Z","purl":"pkg:submodules/3rdparty/pfs","unique_repositories_count":0,"unique_repositories_count_past_30_days":0,"recent_issues":[{"uuid":"2560152069","node_id":"PR_kwDOGfTbzc6YmNIF","number":193,"state":"open","title":"Bump 3rdparty/pfs from `feeb3e0` to `a4d3916`","user":"dependabot[bot]","labels":["dependencies","submodules"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-02T10:41:43.000Z","updated_at":"2025-06-02T10:41:44.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"3rdparty/pfs","old_version":"`feeb3e0`","new_version":"`a4d3916`","repository_url":"https://github.com/dtrugman/pfs"}],"path":null,"ecosystem":"submodules"},"body":"Bumps [3rdparty/pfs](https://github.com/dtrugman/pfs) from `feeb3e0` to `a4d3916`.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/a4d3916b90867815ee9881bd2b380da98f5e87c3\"\u003e\u003ccode\u003ea4d3916\u003c/code\u003e\u003c/a\u003e Use uint64_t for maps and smaps for better support on 32-bit systems\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/fae236732ba723e96e2386de6749f41c7d6df3ff\"\u003e\u003ccode\u003efae2367\u003c/code\u003e\u003c/a\u003e Use ino64_t instead of ino_t to avoid issues on 32-bit machines\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/11c466c9cd4cc7dda07a7c51ba9e1852c75b59ea\"\u003e\u003ccode\u003e11c466c\u003c/code\u003e\u003c/a\u003e Upgrade the block stats to 64-bit counters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/b2276980b6855686225df1441fd401a95b37f8bb\"\u003e\u003ccode\u003eb227698\u003c/code\u003e\u003c/a\u003e Add bug case to the automated test case\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/be7da6898dc419c7af4423c3a3db4ee02836e175\"\u003e\u003ccode\u003ebe7da68\u003c/code\u003e\u003c/a\u003e Cleanup: Remove unused includes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/1e9dba9534570ff43c26502c021b3fcb445d1e7a\"\u003e\u003ccode\u003e1e9dba9\u003c/code\u003e\u003c/a\u003e Use a helper method to parse vm flags as well\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/aed4efb4551613a75cd2e6a790b90697a9f958eb\"\u003e\u003ccode\u003eaed4efb\u003c/code\u003e\u003c/a\u003e Use simpler logic to detect smaps header\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/8b4b1c3a5b59f8e7366e9ddcdb34f9d52314273c\"\u003e\u003ccode\u003e8b4b1c3\u003c/code\u003e\u003c/a\u003e Rename some components from mem_map to smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/85eba2b5349235a0c0ede4385f136f8516d6ac22\"\u003e\u003ccode\u003e85eba2b\u003c/code\u003e\u003c/a\u003e Implement a parser for /proc/smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/d10aa285b57c05c9f52b18f294d5ce3f922883c1\"\u003e\u003ccode\u003ed10aa28\u003c/code\u003e\u003c/a\u003e Refactor: Extract utils::parse_memory_size()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dtrugman/pfs/compare/feeb3e00dcc0d569d73b18a0d6fea445088c0917...a4d3916b90867815ee9881bd2b380da98f5e87c3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/zeek/zeek-agent-v2/pull/193","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeek%2Fzeek-agent-v2/issues/193","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/193/packages"},{"uuid":"2543606707","node_id":"PR_kwDOGfTbzc6XnFuz","number":192,"state":"closed","title":"Bump 3rdparty/pfs from `feeb3e0` to `11c466c`","user":"dependabot[bot]","labels":["dependencies","submodules"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-06-02T10:41:46.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-05-26T10:10:21.000Z","updated_at":"2025-06-02T10:41:46.000Z","time_to_close":606685,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"3rdparty/pfs","old_version":"`feeb3e0`","new_version":"`11c466c`","repository_url":"https://github.com/dtrugman/pfs"}],"path":null,"ecosystem":"submodules"},"body":"Bumps [3rdparty/pfs](https://github.com/dtrugman/pfs) from `feeb3e0` to `11c466c`.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/11c466c9cd4cc7dda07a7c51ba9e1852c75b59ea\"\u003e\u003ccode\u003e11c466c\u003c/code\u003e\u003c/a\u003e Upgrade the block stats to 64-bit counters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/b2276980b6855686225df1441fd401a95b37f8bb\"\u003e\u003ccode\u003eb227698\u003c/code\u003e\u003c/a\u003e Add bug case to the automated test case\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/be7da6898dc419c7af4423c3a3db4ee02836e175\"\u003e\u003ccode\u003ebe7da68\u003c/code\u003e\u003c/a\u003e Cleanup: Remove unused includes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/1e9dba9534570ff43c26502c021b3fcb445d1e7a\"\u003e\u003ccode\u003e1e9dba9\u003c/code\u003e\u003c/a\u003e Use a helper method to parse vm flags as well\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/aed4efb4551613a75cd2e6a790b90697a9f958eb\"\u003e\u003ccode\u003eaed4efb\u003c/code\u003e\u003c/a\u003e Use simpler logic to detect smaps header\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/8b4b1c3a5b59f8e7366e9ddcdb34f9d52314273c\"\u003e\u003ccode\u003e8b4b1c3\u003c/code\u003e\u003c/a\u003e Rename some components from mem_map to smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/85eba2b5349235a0c0ede4385f136f8516d6ac22\"\u003e\u003ccode\u003e85eba2b\u003c/code\u003e\u003c/a\u003e Implement a parser for /proc/smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/d10aa285b57c05c9f52b18f294d5ce3f922883c1\"\u003e\u003ccode\u003ed10aa28\u003c/code\u003e\u003c/a\u003e Refactor: Extract utils::parse_memory_size()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/826a30e9d70fa71c54192b237881de32b6cb47df\"\u003e\u003ccode\u003e826a30e\u003c/code\u003e\u003c/a\u003e Cleanup: Remove unused includes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/6c69d44a01ce898ec96c83103be2fca4d69677ba\"\u003e\u003ccode\u003e6c69d44\u003c/code\u003e\u003c/a\u003e Support qmux socket paths\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dtrugman/pfs/compare/feeb3e00dcc0d569d73b18a0d6fea445088c0917...11c466c9cd4cc7dda07a7c51ba9e1852c75b59ea\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/zeek/zeek-agent-v2/pull/192","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeek%2Fzeek-agent-v2/issues/192","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/192/packages"},{"uuid":"3039221639","node_id":"PR_kwDOGfTbzc6U6fAl","number":187,"state":"closed","title":"Bump 3rdparty/pfs from `feeb3e0` to `961e00d`","user":"dependabot[bot]","labels":["dependencies","submodules"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-05-26T10:10:23.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-05-05T10:18:04.000Z","updated_at":"2025-05-26T10:10:24.000Z","time_to_close":1813939,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"3rdparty/pfs","old_version":"`feeb3e0`","new_version":"`961e00d`","repository_url":"https://github.com/dtrugman/pfs"}],"path":null,"ecosystem":"submodules"},"body":"Bumps [3rdparty/pfs](https://github.com/dtrugman/pfs) from `feeb3e0` to `961e00d`.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/961e00d633570f4cb300ad837855b96077f4945e\"\u003e\u003ccode\u003e961e00d\u003c/code\u003e\u003c/a\u003e add function to read task audit session id\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/28256ed765c3f2690583c8dcb5e7e6b5c4e46445\"\u003e\u003ccode\u003e28256ed\u003c/code\u003e\u003c/a\u003e Avoid static const variables in types.hpp\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/436f9c39fd4c27fd0defabac985d9edfdccc30b6\"\u003e\u003ccode\u003e436f9c3\u003c/code\u003e\u003c/a\u003e fix: no member named 'inserter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/c4dfe385dc43bba1dc9d944de6306034b093a0b1\"\u003e\u003ccode\u003ec4dfe38\u003c/code\u003e\u003c/a\u003e fix: arithmetic between different enumeration types\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/0d835d15cee81d77f2534ea90f263bbcf7b8af39\"\u003e\u003ccode\u003e0d835d1\u003c/code\u003e\u003c/a\u003e fix(package.xml): install ROS package xml file\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/9e2b9e6e7c61800da68a7b848955eba16b3b0ca8\"\u003e\u003ccode\u003e9e2b9e6\u003c/code\u003e\u003c/a\u003e Implement buddyinfo suggestions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/2709212ac92d16c2ceadae2f83dcaffd480c88bf\"\u003e\u003ccode\u003e2709212\u003c/code\u003e\u003c/a\u003e Account for variable columns in /proc/buddyinfo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/4f7185e97a6622f90f8534db4dbdb6009f86f524\"\u003e\u003ccode\u003e4f7185e\u003c/code\u003e\u003c/a\u003e Update package.xml version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/f0108fd792dbad09671e9e7e47b3ab4f71592392\"\u003e\u003ccode\u003ef0108fd\u003c/code\u003e\u003c/a\u003e Add \u003ccode\u003epackage.xml\u003c/code\u003e for ROS2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/a16e95ff0bf6bf4438dfe187fc00c838db5f07b5\"\u003e\u003ccode\u003ea16e95f\u003c/code\u003e\u003c/a\u003e Remove explicit --std=c++11 compile-option\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dtrugman/pfs/compare/feeb3e00dcc0d569d73b18a0d6fea445088c0917...961e00d633570f4cb300ad837855b96077f4945e\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/zeek/zeek-agent-v2/pull/187","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeek%2Fzeek-agent-v2/issues/187","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/187/packages"}],"issue_packages":[{"old_version":"`feeb3e0`","new_version":"`a4d3916`","update_type":null,"path":null,"pr_created_at":"2025-06-02T10:41:43.000Z","version_change":"`feeb3e0` → `a4d3916`","issue":{"uuid":"2560152069","node_id":"PR_kwDOGfTbzc6YmNIF","number":193,"state":"open","title":"Bump 3rdparty/pfs from `feeb3e0` to `a4d3916`","user":"dependabot[bot]","labels":["dependencies","submodules"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-02T10:41:43.000Z","updated_at":"2025-06-02T10:41:44.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"3rdparty/pfs","old_version":"`feeb3e0`","new_version":"`a4d3916`","repository_url":"https://github.com/dtrugman/pfs"}],"path":null,"ecosystem":"submodules"},"body":"Bumps [3rdparty/pfs](https://github.com/dtrugman/pfs) from `feeb3e0` to `a4d3916`.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/a4d3916b90867815ee9881bd2b380da98f5e87c3\"\u003e\u003ccode\u003ea4d3916\u003c/code\u003e\u003c/a\u003e Use uint64_t for maps and smaps for better support on 32-bit systems\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/fae236732ba723e96e2386de6749f41c7d6df3ff\"\u003e\u003ccode\u003efae2367\u003c/code\u003e\u003c/a\u003e Use ino64_t instead of ino_t to avoid issues on 32-bit machines\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/11c466c9cd4cc7dda07a7c51ba9e1852c75b59ea\"\u003e\u003ccode\u003e11c466c\u003c/code\u003e\u003c/a\u003e Upgrade the block stats to 64-bit counters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/b2276980b6855686225df1441fd401a95b37f8bb\"\u003e\u003ccode\u003eb227698\u003c/code\u003e\u003c/a\u003e Add bug case to the automated test case\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/be7da6898dc419c7af4423c3a3db4ee02836e175\"\u003e\u003ccode\u003ebe7da68\u003c/code\u003e\u003c/a\u003e Cleanup: Remove unused includes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/1e9dba9534570ff43c26502c021b3fcb445d1e7a\"\u003e\u003ccode\u003e1e9dba9\u003c/code\u003e\u003c/a\u003e Use a helper method to parse vm flags as well\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/aed4efb4551613a75cd2e6a790b90697a9f958eb\"\u003e\u003ccode\u003eaed4efb\u003c/code\u003e\u003c/a\u003e Use simpler logic to detect smaps header\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/8b4b1c3a5b59f8e7366e9ddcdb34f9d52314273c\"\u003e\u003ccode\u003e8b4b1c3\u003c/code\u003e\u003c/a\u003e Rename some components from mem_map to smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/85eba2b5349235a0c0ede4385f136f8516d6ac22\"\u003e\u003ccode\u003e85eba2b\u003c/code\u003e\u003c/a\u003e Implement a parser for /proc/smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/d10aa285b57c05c9f52b18f294d5ce3f922883c1\"\u003e\u003ccode\u003ed10aa28\u003c/code\u003e\u003c/a\u003e Refactor: Extract utils::parse_memory_size()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dtrugman/pfs/compare/feeb3e00dcc0d569d73b18a0d6fea445088c0917...a4d3916b90867815ee9881bd2b380da98f5e87c3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/zeek/zeek-agent-v2/pull/193","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeek%2Fzeek-agent-v2/issues/193","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/193/packages"}},{"old_version":"`feeb3e0`","new_version":"`11c466c`","update_type":null,"path":null,"pr_created_at":"2025-05-26T10:10:21.000Z","version_change":"`feeb3e0` → `11c466c`","issue":{"uuid":"2543606707","node_id":"PR_kwDOGfTbzc6XnFuz","number":192,"state":"closed","title":"Bump 3rdparty/pfs from `feeb3e0` to `11c466c`","user":"dependabot[bot]","labels":["dependencies","submodules"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-06-02T10:41:46.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-05-26T10:10:21.000Z","updated_at":"2025-06-02T10:41:46.000Z","time_to_close":606685,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"3rdparty/pfs","old_version":"`feeb3e0`","new_version":"`11c466c`","repository_url":"https://github.com/dtrugman/pfs"}],"path":null,"ecosystem":"submodules"},"body":"Bumps [3rdparty/pfs](https://github.com/dtrugman/pfs) from `feeb3e0` to `11c466c`.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/11c466c9cd4cc7dda07a7c51ba9e1852c75b59ea\"\u003e\u003ccode\u003e11c466c\u003c/code\u003e\u003c/a\u003e Upgrade the block stats to 64-bit counters\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/b2276980b6855686225df1441fd401a95b37f8bb\"\u003e\u003ccode\u003eb227698\u003c/code\u003e\u003c/a\u003e Add bug case to the automated test case\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/be7da6898dc419c7af4423c3a3db4ee02836e175\"\u003e\u003ccode\u003ebe7da68\u003c/code\u003e\u003c/a\u003e Cleanup: Remove unused includes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/1e9dba9534570ff43c26502c021b3fcb445d1e7a\"\u003e\u003ccode\u003e1e9dba9\u003c/code\u003e\u003c/a\u003e Use a helper method to parse vm flags as well\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/aed4efb4551613a75cd2e6a790b90697a9f958eb\"\u003e\u003ccode\u003eaed4efb\u003c/code\u003e\u003c/a\u003e Use simpler logic to detect smaps header\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/8b4b1c3a5b59f8e7366e9ddcdb34f9d52314273c\"\u003e\u003ccode\u003e8b4b1c3\u003c/code\u003e\u003c/a\u003e Rename some components from mem_map to smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/85eba2b5349235a0c0ede4385f136f8516d6ac22\"\u003e\u003ccode\u003e85eba2b\u003c/code\u003e\u003c/a\u003e Implement a parser for /proc/smaps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/d10aa285b57c05c9f52b18f294d5ce3f922883c1\"\u003e\u003ccode\u003ed10aa28\u003c/code\u003e\u003c/a\u003e Refactor: Extract utils::parse_memory_size()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/826a30e9d70fa71c54192b237881de32b6cb47df\"\u003e\u003ccode\u003e826a30e\u003c/code\u003e\u003c/a\u003e Cleanup: Remove unused includes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/6c69d44a01ce898ec96c83103be2fca4d69677ba\"\u003e\u003ccode\u003e6c69d44\u003c/code\u003e\u003c/a\u003e Support qmux socket paths\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dtrugman/pfs/compare/feeb3e00dcc0d569d73b18a0d6fea445088c0917...11c466c9cd4cc7dda07a7c51ba9e1852c75b59ea\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/zeek/zeek-agent-v2/pull/192","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeek%2Fzeek-agent-v2/issues/192","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/192/packages"}},{"old_version":"`feeb3e0`","new_version":"`961e00d`","update_type":null,"path":null,"pr_created_at":"2025-05-05T10:18:04.000Z","version_change":"`feeb3e0` → `961e00d`","issue":{"uuid":"3039221639","node_id":"PR_kwDOGfTbzc6U6fAl","number":187,"state":"closed","title":"Bump 3rdparty/pfs from `feeb3e0` to `961e00d`","user":"dependabot[bot]","labels":["dependencies","submodules"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-05-26T10:10:23.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-05-05T10:18:04.000Z","updated_at":"2025-05-26T10:10:24.000Z","time_to_close":1813939,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"3rdparty/pfs","old_version":"`feeb3e0`","new_version":"`961e00d`","repository_url":"https://github.com/dtrugman/pfs"}],"path":null,"ecosystem":"submodules"},"body":"Bumps [3rdparty/pfs](https://github.com/dtrugman/pfs) from `feeb3e0` to `961e00d`.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/961e00d633570f4cb300ad837855b96077f4945e\"\u003e\u003ccode\u003e961e00d\u003c/code\u003e\u003c/a\u003e add function to read task audit session id\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/28256ed765c3f2690583c8dcb5e7e6b5c4e46445\"\u003e\u003ccode\u003e28256ed\u003c/code\u003e\u003c/a\u003e Avoid static const variables in types.hpp\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/436f9c39fd4c27fd0defabac985d9edfdccc30b6\"\u003e\u003ccode\u003e436f9c3\u003c/code\u003e\u003c/a\u003e fix: no member named 'inserter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/c4dfe385dc43bba1dc9d944de6306034b093a0b1\"\u003e\u003ccode\u003ec4dfe38\u003c/code\u003e\u003c/a\u003e fix: arithmetic between different enumeration types\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/0d835d15cee81d77f2534ea90f263bbcf7b8af39\"\u003e\u003ccode\u003e0d835d1\u003c/code\u003e\u003c/a\u003e fix(package.xml): install ROS package xml file\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/9e2b9e6e7c61800da68a7b848955eba16b3b0ca8\"\u003e\u003ccode\u003e9e2b9e6\u003c/code\u003e\u003c/a\u003e Implement buddyinfo suggestions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/2709212ac92d16c2ceadae2f83dcaffd480c88bf\"\u003e\u003ccode\u003e2709212\u003c/code\u003e\u003c/a\u003e Account for variable columns in /proc/buddyinfo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/4f7185e97a6622f90f8534db4dbdb6009f86f524\"\u003e\u003ccode\u003e4f7185e\u003c/code\u003e\u003c/a\u003e Update package.xml version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/f0108fd792dbad09671e9e7e47b3ab4f71592392\"\u003e\u003ccode\u003ef0108fd\u003c/code\u003e\u003c/a\u003e Add \u003ccode\u003epackage.xml\u003c/code\u003e for ROS2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtrugman/pfs/commit/a16e95ff0bf6bf4438dfe187fc00c838db5f07b5\"\u003e\u003ccode\u003ea16e95f\u003c/code\u003e\u003c/a\u003e Remove explicit --std=c++11 compile-option\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/dtrugman/pfs/compare/feeb3e00dcc0d569d73b18a0d6fea445088c0917...961e00d633570f4cb300ad837855b96077f4945e\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/zeek/zeek-agent-v2/pull/187","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeek%2Fzeek-agent-v2/issues/187","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/187/packages"}}]}