Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@donald
Latest commit 22dd284 May 6, 2020 History
Add debian patches.

One of the patches adds the -noatime feature.

The others patches look sensible or at least don't hurt. Take them
all so we don't need to rebase.
2 contributors

Users who have contributed to this file

@donald @david
executable file 54 lines (41 sloc) 1.62 KB
#!/usr/bin/env beesh
# BEE_VERSION rsync-3.1.3-0
# more info: https://rsync.samba.org , https://launchpad.net/debian/+source/rsync/
SRCURL[0]="https://rsync.samba.org/ftp/rsync/src/rsync-${PKGVERSION}.tar.gz"
# https://launchpad.net/debian/+source/rsync/
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/CVE-2016-9840.patch)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/CVE-2016-9841.patch)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/CVE-2016-9842.patch)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/CVE-2016-9843.patch)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/Two-spelling-mistakes-in-rsync.yo.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/backup-dir-implies-backup.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/copy-devices.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/logdir.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/manpage-compress-level.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/noatime.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/prealloc-fix.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/ssh-6-option.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/systemd-unit.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/time-limit.diff)
PATCHURL+=(/src/mariux/patches/debian-rsync-3.1.3/disable_reconfigure_req.diff)
BEE_BUILDTYPE=autotools
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}