libmwaw 0.3.12
Closes #16402. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
cbababc619
commit
9b640c941d
1 changed files with 2 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
class Libmwaw < Formula
|
||||
desc "Library for converting legacy Mac document formats"
|
||||
homepage "https://sourceforge.net/p/libmwaw/wiki/Home/"
|
||||
url "https://downloads.sourceforge.net/project/libmwaw/libmwaw/libmwaw-0.3.11/libmwaw-0.3.11.tar.xz"
|
||||
sha256 "4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a"
|
||||
url "https://downloads.sourceforge.net/project/libmwaw/libmwaw/libmwaw-0.3.12/libmwaw-0.3.12.tar.xz"
|
||||
sha256 "7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -14,15 +14,6 @@ class Libmwaw < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "librevenge"
|
||||
|
||||
# Fixed upstream, will be in the next release.
|
||||
# https://sourceforge.net/p/libmwaw/libmwaw/ci/68b3b74569881248bfb6cbb4266177cc253b292f/
|
||||
patch do
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/libm/libmwaw/libmwaw_0.3.11-3.debian.tar.xz"
|
||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/libm/libmwaw/libmwaw_0.3.11-3.debian.tar.xz"
|
||||
sha256 "5377a0fb979c595b4b66076b57be980724d0afc9681a4e10c1566ac6cfc26886"
|
||||
apply "patches/CVE-2017-9433.diff"
|
||||
end
|
||||
|
||||
resource "test_document" do
|
||||
url "https://github.com/openpreserve/format-corpus/raw/825c8a5af012a93cf7aac408b0396e03a4575850/office-examples/Old%20Word%20file/NEWSSLID.DOC"
|
||||
sha256 "df0af8f2ae441f93eb6552ed2c6da0b1971a0d82995e224b7663b4e64e163d2b"
|
||||
|
|
Loading…
Reference in a new issue