changelog 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. qubes-core-agent (3.1.11-1) wheezy; urgency=medium
  2. [ Marek Marczykowski-Górecki ]
  3. * dom0-updates: add a message explaining yum deprecated warning
  4. [ noname ]
  5. * archlinux: Added python{2,3} as dependency. Solved python22 bug.
  6. [ Marek Marczykowski-Górecki ]
  7. * Fix time sync service
  8. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 07 Jan 2016 05:52:35 +0100
  9. qubes-core-agent (3.1.10-1) wheezy; urgency=medium
  10. * network: use more strict policy about incoming traffic
  11. * debian: add missing python-gtk2 dependency
  12. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 31 Dec 2015 02:58:29 +0100
  13. qubes-core-agent (3.1.9-1) wheezy; urgency=medium
  14. * dnf: drop shebang, it isn't standalone script
  15. * Package DNF plugin for both python2 and python3
  16. * dom0-updates: fix reporting when no updates are available
  17. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 26 Dec 2015 14:24:00 +0100
  18. qubes-core-agent (3.1.8-1) wheezy; urgency=medium
  19. [ Marek Marczykowski-Górecki ]
  20. * open-in-vm: Fix path to mimeinfo database
  21. [ Olivier MEDOC ]
  22. * archlinux: fix invalid systemd path in make install directive
  23. * archlinux: remove quotes when checking system locales (in case it
  24. has been user defined)
  25. [ MB ]
  26. * [network-proxy-setup] Permit !CONFIG_MODuLES
  27. [ Rusty Bird ]
  28. * repo description: updates-testing -> security-testing
  29. [ Marek Marczykowski-Górecki ]
  30. * debian: add security-testing repository
  31. [ Olivier MEDOC ]
  32. * archlinux: ensure systemctl reset preset correctly (need to be
  33. started twice)
  34. [ Marek Marczykowski-Górecki ]
  35. * updates-proxy: restart on network configuration change to reload DNS
  36. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 20 Dec 2015 03:12:39 +0100
  37. qubes-core-agent (3.1.7-1) wheezy; urgency=medium
  38. * updates-proxy: explicitly block connection looping back to the proxy
  39. IP
  40. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 04 Dec 2015 15:32:14 +0100
  41. qubes-core-agent (3.1.6-1) wheezy; urgency=medium
  42. * Revert "network: use drop-ins for NetworkManager configuration
  43. (#1176)"
  44. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 29 Nov 2015 00:34:34 +0100
  45. qubes-core-agent (3.1.5-1) wheezy; urgency=medium
  46. [ Patrick Schleizer ]
  47. * clean up /etc/tinyproxy/filter-updates
  48. [ Olivier MEDOC ]
  49. * updates-proxy: remove remaining traces of proxy filtering file from
  50. Makefile
  51. * rpm_spec: declare InstallUpdateGUI qrexec_service
  52. * archlinux: enforce minimum versionning of qubes-utils
  53. [ Patrick Schleizer ]
  54. * Prevent services from being accidentally restarted by `needrestart`.
  55. * Have qubes-sysinit create /var/run/qubes VM type files.
  56. [ Marek Marczykowski-Górecki ]
  57. * Package needrestart config only for Debian
  58. * debian: reformat Build-Depends:
  59. * debian: update build-depends for split qubes-utils package
  60. * backup: Use 'type' instead of 'which' to prevent unnecessary
  61. dependency
  62. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 28 Nov 2015 14:48:33 +0100
  63. qubes-core-agent (3.1.4-1) wheezy; urgency=medium
  64. [ Marek Marczykowski-Górecki ]
  65. * Minor improvements to packaging (based on rpmlint)
  66. [ Patrick Schleizer ]
  67. * removed confusing comments
  68. * minor indent
  69. * No longer start /etc/init.d/tinyproxy by default anymore.
  70. [ Marek Marczykowski-Górecki ]
  71. * Revert "preset disable tinyproxy by default"
  72. [ Patrick Schleizer ]
  73. * minor, removed trailing space
  74. * Improved upgrade notifications sent to QVMM.
  75. * fixed inverted logic issue in upgrades-installed-check
  76. * misc/upgrades-installed-check: handle apt-get errors
  77. [ Marek Marczykowski-Górecki ]
  78. * Explicitly fail upgrades-installed-check on other distributions
  79. [ qubesuser ]
  80. * Allow to provide customized DispVM home directly in the template VM
  81. [ Marek Marczykowski-Górecki ]
  82. * network: let NetworkManager configure VM uplink, if enabled
  83. * Use improved update-notify script also in Fedora
  84. * Implement qubes.InstallUpdatesGUI qrexec service
  85. * Really fix update-proxy rules for debian security fixes repo
  86. * updates-proxy: disable filtering at all
  87. * network: disable proxy_arp
  88. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 15 Nov 2015 04:29:29 +0100
  89. qubes-core-agent (3.1.3-1) wheezy; urgency=medium
  90. [ Marek Marczykowski-Górecki ]
  91. * network: forward TCP DNS queries
  92. [ Patrick Schleizer ]
  93. * removed trailing spaces
  94. * Renamed qubes-mount-home to qubes-mount-dirs.
  95. [ Marek Marczykowski-Górecki ]
  96. * qrexec: implement buffered write to a child stdin
  97. [ Olivier MEDOC ]
  98. * archlinux: update packaging and install script to use systemd
  99. DROPINs
  100. * archlinux: force running scripts with python2 even when /usr/bin/env
  101. is used
  102. * archlinux: readd notification-daemon as a dependency
  103. * archlinux: readd lines removed by error during merge
  104. [ Patrick Schleizer ]
  105. * disable leaking TCP timestamps by default
  106. [ Marek Marczykowski-Górecki ]
  107. * rpm: add /etc/sysctl.d/20_tcp_timestamps.conf
  108. * rpm: remove duplicated entry
  109. [ Patrick Schleizer ]
  110. * cleanup /etc/apt/apt.conf.d/00notiy-hook on existing systems
  111. [ erihe251 ]
  112. * Small language fixes
  113. * Update qubes.sudoers
  114. [ Marek Marczykowski-Górecki ]
  115. * Require new enough qubes-utils package for updated libqrexec-utils
  116. * debian: install locales-all instead of custom locales generation
  117. * makefile: cleanup help message
  118. * Setup updates proxy in dnf and PackageKit
  119. * backup: fix handling backup filename with spaces
  120. * backup: improve exit code reporting
  121. [ Rusty Bird ]
  122. * qfile-unpacker: Avoid data loss by checking for child errors
  123. [ Marek Marczykowski-Górecki ]
  124. * appmenus: ignore entries with NoDisplay=true
  125. * qfile-agent: move data handling code to libqubes-rpc-filecopy
  126. [ yaqu ]
  127. * Replacing "sleep 365d" with "sleep inf"
  128. [ Marek Marczykowski-Górecki ]
  129. * No longer disable auditd
  130. * dom0-updates: prefer yum-deprecated over dnf
  131. * fedora: Add skip_if_unavailable=False to Qubes repositories
  132. [ Olivier MEDOC ]
  133. * add DROPINS for org.cups.cupsd systemd files.
  134. * dropins: make current systemd dropins specific to systemd-system in
  135. order to introduce dropins for systemd-user
  136. * dropins: implement dropins for systemd user starting with pulseaudio
  137. systemd service and socket masking
  138. [ Marek Marczykowski-Górecki ]
  139. * qrexec: add some comments, minor improvement in readability
  140. * qrexec: use #define for protocol-specified strings
  141. * dracut: disable hostonly mode
  142. * dom0-updates: use yum-deprecated instead of dnf in all calls
  143. * updates-proxy-setup: use temporary file for config snippet
  144. * Implement dnf hooks for post-update actions
  145. * fedora: do not require/use yum-plugin-post-transaction-actions in
  146. F>=22
  147. * Get rid of qubes-core-vm-kernel-placeholder
  148. * systemd: make sure that update check is started only after qrexec-
  149. agent
  150. * dom0-updates: do not use 'yum check-update -q'
  151. * Bump qubes-utils version requirement
  152. [ Patrick Schleizer ]
  153. * preset disable tinyproxy by default
  154. [ Marek Marczykowski-Górecki ]
  155. * updates-proxy: use separate directory for PID file
  156. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 11 Nov 2015 06:29:21 +0100
  157. qubes-core-agent (3.1.2-1) wheezy; urgency=medium
  158. [ Marek Marczykowski-Górecki ]
  159. * Enlarge /tmp and /dev/shm
  160. * network: use own iptables service instead of repurposing existing
  161. one
  162. [ Patrick Schleizer ]
  163. * removed iptables-persistent from Depends to improve usablity (avoid
  164. redundant debconf question)
  165. [ Marek Marczykowski-Górecki ]
  166. * debian: disable netfilter-persistent.service
  167. * Adjust progress message on file move operation
  168. * Run 'ldconfig' to update /usr/local/lib* cache, if applicable
  169. * updates-proxy: Disable 'Via: tinyproxy' header
  170. * Cleanup R3.0->R3.1 transitional package
  171. * network: use drop-ins for NetworkManager configuration (#1176)
  172. * network: fix 'qubes-uplink-eth0' NetworkManager connection (#1280)
  173. [ Patrick Schleizer ]
  174. * minor
  175. [ HW42 ]
  176. * qubes-random-seed: feed kernel rng with randomness from dom0
  177. * reload qubes-random-seed when restoring DispVM
  178. [ Marek Marczykowski-Górecki ]
  179. * systemd: actually enable qubes-random-seed service
  180. * sysvinit: load random seed from dom0 provided data
  181. * Use 'type' instead of 'which' to prevent unnecessary dependency
  182. * Add missing R: dconf to hide nm-applet when not used
  183. * dom0-updates: Fix showing package list when --check-only option was
  184. used
  185. * dom0-updates: check "yum check-update" exit code, not only its
  186. output
  187. * dom0-updates: fix hostname in error message
  188. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Oct 2015 03:00:00 +0200
  189. qubes-core-agent (3.1.1-1) wheezy; urgency=medium
  190. * Update repository definition for r3.1
  191. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:55:35 +0200
  192. qubes-core-agent (3.1.0-1) wheezy; urgency=medium
  193. [ Patrick Schleizer ]
  194. * Allow passwordless login for user "user" (when using 'sudo xl
  195. console').
  196. * Allow passwordless login for user "user" (when using 'sudo xl
  197. console') for images being upgraded.
  198. * show error msg if qubes.ReceiveUpdates failed
  199. [ qubesuser ]
  200. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  201. [ Patrick Schleizer ]
  202. * added missing dependency python-dbus to 'Depends:'
  203. [ Marek Marczykowski-Górecki ]
  204. * rpm: add dbus-python dependency
  205. [ qubesuser ]
  206. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  207. * qubes-rpc: fix icon selection using pyxdg and support SVG icons
  208. [ Patrick Schleizer ]
  209. * fixed 'Debian 8 apt.config.d misconfiguration'
  210. * added missing dependency xserver-xorg-dev
  211. * - Prevent 'su -' from asking for password in Debian [based]
  212. templates. Thanks to @unman and @marmarek for suggesting the fix!
  213. Fixes https://github.com/QubesOS/qubes-issues/issues/1128. - Changed
  214. 'ifeq (1,${DEBIANBUILD})' to 'ifeq ($(shell lsb_release -is),
  215. Debian)' to make the build work outside of Qubes Builder as well.
  216. * Fixed /etc/pam.d/su.qubes. (Moved line 'auth sufficient
  217. pam_permit.so' up. May not be low '@include' lines.)
  218. * fix typo
  219. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:39:55 +0200
  220. qubes-core-agent (3.0.16-1) wheezy; urgency=medium
  221. [ Marek Marczykowski-Górecki ]
  222. * debian: remove SELinux disabling code
  223. * Revert "qubes-desktop-run: Activate via DBUS when desktop file
  224. contains DBusActivatable"
  225. * qubes-desktop-run: start the Dbus service (if needed)
  226. [ Patrick Schleizer ]
  227. * added pulseaudio-kde and spice-vdagent to qubes-trigger-desktop-
  228. file-install
  229. [ Jason Mehring ]
  230. * debian: Move python-xdg to depends section in debian/control
  231. * sudoers.d: Stops QT from using the MIT-SHM X11 Shared Memory
  232. Extension
  233. [ Rusty Bird ]
  234. * Mount /dev/xvdb with fs type "auto"
  235. [ Marek Marczykowski-Górecki ]
  236. * Move .desktop launching code to python moules so it can be reused
  237. * Implement dropins for /etc/xdg/autostart (#1151)
  238. * Remove dynamically generated autostart desktop files
  239. * qubes-session-autostart: do not abort the whole process on invalid
  240. file
  241. * qubes-desktop-run: don't crash on Debian wheezy (glib < 2.36)
  242. * debian: fix /dev permissions on upgrade
  243. * systemd: fix starting cups
  244. * debian: depend on gawk
  245. * Fix show-hide-nm-applet.desktop - use OnlyShowIn=X-QUBES
  246. [ Patrick Schleizer ]
  247. * moved python-xdg from Recommends to Depends
  248. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 03 Sep 2015 02:45:30 +0200
  249. qubes-core-agent (3.0.15-1) wheezy; urgency=medium
  250. * debian: remove `Recommends: chrony`
  251. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 23:23:38 +0200
  252. qubes-core-agent (3.0.14-1) wheezy; urgency=medium
  253. [ Marek Marczykowski-Górecki ]
  254. * kernel-placeholder: prevent xl2tpd from pulling kernel packages
  255. * qubes-core-vm-kernel-placeholder 1.0-3
  256. [ Olivier MEDOC ]
  257. * archlinux: update dependency list based on .spec file
  258. * archlinux: reorganize install script to make it more easily
  259. compareable with the .spec file
  260. * archlinux: fix syntax errors in install file
  261. [ Marek Marczykowski-Górecki ]
  262. * debian: fix permissions of /var/lib/qubes/dom0-updates
  263. [ Patrick Schleizer ]
  264. * also inform in cli if no new updates are available
  265. [ Olivier MEDOC ]
  266. * archlinux: pulseaudio should be configured in gui agent and will
  267. break installation of pulseaudio if installed in core-agent-linux
  268. * archlinux: enabled configuration of all core agent dependencies
  269. * archlinux: ensure python2 is used for all scripts and fix
  270. dependencies for qubes-desktop-run
  271. [ Jason Mehring ]
  272. * debian: Renamed incorrect filename: 00notiy-hook -> 00notify-hook
  273. * debian: Comment out deb-src line in qubes-r3.list
  274. * Use 'which' to locate fuser since fuser path is different in Fedora
  275. and Debian
  276. * debian: Change triggers to use `interest-await` (execute triggers
  277. after all packages installed)
  278. * Remove '.service' from systemd enable loop as unit_name already
  279. contains .service in name
  280. * debian: remove cups/print-applet triggers
  281. * debian: Added cups, system-config-printer to Recommends
  282. * Makefile: Add systemd drop-in support which include conditionals to
  283. prevent services from starting
  284. * fedora: Add systemd drop-in support which include conditionals to
  285. prevent services from starting
  286. * debian: Add systemd drop-in support which include conditionals to
  287. prevent services from starting
  288. * Re-aranged qubes-vm.preset to indicate which services are specificly
  289. for Fedora only
  290. * vm-systemd: Add systemd drop-in support which include conditionals
  291. to prevent services from starting
  292. [ Marek Marczykowski-Górecki ]
  293. * archlinux: remove installOverridenServices as now handled by systemd
  294. dropins
  295. * fedora: do not own dropins directories
  296. * fedora: simulate preset-all only on first install, not upgrade
  297. * fedora: fix default locale generation
  298. * qrexec: fix exit code from qrexec-client-vm
  299. * qrexec: make sure that all the pipes/sockets are closed on cleanup
  300. [ Jason Mehring ]
  301. * qubes-desktop-file-install: Manages xdg desktop entry files
  302. * debian: Reformat depends in control for better readability
  303. * debian: qubes-desktop-file-install: Add misssing depend to contol
  304. * debian: Switch to using org.mate.NotificationDaemon by default to
  305. eliminate popups not closing
  306. * fedora: Use 'slider' org.mate.NotificationDaemon theme
  307. * qubes-desktop-run: Activate via DBUS when desktop file contains
  308. DBusActivatable
  309. [ Marek Marczykowski-Górecki ]
  310. * Move `/usr/share/qubes/xdg` to `/var/lib/qubes/xdg`
  311. [ Patrick Schleizer ]
  312. * fixed "in place upgrade issue - base-passwd debconf interative
  313. question asks 'Remove group "qubes"'"
  314. * fixed "in place upgrade issue - base-passwd debconf interative
  315. questi…on asks 'Remove group "qubes"'" for existing users
  316. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 04:16:52 +0200
  317. qubes-core-agent (3.0.13-1) wheezy; urgency=medium
  318. * fedora: ensure that /etc/sysconfig/iptables exists (Fedora 20)
  319. * fedora/systemd: fix service enabling code
  320. * network: use iptables-restore instead of iptables --wait
  321. * network: guard iptables call with manual lock
  322. * network: disable tx csum offload on vif interfaces
  323. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 01 Jul 2015 07:05:53 +0200
  324. qubes-core-agent (3.0.12-1) wheezy; urgency=medium
  325. * dom0-updates: make the tool working on Debian
  326. * fedora, debian: make sure that default locale is generated
  327. * rpm: improve setting iptables rules
  328. * Do not override file pointed by /etc/localtime symlink
  329. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 23 Jun 2015 20:06:22 +0200
  330. qubes-core-agent (3.0.11-1) wheezy; urgency=medium
  331. [ Marek Marczykowski-Górecki ]
  332. * debian: fix apt sources.list generation (missing debian version
  333. field)
  334. [ Jason Mehring ]
  335. * Set a default locale if missing
  336. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 11 Jun 2015 04:06:26 +0200
  337. qubes-core-agent (3.0.10-1) wheezy; urgency=medium
  338. * rpm: ensure that all the services are enabled after upgrade
  339. * qrexec: do not show message about missing fork-sever - it isn't an
  340. error
  341. * rpm: add missing dependencies
  342. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 02 Jun 2015 11:20:18 +0200
  343. qubes-core-agent (3.0.9-1) wheezy; urgency=medium
  344. [ Jason Mehring ]
  345. * debian: Only notify dom0 on apt-get post hook; don't update package
  346. index
  347. * debian: Allow apt-get post hook to fail gracefully (won't work in
  348. chroot)
  349. [ Marek Marczykowski-Górecki ]
  350. * appmenus: hide message about missing /usr/local/share/applications
  351. * qrexec: prefer VM-local service file (if present) over default one
  352. * rpm: mark service files as configuration to not override user
  353. changes
  354. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 May 2015 03:27:58 +0200
  355. qubes-core-agent (3.0.8-1) wheezy; urgency=medium
  356. [ Marek Marczykowski-Górecki ]
  357. * Use iptables --wait only when it is supported
  358. [ Jason Mehring ]
  359. * debian: Update notification now notifies dom0 when an upgrade is
  360. completed
  361. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 28 Apr 2015 12:51:48 +0200
  362. qubes-core-agent (3.0.7-1) wheezy; urgency=medium
  363. [ Marek Marczykowski-Górecki ]
  364. * debian: install qubes-download-dom0-updates.sh
  365. * prepare-dvm: fix bashism
  366. * network: wait for iptables lock instead of aborting
  367. * rpm: cleanup R2->R3.0 transitional package
  368. [ Jason Mehring ]
  369. * whonix: Added protected-files file used to prevent scripts from
  370. modifying files that need to be protected
  371. * Changed location of PROTECTED_FILE_LIST to /etc/qubes/protected-
  372. files.d
  373. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Apr 2015 02:36:55 +0200
  374. qubes-core-agent (3.0.6-1) wheezy; urgency=medium
  375. * qrexec: do not reset umask to 077 for every started process
  376. * rpm/systemd: do not use preset-all during package upgrade
  377. * systemd: disable avahi-daemon and dnf-makecache
  378. * dispvm: do not start GUI apps during prerun
  379. * Fix resizing of /rw partition (private.img)
  380. * Minor fixes in mount-home.sh
  381. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 11 Apr 2015 03:40:57 +0200
  382. qubes-core-agent (3.0.5-1) wheezy; urgency=medium
  383. * systemd: use presets to enable services, call preset-all
  384. * systemd: install overridden unit file for chronyd
  385. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Apr 2015 14:58:36 +0200
  386. qubes-core-agent (3.0.4-1) wheezy; urgency=medium
  387. [ Marek Marczykowski-Górecki ]
  388. * qrexec: try to recover from fork-server communication error
  389. * rpm: add missing BuildRequires: libX11-devel
  390. * debian: fix handling SysV units in disableSystemdUnits
  391. * debian: update NetworkManager configuration
  392. [ Wojtek Porczyk ]
  393. * qubes-rpc-multiplexer: deprecate /etc/qubes_rpc, allow /usr/local
  394. * sudoers: do not require TTY
  395. [ Marek Marczykowski-Górecki ]
  396. * Update repository definition: r3 -> r3.0
  397. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 02 Apr 2015 00:55:09 +0200
  398. qubes-core-agent (3.0.3-1) wheezy; urgency=medium
  399. * Enable updates repos by default
  400. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 27 Mar 2015 01:24:43 +0100
  401. qubes-core-agent (3.0.2-1) wheezy; urgency=medium
  402. [ Marek Marczykowski-Górecki ]
  403. * debian: fix version number
  404. * backup: fix qubes.Restore service - do not send garbage as backup
  405. data
  406. [ Jason Mehring ]
  407. * debian: Add extend-diff-ignore options to debian packager
  408. [ Marek Marczykowski-Górecki ]
  409. * qrexec: fork into background after setting up qrexec-fork-server
  410. socket
  411. * Fix "backup: fix qubes.Restore service - do not send garbage as
  412. backup data"
  413. [ Jason Mehring ]
  414. * Switched qvm-move-to-vm.{gnome,kde} scripts to use bash not sh
  415. * Removed nautilus-actions depend and replaced with nautilus-python
  416. * Removed code that deleted original nautilus actions
  417. [ Marek Marczykowski-Górecki ]
  418. * fc21: fix DispVM preparation - Xorg has new name
  419. * dispvm: kill all process after populating caches
  420. * dispvm: start gui agent early, do not kill Xorg
  421. * dispvm: close only visible windows during DispVM preparation
  422. * Move mounting /rw and /home to separate service
  423. * dispvm: use qubes.WaitForSession to wait for gui-agent startup
  424. * dispvm: include memory caches in "used memory" notification
  425. * dispvm: do not restart qubesdb-daemon, use watch instead
  426. * qrexec: simplify makefile
  427. * qrexec: handle data vchan directly from qrexec-client-vm
  428. * qrexec: return remote process status as qrexec-client-vm exit code
  429. * qrexec: better handle remote process termination
  430. * qrexec: do not break connection on duplicated SIGUSR1
  431. * qrexec: minor readability fix
  432. * qrexec: process vchan data queue (esp MSG_EXIT_CODE) before sending
  433. anything
  434. * qrexec: add option to use real stdin/out of qrexec-client-vm
  435. * qrexec: do not leak FDs to logger process
  436. * qrexec: execute RPC service directly (without a shell) if it has
  437. executable bit set
  438. * qrexec: get rid of shell in services using EOF for any signaling
  439. * qrexec: move qrexec-client-vm to /usr/bin
  440. * Add support for comments in qubes-suspend-module-blacklist
  441. * Create filesystem if the private.img is empty
  442. * Provide stub files in /rw/config
  443. * qrexec: fix compile warning
  444. * qrexec: do not wait for local process if no one exists
  445. * qrexec: enable compiler optimization
  446. * Do not load xen-usbfront automatically
  447. * fedora: override iptables configuration on initial installation
  448. * Update comments and xenbus intf in startup scripts regarding vchan
  449. requirements
  450. * dom0-update: allow to specify custom yum action
  451. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 26 Mar 2015 23:56:25 +0100
  452. qubes-core-agent (3.0.1-1) jessie; urgency=medium
  453. [ Marek Marczykowski-Górecki ]
  454. * Reenable imsettings service
  455. * systemd: fix xenstore-ls path
  456. [ Jason Mehring ]
  457. * Allow hyphenated distro names in tinyproxy filter
  458. * Change condition test to compare to a link "-L"
  459. * debian: add xen-utils-common as a dependancy to allow Debian proxies
  460. * debian: Added maintainers scripts (pre / postinit + rm) - Currently
  461. in debug mode
  462. * debian: preinst needs a group and force no password entry on adduser
  463. * debian: Added less restrictive filter option for debian packages
  464. Sites like sourceforge append ?downloadxxx to end
  465. * debian: added new depends
  466. * debian: force shell to be bash since its default is dash and many
  467. qubes scripts rely on bash and will break in dash and added
  468. tinyproxy user
  469. [ HW42 ]
  470. * move fedora specific stuff to install-rh target
  471. * don't track debina/files (since it is autogenerated)
  472. * use systemd in debian
  473. * install iptables/forwarding for debian
  474. * various patches for debian
  475. * improve update of /etc/hosts
  476. * make source.list multiarch compatible
  477. * add xserver-xorg-video-dummy to the dependencies list of qubes-core-
  478. agent
  479. * dispvm-presun.sh needs bash
  480. * use sleep instead os usleep since it is more portable
  481. * debian: chown /home_volatile/user in posinst
  482. * fix xenstore-read path in network-proxy-setup.sh for debian
  483. * debian: add dependency on xen-utils since it's needed for
  484. proxy/netvm
  485. * debian: add support for qubes appmenus
  486. [ Marek Marczykowski-Górecki ]
  487. * debian: fix initialization of /etc/hosts
  488. [ Jason Mehring ]
  489. * debian: set -e added in place of set -x
  490. * debian: Made debian proxy filter rules more restrictive
  491. * debian: Cleanup
  492. * debian: Prepend package name to maintainers scripts
  493. * debian: Add qubes-update-check for Debian
  494. * debian: Revert back to original NetworkManager, ModemManager service
  495. names
  496. * debian: apt-get needs to update first
  497. * debian: Remove absolute path to xenstore-*
  498. * debian: Added more dependancies
  499. * debian: Added postrm disable of other Qubes packages
  500. * debian: Added all other outstanding triggers contained in rpm_spec
  501. as well as triggers if other packages get installed at a later date
  502. the configurations will run on them
  503. * debian: removed commented out depends
  504. * debian: Added more error reporting to track down any missing
  505. dependancies
  506. * debian: More depends for debian as netvm and some configuration
  507. tweaks.
  508. [ Marek Marczykowski-Górecki ]
  509. * network: do not use ifcfg-rh NM plugin
  510. * network: fix NM uplink config permissions
  511. [ Jason Mehring ]
  512. * debian: Add new notification agent depends; remove other
  513. * debian: Added functionality to move desktop entry config files to
  514. /usr/share/qubes/xdg/autostart to preserve originals
  515. * debian: Wrong variable name was used to create
  516. /usr/share/qubes/xdg/autostart
  517. [ Marek Marczykowski-Górecki ]
  518. * Fix compile flags order (-lX11 moved to the end)
  519. [ Jason Mehring ]
  520. * debian: Updated tinyproxy filter rules
  521. * debian: Don't display systemd info in chroot since systemd show does
  522. not work in chroot
  523. [ Marek Marczykowski-Górecki ]
  524. * network: fix indentation
  525. * Fix disabling nm-applet when NM is disabled
  526. * debian: create tinyproxy as system user
  527. * debian: fix generation of apt sources list file
  528. * debian: add missing python-gi to dependencies
  529. * debian: remove obsolete code from postinst script
  530. * debian: fix service name in postinst script
  531. * Update update-proxy rules for debian security fixes repo
  532. [ HW42 ]
  533. * debian: move not strictly required packages to Recommends-Section.
  534. * debian: remove unneeded acpid dependency
  535. [ Marek Marczykowski-Górecki ]
  536. * network: set uplink configuration based on MAC (NetworkManager)
  537. * network: fix NM config preparation
  538. [ Jason Mehring ]
  539. * fc21: iptables configurations conflict with fc21 yum package manager
  540. * fc21: Remove left-over code comment
  541. [ Marek Marczykowski-Górecki ]
  542. * fedora: Add security-testing repo definition
  543. * filecopy: prevent files/dirs movement outside incoming directory
  544. during transfer
  545. * fedora: Fix iptables config install script
  546. * fedora: Fix iptables config installation one more time
  547. [ HW42 ]
  548. * don't ignore asprintf() return value
  549. [ Marek Marczykowski-Górecki ]
  550. * network: support for not setting DNS and/or default gateway
  551. [ Olivier MEDOC ]
  552. * archlinux: fix new packaging requirements related to sbin, lib64,
  553. run ...
  554. * archlinux: align with fedora changes related to imsettings
  555. [ Marek Marczykowski-Górecki ]
  556. * fedora: reduce code duplication in systemd triggers
  557. * fedora: reload systemd only once
  558. * systemd: allow to start cron daemon (#909)
  559. * filecopy: fallback to "open(..., 000)" method when /proc
  560. inaccessible
  561. * network: support for not setting DNS and/or default gateway (v2)
  562. * rpm: add missing R: pygobject3-base
  563. [ HW42 ]
  564. * debian: fix for QSB #014 requires up to date qubes-utils
  565. * debian: postinst: use systemctl mask
  566. * debian: postinst: use dpkg-divert
  567. * debian: don't generate regular conf files in postinst
  568. * debian: postinst: don't remove /etc/udev/rules.d/*
  569. * debian: postinst: don't create /rw - it is already part of the
  570. package
  571. * debian: postinst: use systemctl to set default target
  572. * debian: postinst: remove fedora specific code
  573. * debian: postinst: enable netfilter-persistent service
  574. * debian: postinst: cleanup
  575. * debian: postinst: don't start systemd services
  576. * debian: postinst: enable haveged only if installed
  577. * debian: postinst: remove redundant and misleading trigger output
  578. * debian: install fstab as normal config file
  579. * debian: preinst: remove modification of /etc/modules
  580. * remove 'bashisms' or explicit use bash
  581. * debian: preinst: don't force the default shell to bash
  582. * debian: prerm: remove obsolete code
  583. * debian: preinst: cleanup user creation
  584. [ Wojtek Porczyk ]
  585. * spec: require linux-utils-3.0.1
  586. [ Matt McCutchen ]
  587. * Switch to preset file for systemd units to disable.
  588. * Make qvm-run bidirectional and document its limitations.
  589. [ Marek Marczykowski-Górecki ]
  590. * debian: change systemctl set-default back to manual symlink
  591. * network: fix handling newline in firewall rules
  592. * qrexec: use sockets instead of pipes to communicate with child
  593. process
  594. * qrexec: reorganise code for upcoming change
  595. * qrexec: add simple "fork server" to spawn new processes inside user
  596. session
  597. * Adjust permissions of /var/run/qubes
  598. [ Jason Mehring ]
  599. * debian: Remove 'exit 0' in maintainer section scripts to all other
  600. debhelpers (if any) to also execute
  601. * Add a qubes group and then add the user 'user' to the group
  602. * Remove 'xen.evtchn' udev rule
  603. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  604. access
  605. * debian: Converted debian package to a quilt package to allow patches
  606. * debian: Refactor Debian quilt packaging for xen
  607. * debian: Remove 'exit 0' in maintainer section scripts to all other
  608. debhelpers (if any) to also execute
  609. * Add a qubes group and then add the user 'user' to the group
  610. * Remove 'xen.evtchn' udev rule
  611. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  612. access
  613. * debian: Converted debian package to a quilt package to allow patches
  614. * debian: Revert depends back to use libxen-dev
  615. * debian: Move creation of directories into debian.dirs configuration
  616. file
  617. * debian: Remove dist target from Makefile as copy-in is now being
  618. used
  619. * debian: Remove unneeded patch file and README
  620. * Make sure when user is added to qubes group that the group is
  621. appended
  622. [ Marek Marczykowski-Górecki ]
  623. * qrexec: fix compile warning
  624. * debian: reenable -Werror, mentioned warning already fixed
  625. * debian: exclude binary packages from source archive
  626. * updates-proxy: allow xz compressed metadata (fc21)
  627. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 17 Feb 2015 14:14:16 +0100
  628. qubes-core-agent (3.0.0-1) jessie; urgency=medium
  629. [ Marek Marczykowski-Górecki ]
  630. * Improve handling of .desktop files
  631. * suspend: do not disable network frontend devices
  632. * Handle tabs in /etc/hosts
  633. [ Marek Marczykowski ]
  634. * Update for new vchan API
  635. * spec: add dependencies on vchan package (both R: and BR:)
  636. * load xen-gntalloc module required by libxenvchan
  637. * spec: get backend_vmm from env variable
  638. * rpm: fix typo
  639. * Use Qubes DB instead of Xenstore
  640. * systemd: fix qubes-service handling
  641. * dispvm: restart qubesdb at DispVM start
  642. [ Marek Marczykowski-Górecki ]
  643. * qrexec: remove dom0 targets from makefile
  644. * code style: replace tabs with spaces
  645. * qrexec: new protocol - direct data vchan connections
  646. * Use xenstore.h instead of xs.h
  647. * qrexec: register exec function
  648. * Update repos and keys for Qubes R3
  649. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 22 Nov 2014 16:24:17 +0100
  650. qubes-core-agent (2.1.42) jessie; urgency=medium
  651. * firewall: show error message only on actual error
  652. * Avoid 100MB reserved space in private ext4 partition
  653. * gui-fatal: do not run as root
  654. * fedora: workaround slow system shutdown (#852)
  655. * Rename qubes-yum-proxy service to qubes-updates-proxy
  656. * Rename yum-proxy-setup service to updates-proxy-setup
  657. * updates-proxy: add rules for debian repositories (#887)
  658. * qrexec: check for setuid() error when calling zenity/kdialog
  659. * Use systemd mechanism for loading kernel modules (when available)
  660. * Add missing u2mfn module load
  661. * archlinux: modules-load.d handled now in generic files
  662. * debian: migrate to native systemd services
  663. * updates-proxy-setup: support setting proxy for apt (#887)
  664. * Introduce qubes.SetDateTime service for time synchronization
  665. * systemd: fix 'service' path
  666. * Include /rw in the package
  667. * debian: custom dh_auto_clean no longer needed
  668. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Oct 2014 01:49:58 +0200
  669. qubes-core-agent (2.1.41) jessie; urgency=medium
  670. [ Marek Marczykowski-Górecki ]
  671. * dispvm: slow down "spinlock" while waiting for save/restore
  672. [ Olivier MEDOC ]
  673. * archlinux: add notification daemon
  674. * archlinux: follow fedora20 qubes agent improvement
  675. * archlinux: follow fedora20 qubes agent improvement
  676. * archlinux: enable/disable services when corresponding packages got
  677. installed
  678. [ Marek Marczykowski-Górecki ]
  679. * network: use the same gateway IP generation method as backend
  680. * Revert "network: use the same gateway IP generation method as
  681. backend"
  682. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Aug 2014 17:45:15 +0200
  683. qubes-core-agent (2.1.40) jessie; urgency=medium
  684. [ Marek Marczykowski-Górecki ]
  685. * Fix compiler warnings.
  686. * Enable compiler optimization.
  687. * rpm: do not disable abrt-applet autostart
  688. * systemd: relax qubes-sysinit dependencies
  689. * systemd: reexec systemd to ensure right version is running
  690. * rpm: fix notification-daemon setup
  691. * archlinux: do not fail mount /usr/lib/modules if already mounted
  692. * version 2.1.34
  693. * suspend: fix dbus-send invocation
  694. * qubes-rpc: log service stderr to syslog instead of sending to dom0
  695. (#842)
  696. * version 2.1.35
  697. [ Wojciech Zygmunt Porczyk ]
  698. * misc: do not display file preview by default (#813)
  699. [ Vincent Penquerc'h ]
  700. * vm-file-editor: remove temporary file on exit
  701. [ Marek Marczykowski-Górecki ]
  702. * rpm: remove /lib/firmware/updates link
  703. * Hide nm-applet icon earlier (#857)
  704. * Configure only installed programs
  705. * network: setup NM connection when its active in the ProxyVM
  706. * version 2.1.36
  707. * Add --dispvm to qvm-run documentation
  708. * Fix formating
  709. * Do not start nm-applet at all when no NetworkManager running (#857)
  710. * version 2.1.37
  711. * rpm: require generic "desktop-notification-daemon" not a specific
  712. one
  713. * rpm: enable haveged service by default (#673)
  714. * Do not start nm-applet at all when no NetworkManager running -
  715. update (#857)
  716. * rpm: enable/disable services when corresponding packages got
  717. installed
  718. * dispvm: close all windows after apps prerun (#872)
  719. * version 2.1.38
  720. * systemd: do not reexec when not necessary
  721. * version 2.1.39
  722. * rpm: mark config files with %config(noreplace)
  723. [ Davíð Steinn Geirsson ]
  724. * Split install target into install-common and install-rh, and add all
  725. target
  726. * Fix make clean target
  727. * Check for xenstore-read in /usr/sbin as well (default on debian)
  728. * Use xenstore.h instead of xs.h when xen >= 4.2
  729. * Explicitly specify /bin/bash for Makefile SHELL, since it's
  730. required.
  731. * Initial debian packaging
  732. [ Marek Marczykowski-Górecki ]
  733. * debian: update deps
  734. * qrexec: fix loop bounds
  735. * gitignore
  736. * Fix bashism
  737. * gitignore: fix binary packages declaration
  738. * debian: add updates repo definition and key
  739. * debian: fix qfile-unpacker perms
  740. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 28 Jul 2014 02:38:59 +0200
  741. qubes-core-agent (2.1.33) jessie; urgency=low
  742. * Initial Release.
  743. -- Davíð Steinn Geirsson <david@dsg.is> Mon, 21 Apr 2014 01:31:55 +0000