Olaf Hering
ea11bf351a
hv_set_ifconfig and dhcp is disabled OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=61
271 lines
9.6 KiB
Plaintext
271 lines
9.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 24 10:18:34 CEST 2013 - ohering@suse.de
|
|
|
|
- set BOOTPROTO=static if any IPADDR/IP6ADDR was passed to
|
|
hv_set_ifconfig and dhcp is disabled
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 16:16:06 CEST 2013 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon (merge 0783d72fa from v3.9-rc1)
|
|
Fix how ifcfg-* file is created
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 15:24:00 CEST 2013 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon (changes up to 3.11-rc1):
|
|
Improve error logging in KVP daemon.
|
|
Fix file descriptor leaks
|
|
Check retrun value of strchr call
|
|
Check return value of poll call
|
|
Check return value of setsockopt call
|
|
daemon should check type of received Netlink msg
|
|
daemon setsockopt should use options macros
|
|
daemon should subscribe only to CN_KVP_IDX group
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 12:04:05 CEST 2013 - ohering@suse.de
|
|
|
|
- Fix a bug in IPV6 subnet enumeration (bnc#828714)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 26 18:03:47 CET 2013 - ohering@suse.de
|
|
|
|
- Update hv_vss_daemon (bnc#811033)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 22 17:23:36 CET 2013 - ohering@suse.de
|
|
|
|
- add hv_vss_daemon (fate#314921)
|
|
helper to support host initiated backup
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 22 16:56:57 CET 2013 - ohering@suse.de
|
|
|
|
- build hv_kvp_daemon with -D_GNU_SOURCE to get O_CLOEXEC
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 22 16:19:38 CET 2013 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon
|
|
Use CLOEXEC when opening kvp_pool files
|
|
Fix permissions of created directory and files
|
|
Fix /var subdirectory (move state files from /var/opt to /var/lib)
|
|
Fix string types
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 27 11:19:32 CET 2012 - ohering@suse.de
|
|
|
|
- update hv_set_ifconfig, use single index for static ipv4/ipv6 [bnc#790469]
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 25 17:50:40 CET 2012 - ohering@suse.de
|
|
|
|
- update hv_set_ifconfig further to work with our ifcfg [bnc#790469]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 18:14:12 CET 2012 - ohering@suse.de
|
|
|
|
- update hv_get_dhcp_info to work with our ifcfg [bnc#790469]
|
|
- remove cat usage from hv_get_dns_info
|
|
- add quoting to hv_set_ifconfig to make it more robust
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 12 17:18:25 CET 2012 - ohering@suse.de
|
|
|
|
- remove code to build kmp, it was not enabled because the
|
|
drivers are now in kernel since a long time. [bnc#676890]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 8 14:30:05 CET 2012 - ohering@suse.de
|
|
|
|
- Netlink source address validation allows DoS [bnc#791605, CVE-2012-5532]
|
|
bugfix for recvfrom check from bnc#761200
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 26 17:13:40 CEST 2012 - ohering@suse.de
|
|
|
|
- update hv_set_ifconfig to work with our ifcfg
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 13 11:40:30 CEST 2012 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon
|
|
Return the full kernel version
|
|
Don't return loopback addresses
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 4 15:14:05 CEST 2012 - ohering@suse.de
|
|
|
|
- bump to version 4
|
|
- update kv_kvp_daemon to 3.7-rc1 state [fate#314441]
|
|
support KVP IP Injection, helper scripts go to /usr/lib/hyper-v/bin:
|
|
hv_get_dhcp_info, hv_get_dns_info, hv_set_ifconfig
|
|
- remove usage of absolute paths in runlevel script
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 4 14:55:38 CEST 2012 - ohering@suse.de
|
|
|
|
- remove restart_on_update in postun section
|
|
the daemon can not be restarted at this point, and the new daemon
|
|
may not be 100 percent compatible with the currently running
|
|
kernel [bnc#770763]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 20:44:36 CEST 2012 - ohering@suse.de
|
|
|
|
- check origin of netlink messages, use recvfrom() [bnc#761200, CVE-2012-2669]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 2 12:13:03 CEST 2012 - ohering@suse.de
|
|
|
|
- update insserv part, see comments in OBS submit request #112701
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 27 08:50:43 CEST 2012 - ohering@suse.de
|
|
|
|
- add kvptest.ps1.txt to docs, a PowerShell script to verify KVP
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 26 19:05:48 CEST 2012 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon to 3.4-rc1 state
|
|
use a copy linux/hyperv.h to compile the daemon
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 8 17:46:21 CET 2011 - ohering@suse.de
|
|
|
|
- do not package modprobe.conf rule in main package
|
|
prevents loading of ata_piix which is required for cdrom access
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 18 21:49:57 CET 2011 - ohering@suse.de
|
|
|
|
- add Supplements to install package if dmi matches [bnc#731198]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 1 18:51:03 CEST 2011 - ohering@suse.de
|
|
|
|
- disable hyper-v-kmp
|
|
hv_storvsc handles now IDE and SCSI disks and ata_piix is
|
|
compiled into the kernel in SLE12, so the modprobe.conf rules
|
|
have no meaning anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 26 21:24:25 CEST 2011 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon: Cleanup kvp_get_domain_name(). If
|
|
getaddrinfo() fails, deal with it properly (this can happen if no
|
|
IP address has been assigned). Also, don't specify a specific
|
|
service in the call to getaddrinfo() to make this code as generic
|
|
as possible.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 24 17:22:41 CEST 2011 - ohering@suse.de
|
|
|
|
- update hv_kvp_daemon: The current win7 host does not like it when
|
|
we return the complete kernel release information. Conform to
|
|
what the host expects.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 15:41:33 CEST 2011 - ohering@suse.de
|
|
|
|
- update preun, stop_on_removal requires an argument
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 11:09:30 CEST 2011 - ohering@suse.de
|
|
|
|
- remove get_release_number.sh, which was added by accident
|
|
- bump version number to 2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 10:58:42 CEST 2011 - ohering@suse.de
|
|
|
|
- catch errors from daemon()
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 10:33:50 CEST 2011 - ohering@suse.de
|
|
|
|
- update postun to run restart_on_update
|
|
- use rpmmacro for daemon name
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 08:10:12 CEST 2011 - ohering@suse.de
|
|
|
|
- update postin to work in / again when running insserv macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 16 15:33:49 CEST 2011 - ohering@suse.de
|
|
|
|
- Update version number to 1 so kernel.rpm can obsolete
|
|
the old kmp packages
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 16 11:12:06 CEST 2011 - ohering@suse.de
|
|
|
|
- enable hv_kvp_daemon if run in a hv guest [fate#312213]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 21 17:18:20 CEST 2011 - ohering@suse.de
|
|
|
|
- add hv_kvp_daemon to provide system infos to hypervisor [bnc#685189]
|
|
this enables the hyper-v main package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 16 15:13:36 CEST 2011 - ohering@suse.de
|
|
|
|
- Require at least kernel-default 2.6.32.27 for an empty KMP.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 15 16:50:25 CEST 2011 - ohering@suse.de
|
|
|
|
- actually keep the KMP packages with just the modprobe.conf file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 11:24:03 CEST 2011 - ohering@suse.de
|
|
|
|
- make building of kernel modules optional [bnc#676890]
|
|
the hv*.ko drivers exist in two places, kernel-default and this
|
|
KMP package. Both can get out of sync, then mkinitrd will use
|
|
(the possible outdated) drivers from this KMP package.
|
|
disable building drivers per default, keep only the
|
|
hyperv_pvdrivers.conf
|
|
- mark hyperv_pvdrivers.conf as config to preserve local
|
|
modifications done by the sysadmin
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 24 12:09:25 CET 2011 - meissner@suse.de
|
|
|
|
- also add hv_timesource to Modules.supported [bnc#650748]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 4 10:28:21 CET 2011 - meissner@suse.de
|
|
|
|
- add hv_utils to Modules.supported [bnc#650748]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 28 11:40:33 CEST 2010 - kukuk@suse.de
|
|
|
|
- Next update of hyperv_pvdrivers.conf [bnc#600212]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 27 13:20:55 CEST 2010 - kukuk@suse.de
|
|
|
|
- hyperv_pvdrivers.conf: fix syntax error
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 27 07:10:05 CEST 2010 - ksrinivasan@novell.com
|
|
|
|
- Update hyperv_pvdrivers.conf config file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 18:15:40 CEST 2010 - kukuk@suse.de
|
|
|
|
- Add hyperv_pvdrivers.conf modprobe config file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 5 13:40:56 CET 2010 - mmarek@suse.cz
|
|
|
|
- Packaged drivers/staging/hv as a standalone KMP (bnc#585651).
|
|
|