Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | package[-static].bash: stop leaking the local user id in the tarball | Jakob Unterwurzacher | |
The local user id of the packager is not interesting for users who download the tarball. Also it will cause the gocryptfs binary to have an unintended owner when the tarball is extraced as root. Fix the issue by using "tar --owner=root --group=root" which overwrites user and group id with zero. | |||
2017-05-29 | package.bash: RHEL: strip brackets | Jakob Unterwurzacher | |
We now convert "CentOS release 5.11 (Final)" to "CentOS_release_5.11_Final" https://github.com/rfjakob/gocryptfs/issues/113 | |||
2017-05-27 | package.bash: make it work somewhat on RHEL | Jakob Unterwurzacher | |
RHEL and CentOS do not have /etc/os-release yet. Read from /etc/redhat-release instead. Fixes https://github.com/rfjakob/gocryptfs/issues/113 | |||
2016-11-01 | packakge.bash: include rendered man page in tarball | Jakob Unterwurzacher | |
2016-01-09 | package.bash: Encode host distribution into tar filenamev0.7.1 | Jakob Unterwurzacher | |
2015-11-01 | package.bash: add architecture to filename | Jakob Unterwurzacher | |
Example: gocryptfs_v0.3-1-g0788eb4_linux-amd64.tar.gz | |||
2015-11-01 | Update package.bash to call build.bashv0.3 | Jakob Unterwurzacher | |
This makes sure the version number is baked in | |||
2015-10-11 | Fix helper scripts for new top-level path | Jakob Unterwurzacher | |
2015-10-07 | Add package.bash | Jakob Unterwurzacher | |