Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.17.11 15 Nov 2024 17:08:39 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.11 |
2.17.10 05 Jul 2024 05:03:03 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.10 |
2.17.9_1 06 Apr 2024 11:55:26 |
Vladimir Druzenko (vvd) |
net/openvswitch: Fix build with python-3.10 and python-3.11
PR: 275494
Approved by: arrowd (mentor), portmgr (blanket, fix build)
Differential Revision: https://reviews.freebsd.org/D44515 |
2.17.9_1 20 Mar 2024 17:15:04 |
Nuno Teixeira (eduardo) |
net/openvswitch: Move man pages to share/man
Approved by: portmgr (blanket) |
2.17.9 16 Feb 2024 18:32:03 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.9 |
2.17.3 09 Oct 2022 20:32:22 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.3 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.17.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.17.2 29 Jul 2022 19:09:48 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.2 |
2.17.1 11 Apr 2022 02:02:26 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.1 |
2.17.0 18 Feb 2022 18:01:18 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.17.0 |
2.16.2 27 Dec 2021 03:37:51 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.16.2 |
2.16.1 23 Oct 2021 15:01:46 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.16.1 |
2.16.0 23 Aug 2021 22:19:23 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.16.0 |
2.15.1 03 Jul 2021 04:15:49 |
Neel Chauhan (nc) |
net/openvswitch: Update to 2.15.1 |
2.15.0_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.15.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.15.0_1 08 Mar 2021 01:38:33 |
nc |
net/openvswitch: Fix conflicts with libc (uuid_to_string(2))
PR: 238331
Submitted by: Nikola Kolev <koue AT chaosophia DOT net>, amdmi3
Reported by: Ian Campbell <ianc1215 AT gmail DOT com>
MFH: 2021Q1 |
2.15.0 03 Mar 2021 11:08:24 |
fluffy |
net/openvswitch: Unbreak build with python3.8+
PR: 253815
Approved by: python |
2.15.0 16 Feb 2021 18:31:18 |
nc |
net/openvswitch: Update to 2.15.0
Changes: https://www.openvswitch.org/releases/NEWS-2.15.0.txt |
2.14.2 12 Feb 2021 04:22:13 |
nc |
net/openvswitch: Update to 2.14.2
Changes: https://www.openvswitch.org/releases/NEWS-2.14.2.txt |
2.14.1 08 Feb 2021 23:40:20 |
nc |
net/openvswitch: Update to 2.14.1 and adopt port
Changes: https://www.openvswitch.org/releases/NEWS-2.14.1.txt |
2.14.0 18 Aug 2020 18:15:21 |
pi |
net/openvswitch: update 2.12.0 -> 2.14.0
- New OpenFlow feature support
- OVS validated with DPDK 19.11.2, due to the inclusion of fixes for
CVE-2020-10722, CVE-2020-10723, CVE-2020-10724, CVE-2020-10725 and
CVE-2020-10726, this DPDK version is strongly recommended to be used
Relnotes: https://mail.openvswitch.org/pipermail/ovs-announce/2020-August/000264.html
https://www.openvswitch.org/releases/NEWS-2.14.0 |
2.12.0 08 Jul 2020 15:22:02 |
fernape |
net/openvswitch: drop maintainership
PR: 247850
Submitted by: koue@chaosophia.net |
2.12.0 27 Oct 2019 19:26:14 |
pkubaj |
net/openvswitch: fix build on GCC architectures
Use C11 compiler:
./include/openvswitch/ofp-actions.h:1302: error: bit-field 'build_assert_failed'
width not an integer constant
./include/openvswitch/ofp-actions.h:1302: error: bit-field 'build_assert_failed'
width not an integer constant
./include/openvswitch/ofp-actions.h:1302: error: bit-field 'build_assert_failed'
width not an integer constant
Include sys/socket.h in lib/dns-resolve.c to make AF_INET available.
PR: 241329
Approved by: koue@chaosophia.net (maintainer), linimon (mentor) |
2.12.0 07 Oct 2019 15:24:13 |
swills |
net/openvswitch: update to 2.12.0
PR: 241045
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
2.11.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.11.1 24 May 2019 18:52:06 |
joneum |
Update to 2.11.1
PR: 238025
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
Sponsored by: Netzkommune GmbH |
2.11.0 18 Mar 2019 12:32:49 |
swills |
net/openvswitch: update to 2.11.0
PR: 236550
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
2.10.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.10.1 10 Nov 2018 03:40:42 |
swills |
net/openvswitch: update to 2.10.1
PR: 232674
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
2.10.0 27 Oct 2018 16:47:13 |
linimon |
Apparently now builds on powerpc64.
PR: 232105
Submitted by: Piotr Kubaj |
2.10.0 31 Aug 2018 17:42:18 |
yuri |
net/openvswitch: Update 2.9.2 -> 2.10.0
Also remove static libs.
PR: 230981
Submitted by: koue@chaosophia.net (maintainer) |
2.9.2_1 11 Jul 2018 12:42:02 |
olivier |
Fix crash of ovs-vswitchd with 'add-br' command.
Reference: https://github.com/openvswitch/ovs-issues/issues/152
PR: 229692
Approved by: Nikola Kolev <koue@chaosophia.net>(maintainer)
Sponsored by: Orange |
2.9.2 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.9.2 21 Jun 2018 17:38:29 |
swills |
net/openvswitch: update to 2.9.2
PR: 229197
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
2.9.0 13 Apr 2018 09:25:42 |
pizzamig |
net/openvswitch: update to 2.9.0
PR: 227458
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
2.8.1 14 Feb 2018 23:17:48 |
antoine |
openvswitch fails to build with python3 |
2.8.1 11 Dec 2017 05:06:48 |
swills |
net/openvswitch: update to 2.8.1
While here, give maintainership to submitter
PR: 223970
Submitted by: Nikola Kolev <koue@chaosophia.net> |
2.3.3 25 Sep 2017 01:14:41 |
kevlo |
Drop maintainership. |
2.3.3 13 May 2017 23:36:16 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.3.3 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.3.3 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
2.3.3 24 Jun 2016 03:31:33 |
kevlo |
Update to 2.3.3 |
2.3.2_1 26 Jan 2016 01:37:17 |
kevlo |
Mark unbroken on 9.
Tested by: rakuco
PR: 206623
Submitted by: rakuco |
2.3.2_1 25 Jan 2016 20:23:57 |
rakuco |
Remove BROKEN_FreeBSD_8 from all remaining ports.
FreeBSD 8 is no longer supported. |
2.3.2_1 29 Jul 2015 16:34:29 |
amdmi3 |
- Fix shebangs
- Readd missing directory to plist
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
2.3.2 29 Jul 2015 01:28:01 |
kevlo |
Update to 2.3.2 |
2.3.1 10 Apr 2015 23:37:26 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
2.3.1 08 Apr 2015 07:58:20 |
kevlo |
- Update to 2.3.1
- Take over maintainerhip |
1.7.1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.7.1 05 Oct 2014 14:32:22 |
tijl |
Convert to USES=autoreconf and USES=python |
1.7.1 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.7.1 27 Jul 2014 11:57:18 |
marino |
Stage net/openvswitch then pet portlint
PR: 192103
Submitted by: Ed Maste |
1.7.1 24 Jul 2014 15:57:24 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
1.7.1 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.7.1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.7.1 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.7.1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.7.1 31 Aug 2013 00:26:08 |
bapt |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake |
1.7.1 11 Sep 2012 17:25:00 |
bdrewery |
- Update to 1.7.1
- Add a regression-test target, but leave it commented
out for now as it is failing
- Fix build with clang
PR: ports/171544
Submitted by: emaste (maintainer) |
1.7.0 16 Aug 2012 09:20:52 |
trasz |
Pass maintainership to emaste@. |
1.7.0 10 Aug 2012 08:19:22 |
trasz |
Add optional threading support; disabled by default. |
1.7.0 09 Aug 2012 08:22:10 |
trasz |
Update to 1.7.0.
Big thanks to Ed Maste for making this happen. |
1.1.0.p2 11 May 2012 20:38:09 |
ade |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav) |
1.1.0.p2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.1.0.p2 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
1.1.0.p2 01 Dec 2011 20:08:28 |
trasz |
Open vSwitch is a production quality, multilayer virtual switch licensed
under the open source Apache 2.0 license. It is designed to enable massive
network automation through programmatic extension, while still supporting
standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN,
ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support
distribution across multiple physical servers similar to VMware's vNetwork
distributed vswitch or Cisco's Nexus 1000V.
WWW: http://openvswitch.org/
Note that there is ongoing work to update this to more current version.
Feature safe: yes |