ptpd/ptpd.changes

159 lines
5.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Oct 20 14:32:53 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* ptpd2.service
-------------------------------------------------------------------
Wed Aug 19 09:08:14 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %_unitdir instead of %{_libexecdir}/systemd/system in the
%files section.
-------------------------------------------------------------------
Thu Nov 22 17:50:22 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim redundant metadata from the description. Use noun phrase
for the summary.
-------------------------------------------------------------------
Wed Nov 21 14:31:06 UTC 2018 - iulhaq@suse.com
- Fix name conflict with openssl variable
* ptpd-evp-md-ctx.patch
-------------------------------------------------------------------
Fri Nov 9 07:50:17 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Enable experimental features
-------------------------------------------------------------------
Thu Mar 8 13:30:11 UTC 2018 - mpluskal@suse.com
- Generate default config during build
-------------------------------------------------------------------
Thu Jan 25 08:08:17 UTC 2018 - mpluskal@suse.com
- Use correct executable path in service file (bsc#1076900)
-------------------------------------------------------------------
Thu Nov 23 13:47:12 UTC 2017 - rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
-------------------------------------------------------------------
Wed Jul 13 10:40:49 UTC 2016 - mpluskal@suse.com
- Fix building with latest net-snmp
* ptpd2-net-snmp_U64.patch
-------------------------------------------------------------------
Thu May 12 19:33:35 UTC 2016 - mpluskal@suse.com
- Update to 2.3.1
* see attached Changelog for full list of changes
- Update project and download url
- Small spec file cleanups
-------------------------------------------------------------------
Mon Jun 1 08:41:34 UTC 2015 - mpluskal@suse.com
- Update to 2.3.0
* see attached Changelog for full list of changes
- Add systemd unit file and config file
* ptpd2.conf
* ptpd2.service
- Drop init file
* conf.ptpd.init
- Cleanup spec file with spec-clener
-------------------------------------------------------------------
Thu Oct 27 18:12:26 UTC 2011 - coolo@suse.com
- use original tar
- do not mention runlevel 4
- don't depend on octave for documentation
- remove unused patches
-------------------------------------------------------------------
Mon May 9 14:13:08 UTC 2011 - dbahi@novell.com
- update to release 1.1.0 (2010-10-12)
* Add code to limit how much of an offset or delay the client is
willing to tolerate.
* Add support for BINTIME on FreeBSD which gives more accurate
packet timestamps.
* Add quality file support
* Add support for syslog.
* Add support for user configurable TTL.
* Clean up code formatting, headers, comments etc.
-------------------------------------------------------------------
Mon Oct 19 12:59:53 MDT 2009 - alext@suse.de
- Update to ptpd git snapshot of 599b03b post 1.0.0. release, includes
patches by Patrick Ohly from the ptpd git repo as follows:
599b03b... added basic compilation instructions
ef2a5cc... Linux HW time stamping: define fallbacks no longer in net_tstamp.h,
need them in user space to compile
f837c84... netShutdown(): check whether it is called during init and avoid
SIOCSHWTSTAMP with invalid eventSock
70181a1... Linux: use generic net_tstamp API for more accurate time stamping,
with and without HW support
e003660... Merge branch 'ptpd-1.0.0-cluster-clock'
c6eb9c8... timertest: ping-pong test which measures clock skew between nodes
9275c8d... adjtimex call: added error checking
03085e7... use ajdtimex() tick adjustment to increase range of total clock
adjustment
576ffbf... fixed and extended printing of statistics
dc61251... include time in initialization of random seed for delay requests:
otherwise different runs use the same intervals
c380fa7... allow much higher frequency adjustments
7523072... added implementation of E1000 NIC time control
96beda4... optionally set PTP_ASSIST in msgPackDelayReq()
7ad1b32... *always* set PTP_ASSIST in Sync message
3444e67... configuration file for doxygen
864a492... separated system time and time which is controlled/used by PTP
- added Doxygen-style comments
- time.c accesses PTP time (currently always uses system time)
- timer.c controls delays in the host's system time (as before)
- moved nanoSleep() to be consistent
3762491... added the possibility to log into system log: use -f syslog
b8e2d39... fix ubild on freebsd
-------------------------------------------------------------------
Fri Jun 12 14:07:27 CEST 2009 - coolo@novell.com
- fix build with glibc 2.10
-------------------------------------------------------------------
Tue Nov 11 23:08:23 CET 2008 - dbahi@suse.de
- modified to use 1.0.0 release instead of rc
-------------------------------------------------------------------
Wed Nov 7 05:28:44 CET 2007 - dbahi@suse.de
- cleaned up init script and install process
-------------------------------------------------------------------
Fri Nov 2 14:53:04 CET 2007 - dbahi@suse.de
- patch makefile to allow env CFLAGS
- adjusted sysconfig to use %fill_only
-------------------------------------------------------------------
Fri Nov 2 06:52:53 CET 2007 - dbahi@suse.de
- added system v init script and sysconfig file suitable
for use with yast /etc/sysconfig editor
-------------------------------------------------------------------
Tue Oct 23 21:01:57 CEST 2007 - dbahi@suse.de
- initial package creation