forked from pool/neard
89ec6a215e
- update to 0.19: * Fixed missing DBus org.neard.se.conf. * Sync Linux kernel UAPI nfc.h header with newer kernel. * NFC tag: Implement readout of tag UID via DBus interface. OBS-URL: https://build.opensuse.org/request/show/1164089 OBS-URL: https://build.opensuse.org/package/show/hardware/neard?expand=0&rev=32
159 lines
5.6 KiB
Plaintext
159 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 15 10:29:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Drop python2-based test/example script (neard-test package):
|
|
+ Pass --disable test to configure
|
|
+ Drop neard-test subpackage (obsoleted by main package)
|
|
+ Addresses boo#1219314.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 4 08:13:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.19:
|
|
* Fixed missing DBus org.neard.se.conf.
|
|
* Sync Linux kernel UAPI nfc.h header with newer kernel.
|
|
* NFC tag: Implement readout of tag UID via DBus interface.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 5 06:52:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to release 0.18:
|
|
* Fixed configure with newer autoconf v2.71.
|
|
* Made missing autoconf-archive messages nicer.
|
|
* Fixed minor uninitialized access reported by Valgrind.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 27 09:38:47 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 0.17
|
|
* Fix some memory leaks and double frees.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 15 12:12:44 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 11 07:29:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
|
|
* harden_neard.service.patch
|
|
Modified:
|
|
* neard.service
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 20:04:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.16:
|
|
* Added NDEF multi-record write support.
|
|
* Added ST Type5 tags support.
|
|
* Added nciattach tool for NCI UART configuration.
|
|
* Added support for NFC_CMD_ACTIVATE_TARGET.
|
|
* Added NDEF MIME payload exposure.
|
|
* Fixed Mifare Ultralight C issue.
|
|
* Fixed ACE starting logic.
|
|
* Fixed an NDEF segmentation fault.
|
|
* Fixed nfctool -d command line option handling.
|
|
* Fixed several secure elements related bugs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 3 15:08:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
|
|
OBS to shortcut through the -mini flavors.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 6 12:21:11 UTC 2015 - dimstar@opensuse.org
|
|
|
|
- BuildRequire pkgconfig(systemd) in place of systemd-devel: the
|
|
smaller dependency is perfectly sufficient for this package.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 5 18:02:51 UTC 2015 - p.drouand@gmail.com
|
|
|
|
- Update to version 0.15
|
|
* Added iso15693 (NFC type5) support.
|
|
* Added Secure Element support (seeld).
|
|
* Added iso14443-B (NFC type4b) support.
|
|
* Added NFC type5 RMB (Read Multiple Block) support.
|
|
* Fixed NFC type1 dynamic read.
|
|
* Fixed NFC type1 check_presence to only read the tag ID.
|
|
* Fixed NFC type2 CC magic number check.
|
|
* Fixed NFC type4 NDEF detection and handling code.
|
|
* Fixed NFC type4 check_presence implementation.
|
|
* Fixed PHDC coding style and potential bugs.
|
|
* Fixed the constant poll loop to retry on busy adapters.
|
|
* Fixed an agent memory leak.
|
|
* Fixed and cleaned the build system.
|
|
- Remove obsolete macros
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 10 04:39:32 UTC 2014 - acho@susue.com
|
|
|
|
- Move nfctool from neard-test to neard and neard-test Require neard.
|
|
(bnc#881554)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 21 15:06:07 UTC 2014 - jsegitz@novell.com
|
|
|
|
- added necessary macros for systemd files
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 2 21:54:37 UTC 2014 - jengelh@inai.de
|
|
|
|
- Use libnl3 instead of libnl1
|
|
- Remove redundant %clean section, more robust make install call,
|
|
and a simplified file list
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 22 02:53:02 UTC 2014 - acho@suse.com
|
|
|
|
- add %doc AUTHORS COPYING ChangeLog README
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 17 03:39:44 UTC 2014 - acho@suse.com
|
|
|
|
- Remove Unnecessary BuildRequires: systemd and systemd-devel.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 16 05:06:00 UTC 2014 - acho@suse.com
|
|
|
|
- Clean empty %post.(bnc#837978)
|
|
|
|
- Add 'send_destination' to org.neard.conf.(bnc#837978)
|
|
|
|
- Add 'ACTION=="add"' for udev rule.(bnc#837978)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 15 06:43:49 UTC 2014 - acho@suse.com
|
|
|
|
- use --prefix=%_prefix, kill the %clean section. kill has_systemd.
|
|
(bnc#837978)
|
|
|
|
- add udev rules to enable this service by systemd.
|
|
|
|
- remove systemctl from %post.
|
|
-------------------------------------------------------------------
|
|
Wed Dec 18 12:36:37 UTC 2013 - cfarrell@suse.com
|
|
|
|
- license update: GPL-2.0
|
|
majority of files have GPL-2.0 (only) license
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 17 11:54:23 UTC 2013 - acho@suse.com
|
|
|
|
- Add neard.service to enable neard.(bnc#837978)
|
|
Fixed systemd BuildRequires version.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 6 10:43:14 UTC 2013 - acho@suse.com
|
|
|
|
- Rmove neard-rpmlintrc.
|
|
whitelist the "org.neard.conf" DBUS service.(bnc#837978)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 09:44:41 UTC 2013 - acho@suse.com
|
|
|
|
- Initial neard package - version 0.13 (fate#315616)
|
|
|