Revisions of netatalk

Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1118195 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 80)
- version update to 3.1.18 [bsc#1197576]
  Changes in 3.1.18
  =================
  * FIX: CVE-2022-22995: Harden create_appledesktop_folder(), GitHub #480
  * FIX: Correct syntax for libwrap check in tcp-wrappers.m4, GitHub #500
  * FIX: Correct syntax for libiconv check in iconv.m4, GitHub #491
  * FIX: quota is not supported on macOS, GitHub #492
  * FIX: dtrace is not supported on FreeBSD aarch64, GitHub #498
  
  Changes in 3.1.17
  =================
  * FIX: CVE-2023-42464: Validate data type in dalloc_value_for_key(), GitHub #486
  * FIX: Declare a variable before using it in a loop,
         which was throwing off the default compiler on RHEL7, GitHub #481
  * UPD: Distribute tarballs with xz compression by default, not gzip, GitHub #478
  * UPD: Add AUTHOR sections to all man pages with a reference to CONTRIBUTORS,
         and standardize headers and footers, GitHub #462
  
  Changes in 3.1.16
  =================
  * FIX: libatalk: Fix CVE-2022-23121, CVE-2022-23123 regression
         - Added guard check before access ad_entry(), GitHub#357
         - Allow zero length entry, for AppleDouble specification, GitHub#368
         - Remove special handling for COMMENT entries, GitHub#236
         - The assertion for invalid entires is still enabled,
           so please report any future "Invalid metadata EA" errors!
  * FIX: build system: Fix autoconf warnings and modernize bootstrap
         and configure.ac, GitHub#331
  * FIX: build system: Correct syntax in libevent search macro,
         summary macro and netatalk executable makefile, GitHub#342
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 686333 from Luke Jones's avatar Luke Jones (luke_nukem) (revision 79)
Please forward to Factory.

- 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)
mrdocs's avatar mrdocs committed (revision 78)
buildservice-autocommit accepted request 555013 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 77)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 554991 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 76)
Fix build with RPM 4.14
buildservice-autocommit accepted request 499902 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 75)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 499841 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 74)
Updated to version 3.1.11, build for systemd only
buildservice-autocommit accepted request 454867 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 73)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 454465 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 72)
everything in opensuse is, exceptions exempted, open and free.
buildservice-autocommit accepted request 427992 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 71)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 427848 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 70)
Updated to version 3.1.10
buildservice-autocommit accepted request 351837 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 69)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 351284 from Malcolm Lewis's avatar Malcolm Lewis (malcolmlewis) (revision 68)
Updated to version 3.1.8
buildservice-autocommit accepted request 282027 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 67)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 282012 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 66)
- Don't install init script on systems with systemd
- Spec file cleanup with spec-cleaner
- Fix systemd specific conditions to match packaging guidelines
buildservice-autocommit accepted request 280875 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 65)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 280807 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 64)
Resubmitted: Making up for not having actual version control.
- fce: afpd: fix fce_event_names array overflow
  * Added: fce-afpd-fix-fce_event_names-array-overflow.patch

- 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
buildservice-autocommit accepted request 262212 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 63)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 62)
- removed upstreamed netatalk-return-code.patch
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 61)
- removed unneded netatalk-return-code.patch
Displaying revisions 1 - 20 of 80
openSUSE Build Service is sponsored by