2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-05-01 02:01:32 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Use https. Bump API requirement.
|
2020-04-20 15:15:09 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to eina-1.7.10:
* Fix race condition when calling eina_file_open/eina_file_close.
* Fix memory leak in eina_xattr_value_ls
|
2019-07-06 18:46:10 by Nia Alarie | Files touched by this commit (8) |
Log message:
https for enlightenment.org.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-12-18 14:54:04 by Jonathan Perkin | Files touched by this commit (1) | |
Log message:
Re-fix Solaris support, the previous patch was for some reason removed in
the last update, despite still being required.
|
2012-12-12 12:39:02 by Thomas Klausner | Files touched by this commit (9) | |
Log message:
Update to 1.7.1, provided by Tim Larson in PR 47230.
Changes:
Eina 1.7.1
Changes since Eina 1.7.0:
-------------------------
Fixes:
* Fix return value of eina_mmap_safety_enabled_set() and future
eina_mmap_safety_enabled_get() returns after success
* Fix eina_stringshare_add_length() to return NULL when wrong.
* Add EINA_SAFETY checks are wrong.
Changes since Eina 1.2.0:
-------------------------
Additions:
* Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
* Add an helper to iterate over line in a mapped file.
* Add EINA_SENTINEL to protect variadic functions
* Add EINA_SAFETY checks for proper function arguments.
* Add check if given arguments (distance and coordinates) in eina_tiler
and eina_rectangle are not below zero
Fixes:
* Add missing files in the tarball.
* Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close \
to 1.0.
* Portability issue with Eina_Value when char are not signed by default \
(case on ARM
and PPC).
* Portability issue with Eina_Value test suite when unsigned where not \
promoted to
unsigned long (case on Itanium).
* Fix issue in the XML parser when a tag was in a comment or a CDATA.
* Implement eina_file_map_lines() on Windows.
* Handle NULL in all eina_*_free function.
* eina_log_console_color_set()
* Documentation for eina list specified and eina stringshare fixed.
* eina_convert_atofp wrong return value if fp is NULL.
Removal:
* configure options: --disable-posix-threads, --disable-win32-threads,
--enable-coverage
Eina 1.2.0
Changes since Eina 1.1.0:
-------------------------
Additions:
* eina_mempool_calloc.
* Eina_Semaphore abstraction API.
* eina_xattr_fd_ls.
* Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
* eina_file_map_faulted.
* Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
* deprecated eina_array_count_get(), use eina_array_count() instead.
* eina_inarray data type.
* eina_value data type (generic value storage).
* eina_file_stat.
* eina_log*level_check.
* eina_*buf_manage_new_length.
* EINA_C_ARRAY_LENGTH macro.
* Eina_Stringshare typedef.
* add eina_file_map_faulted() for windows port (was missing).
Fixes:
* compilation errors in Eina_RWLock when building on Windows newer than XP.
* stop leaking Eina_File.
* remove dead lock in Eina_File.
* bug on eina_shutdown when using eina_error.
* NONNULL argument for eina_hash_find.
* compilation of eina_semaphore_lock on Windows.
* forgotten initialization of eina list count during eina_list_split_list.
* leak in Eina_File.
* deadlock in Eina_File.
* make it possible to force the number of detected CPU on a system.
Improvements:
* faster implementation of Eina_Rbtree.
* let eina_hash_free behave like free.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|