Skip to content

Commit

Permalink
lurch: revert patch from #26757
Browse files Browse the repository at this point in the history
The patch was erroneously applied after a github user claimed it to be
a security issue, and later it was determined that this user was going
around tricking various projects into applying their patch that had
been exlicitly declined by upstream (xsf/xeps#894).

There's probably a dialog to happen here around relative security of
accepting unverified patches in the name of 'security' but this is
neither the time nor the place.
  • Loading branch information
the-maldridge committed Dec 1, 2020
1 parent 358fa64 commit e1b032f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions srcpkgs/lurch/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'lurch'
pkgname=lurch
version=0.6.8
revision=3
revision=4
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="cmake pkg-config"
Expand All @@ -14,7 +14,3 @@ distfiles="https://github.com/gkdr/lurch/releases/download/v${version}/lurch-${v
checksum=2e2447b5fe6b1ae4f08d8c79a2a846c70290685d6e338bf5ea8f59705bd2b19f

LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib/purple-2"

post_patch() {
vsed -e '/#define OMEMO_AES_GCM_IV_LENGTH/s/16/12/' -i lib/libomemo/src/libomemo.h
}

0 comments on commit e1b032f

Please sign in to comment.