SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for netatalk-3.1.12-3.54.i586.rpm :

* Tue Mar 19 2019 Luke Jones - Update to version 3.1.12 + FIX: dhx uams: build with LibreSSL + FIX: various spelling errors + FIX: corrects lack of bounds checking (CVE-2018-1160)
* Thu Dec 07 2017 dimstarAATTopensuse.org- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as \'the main packages version\'.
* Tue May 30 2017 malcolmlewisAATTopensuse.org- Update to version 3.1.11: + NEW: Global option \"zeroconf name\", FR#99. + NEW: Show Zeroconf support by \"netatalk -V\", FR#100. + FIX: Log message: name of function doese not match, GH#78. + FIX: dsi_stream_read: len:0, unexpected EOF, GH#82. + UPD: Volume capacity reporting to match Samba behavior, GH#83. + UPD: dhx uams: OpenSSL 1.1 support, GH#87.- Drop Sysvinit conditionals, rpmlintrc and build for systemd only.
* Fri Feb 03 2017 jengelhAATTinai.de- Trim filler words from description. Remove unused --with-pic, this is implicit for shared libs.
* Thu Sep 15 2016 malcolmlewisAATTopensuse.org- Update to version 3.1.10: + FIX: Cannot build when ldap is not defined, bug #630. + FIX: SIGHUP can cause core dump when mdns is enabled, bug #72. + FIX: dsi_stream_read: len:0, unexpected EOF, bug #633.- Changes from version 3.1.9: + FIX: afpd: fix \"admin group\" option. + NEW: afpd: new options \"force user\" and \"force group\". + FIX: Listening on IPv6 wildcard address may fail if IPv6 is disabled, bug #606. + NEW: LibreSSL support, FR #98. + FIX: cannot build when acl is not defined, bug #574. + UPD: Use \"tracker daemon\" command instead of \"tracker-control\" command if Gnome Tracker is the recent version. + NEW: configure options \"--enable-rpath\" and \"--disable-rpath\" which can be used to force setting of RPATH or disable it. + NEW: configure option \"--with-tracker-install-prefix\" allows setting an alternate install prefix for tracker when cross-compiling. + UPD: asip-status.pl: IPv6 support. + UPD: asip-status.pl: show GSS-UAM SPNEGO blob. + FIX: afpd: don’t use network IDs without LDAP, bug #621. + FIX: afpd: reading from file may fail, bug #619. + FIX: ad: ad cp may crash, bug #622. + UPD: Update Unicode support to version 9.0.0.- Rebase netatalk-wrong-error-message.patch.- Rebase netatalk-libc-xattr.patch.- Update soname version to 18.
* Tue Dec 29 2015 malcolmlewisAATTopensuse.org- Update to version 3.1.8: + FIX: CNID/MySQL: Quote UUID table names, bug #585. + FIX: Crash in cnid_metad, bug #593. + UPD: Update Unicode support to version 8.0.0. + FIX: larger server side copyfile buffer for improved IO performance, bug #599. + NEW: afpd: new option \"ea = samba\". Use Samba vfs_streams_xattr compatible xattrs which means adding a 0 byte at the end of xattrs. + FIX: Listen on IPv6 wildcard address by default, bug #602. + FIX: FCE protocol version 1 packets, bug #603. + UPD: Update list of BerkeleyDB versions searched at configure time.- Rebase fce-afpd-fix-fce_event_names-array-overflow.patch.- Update soname version to 17.- Clean up more duplicate files with fdupes.- Add fno-strict-aliasing cflag option as per rpmlint compiler warning in post build checks.
* Tue Jan 20 2015 mpluskalAATTsuse.com- Don\'t install init script on systems with systemd- Spec file cleanup with spec-cleaner- Fix systemd specific conditions to match packaging guidelines
* Sun Jan 11 2015 jeffmAATTsuse.com- fce: afpd: fix fce_event_names array overflow
* Added: fce-afpd-fix-fce_event_names-array-overflow.patch
* Wed Jan 07 2015 jeffmAATTsuse.com- update to 3.1.7:
* UPD: Spotlight: enhance behaviour for long running queries, client will now show \"progress wheel\" while waiting for first results.
* FIX: netatalk: fix a crash on Solaris when registering with mDNS
* FIX: netatalk: SIGHUP would kill the process instead of being resent to the other Netatalk processes, bug #579
* FIX: afpd: Solaris locking problem, bug #559
* FIX: Handling of malformed UTF8 strings, bug #524
* FIX: afpd: umask handling, bug #576
* FIX: Spotlight: Limiting searches to subfolders, bug #581
* FIX: afpd: reloading logging config may result in privilege escalation in afpd processes
* FIX: afpd: ACL related error messages, now logged with loglevel debug instead of error
* FIX: cnid_metad: fix tsockfd_create() return value on error
* FIX: CNID/MySQL: volume table name generation, bug #566. - via 3.0.6:
* FIX: charset conversion failed when copying from Mac OS 9. Bug #523.
* UPD: Don’t force S_ISGID for directories on FreeBSD. Bug #525.
* NEW: Add support for ZFS ACLs on FreeBSD with libsunacl. From FR#83.
* FIX: Active Directory LDAP queries for ACL support with new options \"ldap user filter\" and \"ldap group filter\". Bug #526.
* NEW: Option \"vol dbnest\", when set to true, the CNID database for a volume is stored in the volume root of a share in a directory .AppleDB like in Netatalk 2. Defaults to false. From FR#84.
* FIX: Small fix in the DSI tickle handling. Bug #528.
* UPD: Enhance handling of connection attempts when hitting the connection limit. Bug #529.
* FIX: Saving from Word to a folder that is a symlink to a folder on another filesystem results in a crash of the afpd process and the save to fail. This happens only if the option \"follow symlinks\" is enabled. Bug #532.
* FIX: Disable Kerberos UAM if AFP service principal name can’t be evaluated. Fixes bug #531.
* FIX: Fix handling of large number of volumes. Bug #527.
* NEW: Configure option --with-tbd which can be used to disable the use of the bundled tdb and use a system installed version.- Added build support for spotlight tracker but it is disabled due to dbus security policy.
* Tue Nov 18 2014 pgajdosAATTsuse.com- update to 3.1.6:
* FIX: Spotlight: fix for long running queries
* UPD: afpd: distribute SIGHUP from parent afpd to children and force reload shares
* FIX: netatalk: refresh Zeroconf registration when receiving SIGHUP
* NEW: configure option \"--with-init-style=debian-systemd\" for Debian 8 jessieand later.
* FIX: afpd: Hangs in Netatalk which causes it to stop responding to connections, bug #572.
* NEW: afpd: new option \"force xattr with sticky bit = yes|no\" (default: no), FR #94
* UPD: afpd: FCE version 2 with new event types and new config options \"fce ignore names\" and \"fce notify script\"
* UPD: afpd: check for modified included config file, FR #95.
* UPD: libatalk: logger: remove flood protection and allocate messages
* UPD: Spotlight: use async Tracker SPARQL API
* NEW: afpd: new option \"case sensitive = yes|no\" (default: yes) In spite of being case sensitive as a matter of fact, netatalk 3.1.3 and earlier did not notify kCaseSensitive flag to the client. Now, it is notified correctly by default, FR #62.
* UPD: Spotlight: more SPARQL query optimisations
* UPD: Spotlight: new options \"sparql results limit\", \"spotlight attributes\" and \"spotlight expr\"
* FIX: afpd: Unarchiving certain ZIP archives fails, bug #569
* UPD: Update Unicode support to version 7.0.0
* FIX: Memory overflow caused by \'basedir regex\', bug #567
* NEW: afpd: delete empty resource forks, from FR #92
* FIX: afpd: fix a crash when accessing ._ AppleDouble files created by OS X via SMB, bug #564
* FIX: afpd and dbd: Converting from AppleDouble v2 to ea may corrupt the resource fork. In some circumstances an offset calculation is wrong resulting in corrupt resource forks after the conversion. Bug #568.
* FIX: ad: fix for bug #563 broke ad file utilities, bug #570.
* NEW: afpd: new advanced option controlling permissions and ACLs, from FR #93- removed upstreamed netatalk-return-code.patch
 
ICM