non port: security/olm/Makefile |
Number of commits found: 13 |
Wednesday, 12 Jul 2023
|
18:56 Felix Palmen (zirias)
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
7d1faa7 |
Thursday, 3 Nov 2022
|
21:51 Daniel Engberg (diizzy)
security/olm: Update to 3.2.13
Use USE_GITLAB to follow Porters Handbook more closely and be consistent with
ports tree
Disable building of unit tests
Changelog: https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.13
PR: 267091
Approved by: portmgr (maintainer timeout, 2+ weeks)
bd943b3 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 17 Apr 2022
|
22:19 Adriaan de Groot (adridg)
security/olm: update to 3.2.11, latest upstream
I missed six months of updates here -- portscout doesn't
seem to find GitLab-based releases for me. The release
notes are on all the tags pages, here's the latest:
https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.11
Documentation builds now, that seems to be the important
line-item for us this release. 3.2.8 added a better error
description when a buffer is too small. 3.2.7 added better
handling of fallback keys.
d8ea8cc |
Tuesday, 21 Dec 2021
|
12:30 Bernhard Froehlich (decke)
security/olm: Add CPE information
Approved by: portmgr (blanket)
183a1a9 |
Thursday, 28 Oct 2021
|
19:57 Adriaan de Groot (adridg)
security/olm: Update to 3.2.6, latest release
It looks like I do not have the right bits for portscout here,
so didn't get notifications of new versions. Release notes are at:
https://gitlab.matrix.org/matrix-org/olm/-/releases#3.2.6
There are many updates. Dependent ports mtxclient (needed a compile-
patch) and nheko bumped so they pick this up.
13ead83 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 30 Dec 2019
|
17:01 adridg
Update security/olm to latest upstream release
Release notes:
https://gitlab.matrix.org/matrix-org/olm/-/releases
The changes are only in the Python bindings and the build system,
so this is only a minor change.
|
Friday, 26 Jul 2019
|
20:46 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
|
Tuesday, 11 Jun 2019
|
08:02 adridg
Update security/olm to latest upstream release.
Source has moved to gitlab, still under Matrix.org. Release notes at
https://gitlab.matrix.org/matrix-org/olm/releases
major changes were in 3.1.0 already, Short Authentication String
and public key signing. Various compatibility and build fixes
were also applied.
Also PORTREVISION dependent ports (that I know about). No MFH because
these are feature-based releases, not security updates.
PR: 238384
Submitted by: Alexander Sieg
Reported by: Alexander Sieg
|
Friday, 31 May 2019
|
11:41 tobik
security/olm: Spell LICENSE_FILE correctly
|
Monday, 25 Mar 2019
|
10:40 adridg
New ports security/olm and net-im/mtxclient
These are support libraries for Matrix clients; Nheko in particular.
Until I wrap-up Nheko, they aren't used by anything.
|
Number of commits found: 13 |