summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge tag '5.3.4' into debianSean Whitton2018-03-29
|\ | | | | | | | | | | | | | | | | | | tagging package propellor version 5.3.4 # gpg: Signature made Wed 21 Mar 2018 12:11:00 PM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
| * add news item for propellor 5.3.4Joey Hess2018-03-21
| |
| * releasing package propellor version 5.3.4Joey Hess2018-03-21
| |
| * Firewall: Reorder iptables parameters that are order dependant to make ↵Joey Hess2018-03-20
| | | | | | | | --to-dest and --to-source work. Thanks, Russell Sim
| * Move table and target to before the other rule argumentsRussell Sim2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some commands in IPTables are order dependent. In particular, I have seen this with the --to-dest and the --to-source arguments for DNAT and SNAT respectively. Below is an example rule which demonstrates the issue. $ iptables -A PREROUTING -p tcp -i eth0 --dport 4000 \ --to-dest 10.3.0.6:4000 -t nat -j DNAT iptables v1.6.0: unknown option "--to-dest" $ iptables -A PREROUTING -p tcp -i eth0 --dport 4000 \ -j DNAT --to-dest 10.3.0.6:4000 -t nat Signed-off-by: Russell Sim <russell.sim@gmail.com>
| * Merge branch 'joeyconfig'Joey Hess2018-03-19
| |\
| | * don't use ikiwiki link in readmeJoey Hess2018-03-19
| | |
| | * updateJoey Hess2018-03-19
| | |
| * | Merge branch 'joeyconfig'Joey Hess2018-03-18
| |\|
| | * updateJoey Hess2018-03-18
| | |
| | * propellor spinJoey Hess2018-03-14
| | |
| | * propellor spinJoey Hess2018-03-14
| | |
| | * propellor spinJoey Hess2018-03-14
| | |
| * | propellor spinJoey Hess2018-03-14
| | |
| * | Added a commentpicca2018-03-04
| | |
| * | Apt.trustsKey: Use apt-key to add key rather than manually driving gpg, ↵Joey Hess2018-03-01
| | | | | | | | | | | | | | | | | | which seems to not work anymore. Thanks, Russell Sim.
| * | Added a comment: LUKS desired ;-)dominik2018-03-01
| | |
| * | (no commit message)russell.sim@7af1f53414f65e1b313c223381a268139731b23b2018-03-01
| | |
| * | clean up after mergeJoey Hess2018-02-27
| |/
| * typoJoey Hess2018-02-27
| |
| * avoid partial commit during merge problemJoey Hess2018-02-27
| | | | | | | | | | git can commit in a post-merge hook, but for some reason only supports committing all staged files, not only some.
| * setting up joeyconfig after mergeJoey Hess2018-02-27
| |
| * Merge branch 'master' into joeyconfigJoey Hess2018-02-27
| |\
| | * add news item for propellor 5.3.3Joey Hess2018-02-26
| | |
| * | propellor spinJoey Hess2018-02-26
| | |
* | | changelog for 5.3.3-1 uploaddebian/5.3.3-1archive/debian/5.3.3-1Sean Whitton2018-02-26
| | |
* | | Merge tag '5.3.3' into debianSean Whitton2018-02-26
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | tagging package propellor version 5.3.3 # gpg: Signature made Mon 26 Feb 2018 11:34:46 AM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
| * | releasing package propellor version 5.3.3Joey Hess2018-02-26
| | |
| * | Merge remote-tracking branch 'felix/dhparams'Joey Hess2018-02-24
| |\ \
| | * | Openssl: fix typoFélix Sipma2018-02-24
| | | |
| * | | Merge branch 'master' of ssh://propellor.branchable.comJoey Hess2018-02-23
| |\ \ \
| | * | | Added a commentgueux2018-02-23
| | | | |
| * | | | Added Propllor.Property.Openssl module contributed by contributed by Félix ↵Joey Hess2018-02-23
| | |/ / | |/| | | | | | | | | | Sipma.
| * | | add installed property to OpensslFélix Sipma2018-02-23
| | | |
| * | | rename Dhparams to OpensslFélix Sipma2018-02-23
| | | |
| * | | add Propellor.Property.DhparamsFélix Sipma2018-02-23
| |/ /
| * | Avoid crashing if initial fetch from origin fails when spinning a host.Joey Hess2018-02-22
| | |
| * | (no commit message)gueux2018-02-21
| | |
| * | Added a commentpicca2018-02-20
| | |
| * | cleanup debugJoey Hess2018-02-19
| | |
| * | output warning message atomicallyJoey Hess2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | Before part went to stderr and part to stdout, and the two parts could be reordered in some cases, particularly when concurrent output caused them to be buffered. This commit was sponsored by Trenton Cronholm on Patreon.
| * | Warn again about new upstream version when ~/.propellor was cloned from the ↵Joey Hess2018-02-19
| | | | | | | | | | | | | | | | | | Debian git bundle using an older version of propellor that set up an upstream remote. This commit was sponsored by Jake Vosloo on Patreon.
| * | comment typoJoey Hess2018-02-19
| | |
| * | Added a commentpicca2018-02-19
| | |
| * | Added a commentspwhitton2018-02-18
| | |
| * | Added a commentpicca2018-02-18
| | |
| * | add news item for propellor 5.3.2Joey Hess2018-02-18
| | |
* | | changelog for 5.3.2-1 uploaddebian/5.3.2-1archive/debian/5.3.2-1Sean Whitton2018-02-18
| | |
* | | Merge tag '5.3.2' into debianSean Whitton2018-02-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tagging package propellor version 5.3.2 # gpg: Signature made Sun 18 Feb 2018 11:31:47 AM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
| * | releasing package propellor version 5.3.2Joey Hess2018-02-18
| | |