summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-backup/burp: use HTTPSMichael Mair-Keimberger2018-06-121-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-backup/burp: remove old following full stabilisation of 2.1.32Marek Szuba2018-05-299-377/+0
| | | | | | | | | There are now no versions left in the tree that are vulnerable to either #628770 or #641842 Bug: https://bugs.gentoo.org/show_bug.cgi?id=628770 Bug: https://bugs.gentoo.org/show_bug.cgi?id=641842 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-backup/burp: x86 stable (bug #655950)Thomas Deutschmann2018-05-271-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-backup/burp: remove oldMarek Szuba2018-05-256-558/+0
| | | | Package-Manager: Portage-2.3.39, Repoman-2.3.9
* app-backup/burp: amd64 stable wrt bug #655950Agostino Sarubbo2018-05-181-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* app-backup/burp: bump to 2.1.32Marek Szuba2018-04-182-0/+110
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-backup/burp: bump to 2.1.28Marek Szuba2018-02-152-0/+110
| | | | | | This is the first version declared stable by upstream since 2.0.54. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-backup/burp: bump to 2.1.26Marek Szuba2018-01-052-0/+110
| | | | | | Happy 2018! Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/burp: set more restrictive permissions on /etc/burpMarek Szuba2017-12-212-2/+2
| | | | | | | | The user burp server runs as shouldn't be allowed to write to the config directory, just read from it. Gentoo-Bug: https://bugs.gentoo.org/641842 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/burp-2.0.54: backport setuid-after-getting-lock fix from 2.1Marek Szuba2017-12-202-0/+149
| | | | | | | | This should take care of potential privilege escalation via PID-file manipulation. Gentoo-Bug: https://bugs.gentoo.org/628770 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/burp: bump to 2.1.24Marek Szuba2017-12-204-1/+155
| | | | | | This also moves burp PID files from /run/burp to /run. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/burp: remove oldMarek Szuba2017-12-208-456/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* app-backup/burp: bump to 2.1.22Marek Szuba2017-11-172-0/+114
| | | | | | | | | | Note that this ebuild fails the test phase when linked against <net-libs/librsync-2.0.1. Upstream has been notified and already fixed the problem in the master branch, meanwhile however just let it slide - it only occurs if you combine an unstable version of burp with a stable version of librsync. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/burp: remove old unstable-branch versionsMarek Szuba2017-10-113-228/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-backup/burp: bump to 2.1.20Marek Szuba2017-10-084-0/+148
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1
* app-backup/burp: support sys-libs/ncurses[tinfo] on the stable branchMarek Szuba2017-07-101-0/+114
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-backup/burp: bump to 2.1.12Marek Szuba2017-07-103-0/+152
| | | | | | | Includes a fix which allows correct detection of sys-libs/ncurses when USE=tinfo is set. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-backup/burp: remove oldMarek Szuba2017-07-102-111/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-backup/burp: add ~arm, bug #620420Markus Meier2017-06-141-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* app-backup/burp: add ~arm, bug #620420Markus Meier2017-06-141-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* app-backup/burp: bump to 2.1.10Marek Szuba2017-06-062-0/+113
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-backup/burp: trigger tmpfiles update in pkg_postinst()Marek Szuba2017-06-061-0/+112
| | | | | | | | | Without this, at least some tmpfiles implementations will not create /run/burp until after a reboot. Gentoo-Bug: 620654 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-backup/burp: prevent OpenRC init stript from writing the PID fileMarek Szuba2017-06-061-2/+2
| | | | | | | | | Burp manages its PID file by itself and refuses to start if it already exists, therefore start-stop-daemon shouldn't write one. Gentoo-Bug: 620654 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-backup/burp: x86 stable wrt bug #620184Agostino Sarubbo2017-06-011-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-backup/burp: bump to 2.1.8Marek Szuba2017-05-312-0/+111
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-backup/burp: remove old unstable revisionMarek Szuba2017-05-311-115/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-backup/burp: amd64 stable wrt bug #620184Marek Szuba2017-05-311-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-backup/burp: make sure oldver is local to pkg_postinst()Marek Szuba2017-04-271-0/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-backup/burp: bump to 2.0.54Marek Szuba2017-04-269-0/+215
| | | | | Gentoo-Bug: 615666 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-backup/burp: take over maintainershipMarek Szuba2017-04-031-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-backup/burp: Remove old, unsupported versionAmadeusz Żołnowski2016-12-296-194/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-backup/burp: x86 stable wrt bug #588626Agostino Sarubbo2016-12-291-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-backup/burp: Remove oldest revision of 1.4.40Amadeusz Żołnowski2016-09-261-97/+0
| | | | Package-Manager: portage-2.3.1
* app-backup/burp: amd64 stable wrt bug #588626Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-backup/burp: Depend on librsync-0.9.7 or >librsync-2.0.0Amadeusz Żołnowski2016-07-102-1/+117
| | | | | | | | Burp segfaults with any version between 1.0.0 and 2.0.0 (inclusive). ebuild depending on 0.9.7 will be removed as soon as librsync-2.0.0-r1 gets stable keywords. Package-Manager: portage-2.3.0
* app-backup/burp: Remove unneeded revisionsAmadeusz Żołnowski2016-07-022-224/+0
| | | | Package-Manager: portage-2.3.0
* app-backup/burp: Correct version restriction on net-libs/librsyncAmadeusz Żołnowski2016-07-024-4/+4
| | | | | | Gentoo-Bug: 573150 Package-Manager: portage-2.3.0
* app-backup/burp: Unblock librsync-1.0.0 and higherAmadeusz Żołnowski2016-07-021-0/+116
| | | | | | Gentoo-Bug: 573150 Package-Manager: portage-2.3.0
* app-backup/burp: Correct permissionsAmadeusz Żołnowski2016-07-022-1/+122
| | | | | | Remove autoupgrade configuration. Package-Manager: portage-2.3.0
* app-backup/burp: Move scripts out of /etcAmadeusz Żołnowski2016-07-022-3/+112
| | | | | | | | | | | | Burp needs /etc/burp directory to be writable for its daemon (at least first time it runs). On the other hand an executable cannot be placed into a group-writable directory and this is where Burp scripts are installed by default. Move all scripts to /usr/share/burp/scripts. /etc is not a good place for scripts anyway. Gentoo-Bug: 562470 Package-Manager: portage-2.3.0
* app-backup/burp: Remove ancient versionAmadeusz Żołnowski2016-06-175-166/+0
| | | | Package-Manager: portage-2.3.0_rc1
* app-backup/burp-1.4.40-r1: Add ~x86 keywordAmadeusz Żołnowski2016-06-171-1/+1
| | | | | | | | | I have built burp with test enabled. Moreover version 1.3.48 is already ~x86 keyworded. Gentoo-Bug: 558044 Package-Manager: portage-2.3.0_rc1
* app-backup/burp: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* app-backup/burp: add libressl supportAnthony G. Basile2016-03-211-2/+3
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* app-backup/burp: Remove old revision of 1.3.48Amadeusz Żołnowski2016-01-201-100/+0
| | | | Package-Manager: portage-2.2.26
* app-backup/burp: x86 stable wrt bug #572216Agostino Sarubbo2016-01-181-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>