Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_1 02 Jan 2025 16:31:07
    |
Tijl Coosemans (tijl)  |
security/mbedtls: Move to security/mbedtls2
The port has expired but isn't removed yet because there are still too
many consumers. Rename it because the name "security/mbedtls" makes it
look like it's the default version.
PR: 283792 |
1.2.1 10 Nov 2024 19:49:46
    |
Zsolt Udvari (uzsolt)  Author: Jonathan Schleifer |
devel/objfw: Update to 1.2.1
Changelogs:
https://objfw.nil.im/file?name=ChangeLog&ci=1.2.1-release
https://objfw.nil.im/file?name=ChangeLog&ci=1.2-release
https://objfw.nil.im/file?name=ChangeLog&ci=1.1.7-release
PR: 282668
Approved by: submitter is maintainer
MFH: 2024Q4 |
1.1.6 18 Aug 2024 14:55:43
    |
Vladimir Druzenko (vvd)  |
devel/objfw: Improve Makefile
- Sort options to pet portclippy.
- Rename option SSL to TLS: TLS used in PLIST_SUB and in name of the so
library installed with this option - libobjfwtls.so.1.
- Add strip libobjfwtls.so.1 to TLS option MBEDTLS too.
PR: 280876
Approved by: Jonathan Schleifer <js@nil.im> (maintainer) |
1.1.6 18 Aug 2024 13:02:38
    |
Vladimir Druzenko (vvd)  Author: Jonathan Schleifer |
devel/objfw: Update 1.1.2 → 1.1.6
ObjFW 1.1.5 -> ObjFW 1.1.6, 2024-08-11
* Fixes ObjC++ with GCC.
* Adds handling of EINTR in OFKernelEventObserver.
* Fixes overriding / reusing stack arguments in super calls on x86.
* Makes headers compatible with -Wunused-parameter.
ObjFW 1.1.4 -> ObjFW 1.1.5, 2024-07-06
* Fixes MIPS32.
* Properly hides private symbols in the runtime so they can't be used
accidentally anymore.
ObjFW 1.1.3 -> ObjFW 1.1.4, 2024-05-22
* Fixes ofarc failing to extract from stdin on macOS. (Only the first 15 lines of the commit message are shown above ) |
1.1.2 06 May 2024 19:07:49
    |
Robert Clausecker (fuz)  Author: Jonathan Schleifer |
devel/objfw: update to 1.1.2
See PR for changelog.
PR: 278493
MFH: 2024Q2 |
1.0.5 07 Nov 2023 00:16:51
    |
Robert Clausecker (fuz)  Author: Jonathan Schleifer |
devel/objfw: update to 1.0.5
ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
* Fixes the calculation of the extra alignment in OFAllocObject()
* Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
* Fixes OFSocketAddressString() for AppleTalk addresses
* Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
* Disables tests for global blocks on Win64 due to broken compilers
* Adds PGP keys to verify tarballs and commits in the code repository
PR: 274924
MFH: 2023Q4 |
1.0.4 09 Oct 2023 07:40:31
    |
Robert Clausecker (fuz)  Author: Jonathan Schleifer |
devel/objfw: update to 1.0.4
ObjFW 1.0.3 -> ObjFW 1.0.4, 2023-10-08
* Fixes OFFile closing fd 0 when initialization fails
* Fixes -[stringByAppendingPathComponent:] on empty strings
* Fixes +[OFSystemInfo operatingSystemName] and
+[OFSystemInfo operatingSystemVersion] returning nil on some systems
* Adds a license for localizations
PR: 274353
MFH: 2023Q4 |
1.0.3 17 Sep 2023 15:26:47
    |
Robert Clausecker (fuz)  Author: Jonathan Schleifer |
devel/objfw: Portable, lightweight framework for the Objective-C language
ObjFW is a highly portable, lightweight, general purpose, open source
Objective-C framework with full Objective-C 2.0, blocks and ARC support,
providing not only basic classes like strings, arrays and dictionaries,
but also providing abstractions for OS-dependant functionality like
asynchronous sockets.
While a lot of the core API is similar to Foundation, it breaks with
Foundation's API on purpose in many places to embrace new features which
Foundation can't use completely due to its backwards compatibility. One
such example are exceptions, which are a first class citizen in ObjFW
and not merely to inform the programmer of his wrongdoings like in
Foundation.
ObjFW runs on a huge list of platforms and offers the same API on all of
them so that software written using ObjFW runs on all platforms
supported by ObjFW without #ifdef hells or the like. It does not only
run on almost any POSIX system that supports GCC >= 4, but it also works
on Windows and niche platforms like the PlayStation Portable.
WWW: https://objfw.nil.im/
PR: 273835 |