Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2636 from mariux64/update-rsync-324
rsync: update 3.1.3 to 3.2.4
  • Loading branch information
wwwutz committed Apr 26, 2022
2 parents 99b64b4 + 7f228b6 commit 8cd554c
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions rsync.be0
@@ -1,27 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION rsync-3.1.3-0
# BEE_VERSION rsync-3.2.4-1

# 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"
# SRCURL[0]="https://rsync.samba.org/ftp/rsync/src/rsync-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/26f1c64259fbd2ed7a59b28d2787ecf2/rsync-3.2.4.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)

# SRCURL[1]="https://launchpad.net/debian/+archive/primary/+sourcefiles/rsync/3.2.4-1/rsync_3.2.4-1.debian.tar.xz"
SRCURL[1]="https://beehive.molgen.mpg.de/54f987de1f929d0411bbb815c248f28d/rsync_3.2.4-1.debian.tar.xz"

BEE_BUILDTYPE=autotools

Expand All @@ -33,13 +22,21 @@ BEE_BUILDTYPE=autotools
# bee_extract "${@}"
#}

mee_patch_pre() {
for p in $( cat $S/debian/patches/$p/series ); do
echo "adding patch $p"
bee_PATCHFILES+=( $S/debian/patches/$p )
done
}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
LIBS=-l:libxxhash.a
}

#mee_build() {
# bee_build
Expand All @@ -48,7 +45,3 @@ BEE_BUILDTYPE=autotools
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 8cd554c

Please sign in to comment.