Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Feb 2021 22:52:33
2.3.0_2

|
amdmi3  |
- Fix build with after devel/cereal update
PR: 253569
Submitted by: teodorsigaev@gmail.com (maintainer) |
13 Feb 2021 11:08:29
2.3.0_1

|
mandree  |
graphics/openexr, ilmbase: security update to v2.5.5
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in
Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b |
15 Jan 2021 00:24:12
2.3.0

|
amdmi3  |
- Update to 2.3.0 [1]
- Some port cleanup [2]
- Whitespace fixes
- Remove duplicate and unused depends
- Add missing depends
- Use WX_CONFIG properly
- Support FHS
- Switch to PORTDATA
- Install .desktop files into proper location
- Fix compatibility with 11.x
PR: 252611
Submitted by: teodorsigaev@gmail.com (maintainer) [1], amdmi3 [2] |
03 Jan 2021 10:30:56
2.2.0_9

|
mandree  |
graphics/openexr: graphics/ilmbase: v2.5.4 update
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!) |
12 Dec 2020 17:04:37
2.2.0_8

|
thierry  |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
15 Nov 2020 19:10:06
2.2.0_7

|
yuri  |
misc/openvdb: Update 7.0.0 -> 7.1.0 |
12 Nov 2020 20:39:30
2.2.0_6

|
lbartoletti  |
cad/PrusaSlicer: convert to USES=eigen
PR: 250949
Approved by: teodorsigaev@gmail.com (maintainer) |
01 Sep 2020 19:59:22
2.2.0_6

|
yuri  |
cad/PrusaSlicer: Use USE_WX instead of the LIB_DEPENDS with the WX library
Approved by: portmgr (blanket compliance) |
01 Sep 2020 18:12:20
2.2.0_6

|
yuri  |
x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR: 248244
Submitted by: VVD <vvd@unislabs.com> |
13 Aug 2020 22:35:17
2.2.0_5

|
mandree  |
graphics/ilmbase, graphics/openexr: PORTREVISION bump for users
ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.
This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild. |
17 Jul 2020 10:12:26
2.2.0_4

|
martymac  |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
16 Jul 2020 12:13:30
2.2.0_3

|
mandree  |
openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.
Approved by: portmgr (blanket)
MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 |
20 May 2020 15:49:37
2.2.0_2

|
mat  |
Regular USE_GITHUB cleanup. |
12 May 2020 15:47:52
2.2.0_2

|
mandree  |
graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
which missed getting bumped in v2.5.0.
* This release also fixes an improper failure in IlmImfTest
when running on ARMv7 and AAarch64.
Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).
Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail. |
08 May 2020 11:57:55
2.2.0_1

|
mandree  |
graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0
* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).
* cad/PrusaSlicer:
LIB_DEPENDS: remove version from libHalf.so
BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
USE_GL+=gl
USES+=pkgconfig (needed to find libHalf) |
13 Apr 2020 14:45:33
2.2.0

|
fernape  |
cad/PrusaSlicer: unbreak
Remove bad USES = glu and add USES_GL = glu
PR: 245418
Reported by: antoine@ |
12 Apr 2020 19:24:21
2.2.0

|
antoine  |
Mark BROKEN: unknown USES=glu
Reported by: pkg-fallout |
10 Apr 2020 09:25:43
2.2.0

|
fernape  |
cad/PrusaSlicer: fix build
Add devel/CGAL dependency.
While here:
* Change MAINTAINER email
* Add missing LIB_DEPENDS
* Add missing USES
PR: 245418
Submitted by: teodorsigaev@gmail.com (maintainer) |
05 Apr 2020 16:31:36
2.2.0

|
mr  |
Fix RUN_DEPENDS
PR: 245247
Submitted by: teodorsigaev@gmail.com
Reported by: thierry@ |
05 Apr 2020 11:46:17
2.2.0

|
mr  |
Update to 2.2.0
PR: 245247
Submitted by: teodorsigaev@gmail.com |
01 Apr 2020 14:14:52
2.1.1_1

|
martymac  |
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES |
24 Jan 2020 18:26:04
2.1.1

|
eugen  |
New port: cad/PrusaSlicer
PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code
instructions for FFF printers or PNG layers for mSLA 3D printers. It's
compatible with any modern printer based on the RepRap toolchain, including
all those based on the Marlin, Prusa, Sprinter and Repetier firmware.
It also works with Mach3, LinuxCNC and Machinekit controllers.
PR: 243528
Submitted by: Teodor Sigaev <teodor@sigaev.ru> |