{"id":16151187,"url":"https://github.com/stefansundin/truecrypt-patches","last_synced_at":"2026-02-11T08:12:01.170Z","repository":{"id":148603379,"uuid":"56990920","full_name":"stefansundin/truecrypt-patches","owner":"stefansundin","description":"Repo to manage patches for truecrypt.deb.","archived":false,"fork":false,"pushed_at":"2025-01-20T15:32:43.000Z","size":2123,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T22:44:54.573Z","etag":null,"topics":["truecrypt"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefansundin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["stefansundin"],"patreon":"stefansundin","ko_fi":"stefansundin","custom":"https://paypal.me/stefansundin"}},"created_at":"2016-04-24T19:45:56.000Z","updated_at":"2025-01-20T15:32:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4310ab3-ee1c-4540-b261-e687b6b2fae4","html_url":"https://github.com/stefansundin/truecrypt-patches","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefansundin/truecrypt-patches","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrypt-patches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrypt-patches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrypt-patches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrypt-patches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefansundin","download_url":"https://codeload.github.com/stefansundin/truecrypt-patches/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Ftruecrypt-patches/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265541068,"owners_count":23785013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["truecrypt"],"created_at":"2024-10-10T00:54:58.871Z","updated_at":"2026-02-11T08:11:56.137Z","avatar_url":"https://github.com/stefansundin.png","language":null,"funding_links":["https://github.com/sponsors/stefansundin","https://patreon.com/stefansundin","https://ko-fi.com/stefansundin","https://paypal.me/stefansundin"],"categories":[],"sub_categories":[],"readme":"I use this repository to manage my patches for [truecrypt.deb](https://github.com/stefansundin/truecrypt.deb).\n\nThere is a different branch for each patch. It is easy to use git to create the patches which can then be used in the debianization.\n\n```shell\ngit config --local diff.noprefix false\n\nfor branch in 7.1a build-fixes gcc5 gcc6 wxWidgets indicator helpfix xdg-open open-doc update-urls mac\ndo\n  git branch --track $branch origin/$branch\ndone\n\ngit diff 7.1a..build-fixes \u003e ../truecrypt-7.1a-build-fixes.patch\ngit diff 7.1a..gcc5 \u003e ../truecrypt-7.1a-gcc5.patch\ngit diff build-fixes..gcc6 \u003e ../truecrypt-7.1a-gcc6.patch\ngit diff 7.1a..wxWidgets \u003e ../truecrypt-7.1a-wxWidgets.patch\ngit diff build-fixes..indicator \u003e ../truecrypt-7.1a-indicator.patch\ngit diff 7.1a..helpfix \u003e ../truecrypt-7.1a-helpfix.patch\ngit diff 7.1a..xdg-open \u003e ../truecrypt-7.1a-xdg-open.patch\ngit diff 7.1a..open-doc \u003e ../truecrypt-7.1a-open-doc.patch\ngit diff 7.1a..update-urls \u003e ../truecrypt-7.1a-update-urls.patch\ngit diff 7.1a..losetup \u003e ../truecrypt-7.1a-losetup.patch\ngit diff 7.1a..appimage \u003e ../truecrypt-7.1a-appimage.patch\ngit diff 7.1a..mac \u003e ../truecrypt-7.1a-mac.patch\n```\n\nWeb diffs:\n- [7.1a..build-fixes](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..build-fixes)\n- [7.1a..gcc5](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..gcc5)\n- [build-fixes..gcc6](https://github.com/stefansundin/truecrypt-patches/compare/build-fixes..gcc6)\n- [7.1a..wxWidgets](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..wxWidgets)\n- [build-fixes..indicator](https://github.com/stefansundin/truecrypt-patches/compare/build-fixes..indicator)\n- [7.1a..helpfix](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..helpfix)\n- [7.1a..xdg-open](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..xdg-open)\n- [7.1a..open-doc](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..open-doc)\n- [7.1a..update-urls](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..update-urls)\n- [7.1a..losetup](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..losetup)\n- [7.1a..appimage](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..appimage)\n- [7.1a..mac](https://github.com/stefansundin/truecrypt-patches/compare/7.1a..mac)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Ftruecrypt-patches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefansundin%2Ftruecrypt-patches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Ftruecrypt-patches/lists"}