diff options
author | Don Lewis <truckman@FreeBSD.org> | 2021-04-30 06:44:20 +0800 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2021-04-30 06:49:18 +0800 |
commit | 3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d (patch) | |
tree | 8991190accb5861394d33d28b74340e6e76936ea /editors/openoffice-devel/Makefile | |
parent | 983b222378c168d320bfdb4675f0dab5c4fe9f6b (diff) | |
download | freebsd-ports-gnome-3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d.tar.gz freebsd-ports-gnome-3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d.tar.zst freebsd-ports-gnome-3c571fd4ae012e11ea68b05fcc2149f7fbe16a4d.zip |
editors/openoffice-devel: Upgrade to a newer upstream snapshot
Upgrade to upstream commit 6aec515561
* Fixes CVE-2021-30245
* Misc other fixes
The building using the archive format on FreeBSD does not require epm.
Diffstat (limited to 'editors/openoffice-devel/Makefile')
-rw-r--r-- | editors/openoffice-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index dde685d2a96d..69e236943eae 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -117,8 +117,8 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m3\(Build:9822\) -GITREVISION= d92770c00e -TIMESTAMP= 1602022694 +GITREVISION= 6aec515561 +TIMESTAMP= 1619649022 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz |