Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.4_2 10 Aug 2025 05:25:45
    |
Matthias Fechner (mfechner)  |
net/teddycloud: fix build
The fixes a regression added by 3fc4fad263626857ec9252641e2794df6539d910
which was removing the leading slash in DISTDIR.
Approved by: blanket (just fix it) |
0.6.4_2 09 Jul 2025 08:58:51
    |
Don Lewis (truckman)  |
*/*: Bump PORTREVISION for devel/protobuf-c update
libprotobuf-c.so once again has version info. Force a rebuild of
its consumers.
PR: 282060
MFH: 2025Q3
Sponsored by: <If the change was sponsored by an organization.> |
0.6.4_1 06 Jun 2025 11:49:35
    |
Matthias Fechner (mfechner)  Author: Michael Pape |
net/teddycloud: do not overwrite config on update
Make sure files in etc are only created on first install and not
overwritten by subsequent updates.
This fixes the problem, that the following files are always
overwritten by updates:
/usr/local/etc/teddycloud/tonieboxes.json
/usr/local/etc/teddycloud/tonies.json
And also the nightly checksum test does not complain anymore.
PR: 287263
Reported by: Matthias Fechner <mfechner@FreeBSD.org>
Tested by: Michael Pape <freebsd@pe82.de> |
0.6.4 02 Jun 2025 18:33:13
    |
Vladimir Druzenko (vvd)  Author: Michael Pape |
net/teddycloud: Update 0.6.3 => 0.6.4
Changelog:
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.4
Replace hardcoded version with DISTVERSION.
Align GH_ACCOUNT, GH_PROJECT and GH_SUBDIR.
PR: 287220 |
0.6.3 31 Jan 2025 13:43:13
    |
Vladimir Druzenko (vvd)  Author: Michael Pape |
net/teddycloud: Update 0.6.2 → 0.6.3, update supported architectures
Changelog:
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.3
PR: 284350 |
0.6.2 01 Dec 2024 20:32:10
    |
Zsolt Udvari (uzsolt)  Author: Michael Pape |
net/teddycloud: Ignore i386
Does fail to build on i386 targets, ignore this arch.
Replace space characters to tabs.
PR: 283062
Approved by: submitter is maintainer |
0.6.2 05 Nov 2024 06:51:40
    |
Matthias Fechner (mfechner)  |
net/teddycloud: update to 0.6.2
Thanks to Michael (maintainer) for fixing the linker issue, see also here:
https://github.com/toniebox-reverse-engineering/teddycloud/pull/242
The next release of teddycloud will include all necessary modifications, so
patches
can be removed from ports with a newer release.
Changes: https://github.com/toniebox-reverse-engineering/teddycloud/releases
PR: 282541
Approved by: freebsd@pe82.de (maintainer) |
0.3.5 02 Nov 2024 06:52:58
    |
Matthias Fechner (mfechner)  Author: Michael Pape |
net/teddycloud: alternative to the public toniebox server
Small fixes applied to build successfully.
PR: 276541 |