changelog 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  1. qubes-core-agent (4.0.6-1) unstable; urgency=medium
  2. * Announce if qubes-firewall service is supported+enabled in this
  3. template
  4. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 29 Jul 2017 05:31:13 +0200
  5. qubes-core-agent (4.0.5-1) unstable; urgency=medium
  6. [ Marek Marczykowski-Górecki ]
  7. * qrexec: ship pam configuration for debian
  8. * rpm: add services enabling/disabling logic
  9. * qrexec: start process in a login shell
  10. [ Marta Marczykowska-Górecka ]
  11. * clock synchronization rewrite
  12. * minor amends to clock synchronization
  13. [ Marek Marczykowski-Górecki ]
  14. * clock sync: drop untrusted_ prefix after value validation, fix error
  15. msg
  16. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 12 Jul 2017 23:40:54 +0200
  17. qubes-core-agent (4.0.4-1) unstable; urgency=medium
  18. * grub: add console=tty0 to kernel cmdline
  19. * rpm: do not mess with locales in post-install script
  20. * Don't use 'su' in qubes.WaitForSession if not needed
  21. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 14:02:22 +0200
  22. qubes-core-agent (4.0.3-1) unstable; urgency=medium
  23. [ unman ]
  24. * Enable build for Zesty
  25. [ Marek Marczykowski-Górecki ]
  26. * Do not load 'dummy-hcd' kernel module
  27. [ Vincent Penquerc'h ]
  28. * core-agent-linux: misc const fixups
  29. [ Marek Marczykowski-Górecki ]
  30. * qrexec: use PAM directly instead of calling su to setup the session
  31. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 05 Jul 2017 02:37:51 +0200
  32. qubes-core-agent (4.0.2-1) unstable; urgency=medium
  33. * Ship grub configuration
  34. * Ship Qubes 4.0 repository definition and keys
  35. * Update grub configuration
  36. * debian: install man pages
  37. * Add qrexec-client-vm man page
  38. * qrexec: exit with code 126 when service request was refused
  39. * qrexec: fix reporting exit code in qrexec-client-vm
  40. * qrexec: do not shutdown stdout socket inherited from parent
  41. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 24 Jun 2017 02:19:14 +0200
  42. qubes-core-agent (4.0.1-1) unstable; urgency=medium
  43. * Switch qubes.UpdatesProxy to socat
  44. * rpm,deb: fix dependencies
  45. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Jun 2017 00:02:49 +0200
  46. qubes-core-agent (4.0.0-1) unstable; urgency=medium
  47. [ Marek Marczykowski-Górecki ]
  48. * qvm-copy-to-vm: fix handling empty target VM
  49. * Rename qubes.xdg python module to qubesxdg
  50. * Disable meminfo-writer if there is any PCI device attached
  51. [ Wojtek Porczyk ]
  52. * misc: add qvm-features-request
  53. [ Marek Marczykowski-Górecki ]
  54. * Add qubes.ResizeDisk service to adjust filesystem size
  55. * network: rewrite qubes-firewall daemon
  56. * network: remove qubes-netwatcher
  57. [ qubesuser ]
  58. * network: add vif-route-qubes-nat for IP address anonymization
  59. [ Marek Marczykowski-Górecki ]
  60. * network: reformat vif-route-qubes-nat
  61. * network: change vif-route-qubes-nat parameters
  62. * network: integrate vif-route-qubes-nat into vif-route-qubes
  63. * network: keep the same MAC on vif interfaces
  64. * network: properly handle DNS addresses in vif-qubes-nat.sh
  65. * network: use /32 netmask on internal IPs in NAT providing namespace
  66. * travis: drop debootstrap workaround
  67. * Add qubes.StartApp service
  68. * dom0-updates: restructure the script to not update metadata twice
  69. * tests: make firewall tests working regardless of python version
  70. * firewall: switch to python 3
  71. * tests: add run-tests script, plug it into travis
  72. * Apply gschema overrides also to debian, rename according to
  73. guidelines
  74. * fedora,debian: update python3-daemon dependency
  75. * Remove duplicated 'close' button from titlebar of gnome applications
  76. * Ask for target VM for file-copy in dom0
  77. * travis: update to Qubes 4.0 repositories
  78. * debian: fix qubes-firewall python packaging, make it more verbose
  79. * debian,fedora: split nautilus integration into separate package
  80. * Revert "firewall: switch to python 3"
  81. * Revert "fedora,debian: update python3-daemon dependency"
  82. * debian: add missing Build-Depends: python-setuptools
  83. * debian: make haveged.service patch less intrusive...
  84. * Rename qvm-run to qvm-run-vm
  85. * Implement qrexec-based connection to updates proxy
  86. * Implement qubes.PostInstall service
  87. * Fix detection of PCI passthrough
  88. * rpm: rename qubes-core-vm to qubes-core-agent
  89. * Rename qubes-nautilus to qubes-core-agent-nautilus
  90. * Split dom0-updates handling into subpackage
  91. * rpm: make file list more verbose to ease splitting the package
  92. * Split network-related files to -networking and -network-manager
  93. packages
  94. * Remove DisposableVM savefile related files
  95. * rpm: integrate documentation into main package
  96. * Adjust dependencies for clean upgrade
  97. * rpm: drop dependency on desktop-notification-daemon
  98. * Do not report spurious failure of qubes.WaitForSession service
  99. * deb,rpm: split passwordless root access configs into separate
  100. package
  101. * Remove old vusb scripts
  102. * debian: update basic metadata of package
  103. * rpm,deb: split qrexec-agent into separate subpackage
  104. * debian: drop explicit dependency on sudo
  105. * Cleanup kernel modules loading configuration
  106. * Add qubes.VMRootShell service
  107. * Make all scripts in qubes-rpc executable
  108. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 09 Jun 2017 23:30:10 +0200
  109. qubes-core-agent (3.2.18-1) unstable; urgency=medium
  110. * debian,fedora: drop gnome-packagekit from dependencies
  111. * systemd: fix race condition between qubes-db and qubes-early-vm-
  112. config
  113. * dispvm: don't use perl to decode base64-encoded script
  114. * rpm: don't "append" to not existing /etc/yum.conf
  115. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 16 May 2017 00:54:18 +0200
  116. qubes-core-agent (3.2.17-1) unstable; urgency=medium
  117. [ Jean-Philippe Ouellet ]
  118. * Remove dates from man pages
  119. [ Robin Schneider ]
  120. * bind-dirs: Create ro if bind target exists
  121. * Fix handling of binds containing spaces
  122. * Fix more shellcheck warnings
  123. [ unman ]
  124. * If there is only 1 DNS server make both DNAT rules point to it
  125. [ Daniel Moerner ]
  126. * network: Properly handle comments in NetworkManager.conf (#2584)
  127. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 01 Apr 2017 21:45:29 +0200
  128. qubes-core-agent (3.2.16-1) unstable; urgency=medium
  129. [ Andrew David Wong ]
  130. * Update Xen bug count in sudoers comment
  131. [ Nicklaus McClendon ]
  132. * Copied needed sources to build root
  133. [ Patrick Schleizer ]
  134. * comment
  135. [ Olivier MEDOC ]
  136. * archlinux: fix community repositories URL
  137. [ Lorenzo ]
  138. * Shut down after update only if it's a template.
  139. * Shut down after update only if it's a template.
  140. [ Olivier MEDOC ]
  141. * archlinux: fix lsb_release missing
  142. * archlinux: update installer script to use systemd preset file
  143. * archlinux: fix bash syntax errors
  144. * Makefile: enforce mode 750 for directories /etc/sudoers.d and
  145. /etc/polkit-1/rules.d
  146. * archlinux: fix pacman.d dropin not activated if pacman.conf does not
  147. already contains qubes markers
  148. * archlinux: add missing qubes-rpc dependencies
  149. [ Gregorio Guidi ]
  150. * Restore functionality of disable-default-route and disable-dns-
  151. server.
  152. [ unman ]
  153. * Stop anacron from starting in Debian using existing constraint on
  154. cron
  155. * Constrain cron and anacron in Ubuntu also
  156. * Reset iptables ACCEPT rule for updates proxy if service is running
  157. * Fix build for trusty - locales-all not available
  158. * Move trusty check and locales-all fix inside source-debian-quilt-
  159. copy-in
  160. * Apply gschema override preventing previews in nautilus in Debian
  161. [ Marek Marczykowski-Górecki ]
  162. * debian: fix lintian warning - command-with-path-in-maintainer-script
  163. * debian: don't fail the upgrade if glib-compile-schemas fails
  164. [ unman ]
  165. * Stop unnecessary services in Debian
  166. [ Marek Marczykowski-Górecki ]
  167. * systemd: place user dropins in /usr/lib instead of /lib
  168. * Use online resize2fs, and run filesystem check only when needed
  169. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Mar 2017 23:04:47 +0100
  170. qubes-core-agent (3.2.15-1) wheezy; urgency=medium
  171. * Fix detection of dom0 updates
  172. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 04 Dec 2016 22:39:01 +0100
  173. qubes-core-agent (3.2.14-1) wheezy; urgency=medium
  174. [ unman ]
  175. * Add systemd override for haveged in xenial and stretch. (#2161)
  176. Reenable haveged.service after debian package installation
  177. [ Marek Marczykowski-Górecki ]
  178. * travis: drop debootstrap workaround
  179. [ Rusty Bird ]
  180. * v2: (vm) qvm-move-to-vm: don't "rm -rf" vm name argument
  181. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 04 Dec 2016 21:57:10 +0100
  182. qubes-core-agent (3.2.13-1) wheezy; urgency=medium
  183. [ Manuel Amador (Rudd-O) ]
  184. * Make signing optional for testing, and add program checks.
  185. * Clean up early initialization and setup of /rw
  186. * Better private.img size management.
  187. * Invert logic of systemd_version_changed.
  188. * Fix VM settings running while / is readonly.
  189. * Clean up specfile unit activation aspect.
  190. * Invert logic of SKIP_SIGNING.
  191. [ Marek Marczykowski-Górecki ]
  192. * Revert "network: disable proxy_arp"
  193. [ Jean-Philippe Ouellet ]
  194. * Keep Makefile DRY
  195. [ Marek Marczykowski-Górecki ]
  196. * Refactor qubes.InstallUpdatesGUI to reduce code duplication
  197. * Ask to shutdown the template after performing update
  198. * Prefer powerpill to update Archlinux VM
  199. [ Patrick Schleizer ]
  200. * fix reload_random_seed error handling
  201. [ Marek Marczykowski-Górecki ]
  202. * Write random seed directly to /dev/urandom
  203. [ Manuel Amador (Rudd-O) ]
  204. * Initialize home_volatile for disposable VMs.
  205. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 18 Nov 2016 01:59:25 +0100
  206. qubes-core-agent (3.2.12-1) wheezy; urgency=medium
  207. [ unman ]
  208. * Remove custom mount when starting cron, in favour of bind-dirs
  209. * use bind-dirs to handle crontab persistence
  210. * Revert version and correct unit files
  211. * Remove entry in changelog as version not bumped
  212. [ Rudd-O ]
  213. * Eliminate race condition with qubes-setup-dnat-to-ns
  214. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 18 Oct 2016 15:55:40 +0200
  215. qubes-core-agent (3.2.11-1) wheezy; urgency=medium
  216. [ HW42 ]
  217. * bind-dirs: copy from ro only if bind target doesn't exists
  218. [ Marek Marczykowski-Górecki ]
  219. * network: minor setup-ip fix
  220. * Configure NetworkManager to keep /etc/resolv.conf as plain file
  221. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 03 Oct 2016 11:32:40 +0200
  222. qubes-core-agent (3.2.10-1) wheezy; urgency=medium
  223. [ HW42 ]
  224. * systemd: fix qubes-mount-home path in cleanup script
  225. * systemd: remove obsolete symlinks with rm instead of systemctl
  226. [ Marek Marczykowski-Górecki ]
  227. * network: reload NM connection after setting it up
  228. * systemd: fix syntax error in preset file
  229. [ Patrick Schleizer ]
  230. * comment legacy function
  231. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 08 Aug 2016 05:23:02 +0200
  232. qubes-core-agent (3.2.9-1) wheezy; urgency=medium
  233. [ Marek Marczykowski-Górecki ]
  234. * systemd: cleanup removed services
  235. * systemd: order qubes-mount-dirs.service before local-fs.target
  236. * systemd: load xen-privcmd module
  237. * systemd: include tor-disabling drop-ins in the package
  238. * systemd: improve ordering of systemd units
  239. [ Patrick Schleizer ]
  240. * add /usr/lib/qubes/bind-dirs.sh compatibility symlink
  241. * empty legacy function
  242. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 27 Jul 2016 06:08:56 +0200
  243. qubes-core-agent (3.2.8-1) wheezy; urgency=medium
  244. * dom0-updates: fix cleaning downloaded packages
  245. * Revert "systemd: preset xendriverdomain on update"
  246. * systemd: don't mark updates check service failed
  247. * systemd: plug random seed loading into systemd-random-seed
  248. * Include Qubes Master Key in the VM template
  249. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 17 Jul 2016 04:27:04 +0200
  250. qubes-core-agent (3.2.7-1) wheezy; urgency=medium
  251. [ Marek Marczykowski-Górecki ]
  252. * systemd: preset xendriverdomain on update
  253. * rpm: fix misleading systemd warnings during upgrade
  254. [ Olivier MEDOC ]
  255. * archlinux: switch to usage of pacman.d drop-ins
  256. * archlinux: Setup default package repository
  257. * archlinux: ensure repositories are the last pacman.d files included
  258. * archlinux: fix update-proxy-configs to use pacman.d drop-ins
  259. [ Patrick Schleizer ]
  260. * fixed qubes-core-agent upgrading double package manager lock
  261. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 13 Jul 2016 22:43:06 +0200
  262. qubes-core-agent (3.2.6-1) wheezy; urgency=medium
  263. [ Patrick Schleizer ]
  264. * Do not start tor@default service in TemplateVM.
  265. [ Marek Marczykowski-Górecki ]
  266. * dom0-updates: use dnf --best --allowerasing
  267. [ Rusty Bird ]
  268. * Order network management units after network-pre.target
  269. * dvm, then xendriverdomain, then qrexec-agent
  270. * *Do* block until good random is available again
  271. * Remove 'if true' wrapper from
  272. 06a0d30d50ce4ea266532c06ef24880bf5363c1b
  273. * Enable xendriverdomain.service in 75-qubes-vm.preset
  274. [ Patrick Schleizer ]
  275. * add comment
  276. * add comment
  277. [ Olivier MEDOC ]
  278. * archlinux: update installer script in prevision of pacman.d drop-ins
  279. * archlinux: provide automatic qubes-trigger-sync-appmenus through
  280. pacman hooks
  281. * archlinux: remove unnecessary glib-compile-scheme
  282. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 13 Jul 2016 04:38:17 +0200
  283. qubes-core-agent (3.2.5-1) wheezy; urgency=medium
  284. * travis: add fc24 build
  285. * debian: add missing pkg-config build depends
  286. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 06 Jun 2016 00:18:54 +0200
  287. qubes-core-agent (3.2.4-1) wheezy; urgency=medium
  288. [ Patrick Schleizer ]
  289. * fix indent
  290. [ Marek Marczykowski-Górecki ]
  291. * dom0-updates: use dnf when available
  292. * Prefer 'dnf' over 'yum' for template update
  293. [ unman ]
  294. * Fall back to gnome utilities if kdialog not present
  295. [ Marek Marczykowski-Górecki ]
  296. * travis: initial version
  297. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 05 Jun 2016 22:10:58 +0200
  298. qubes-core-agent (3.2.3-1) wheezy; urgency=medium
  299. * Cleanup R3.1->R3.2 transitional package
  300. * Update repository definitions for R3.2
  301. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 18 May 2016 23:43:22 +0200
  302. qubes-core-agent (3.2.2-1) wheezy; urgency=medium
  303. * systemd: order units checking for qubes-service after qubes-sysinit
  304. * qvm-open-in-vm: escape URL when wrapping it in HTML
  305. * Implement qubes.OpenURL service instead of wrapping URLs in HTML
  306. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 18 May 2016 03:00:12 +0200
  307. qubes-core-agent (3.2.1-1) wheezy; urgency=medium
  308. [ Marek Marczykowski-Górecki ]
  309. * qubes-rpc: fix SVG icon scaling
  310. * Fix bind-dirs.sh path
  311. [ Olivier MEDOC ]
  312. * archlinux: fix remaining loginctl privilege issues with invalid
  313. pam.d configuration
  314. [ Marek Marczykowski-Górecki ]
  315. * Remove obsolete policy files
  316. [ Patrick Schleizer ]
  317. * fixed bind-dirs legacy import function
  318. * fixed sh syntax error
  319. * minor debug xtrace output
  320. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 05 May 2016 00:05:13 +0200
  321. qubes-core-agent (3.2.0-1) wheezy; urgency=medium
  322. [ Patrick Schleizer ]
  323. * disable systemd-timesyncd
  324. [ Marek Marczykowski-Górecki ]
  325. * qrexec: write service stderr to both syslog and caller
  326. * qrexec: hide timing debug messages in vm-file-editor
  327. [ Patrick Schleizer ]
  328. * do not start the Tor service inside Qubes TemplateVMs
  329. * work on bind-dirs https://phabricator.whonix.org/T414
  330. * work on bind-dirs
  331. * work on bind-dirs
  332. * renamed: misc/bind-dirs -> vm-systemd/bind-dirs
  333. * renamed: bind-dirs -> bind-dirs.sh
  334. * run /usr/lib/qubes/bind-dirs.sh from mount-dirs.sh
  335. * use symlink_level_max rather than hardcoding 10; comment
  336. * also exit from bind-directories if file /var/run/qubes-service/qubes-
  337. dvm exists
  338. * fixed broken file copy for files in multi level directories
  339. * refactoring / code simplification
  340. [ Rusty Bird ]
  341. * qvm-move-to-vm: Remove duplicated code
  342. * qvm-move-to-vm: Use '--' before file arguments
  343. * Use && in qvm-move-to-vm
  344. [ Andrew ]
  345. * Use proper space-expanded tabs, as per the coding guidelines.
  346. * Move usage information printing to separate function, and print
  347. usage to stderr; also added some spacing.
  348. * Use proper quoting around variables.
  349. * Properly handle case of empty domain name.
  350. [ Marek Marczykowski-Górecki ]
  351. * rpm: Add bind-dirs.sh to spec file
  352. * qubes.SuspendPreAll and qubes.SuspendPostAll services
  353. * qrexec: unify service environment preparation
  354. [ Patrick Schleizer ]
  355. * use 'true' rather than ':' for consistency
  356. * minor indent
  357. [ Rusty Bird ]
  358. * Remove exec in last line of qvm-copy-to-vm
  359. [ Marek Marczykowski-Górecki ]
  360. * qrexec: add service argument support
  361. * network: run setup-ip only on xen frontend interfaces
  362. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Mar 2016 14:41:34 +0200
  363. qubes-core-agent (3.1.14-1) wheezy; urgency=medium
  364. * network: use `qubes-primary-dns` QubesDB entry if present
  365. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 07 Mar 2016 13:47:01 +0100
  366. qubes-core-agent (3.1.13-1) wheezy; urgency=medium
  367. [ Marek Marczykowski-Górecki ]
  368. * sysinit: Accept also old xenbus kernel interface
  369. [ adrianx64 ]
  370. * Proposed solution for issue #1657
  371. [ Marek Marczykowski-Górecki ]
  372. * Move opening file viewer/editor into separate shell script
  373. * qubes-open: switch from mimeopen to xdg-open
  374. [ Olivier MEDOC ]
  375. * update qubes.InstallUpdateGUI to support archlinux
  376. * archlinux: add gcc and make as make dependencies
  377. * implement update proxy support for archlinux
  378. * archlinux: add Qubes Markers in pacman.conf so that changes done by
  379. qubes scripts are not inserted at the end of pacman.conf
  380. * archlinux: properly add qubes markers in pacman.conf
  381. * update-proxy: use curl instead of wget in archlinux in order to
  382. limit additional dependencies
  383. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 08 Feb 2016 05:07:39 +0100
  384. qubes-core-agent (3.1.12-1) wheezy; urgency=medium
  385. * Unload USB controllers drivers in USB VM before going to sleep
  386. * Do not try to signal NetworkManager before suspend if it isn't
  387. running
  388. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 11 Jan 2016 21:59:34 +0100
  389. qubes-core-agent (3.1.11-1) wheezy; urgency=medium
  390. [ Marek Marczykowski-Górecki ]
  391. * dom0-updates: add a message explaining yum deprecated warning
  392. [ noname ]
  393. * archlinux: Added python{2,3} as dependency. Solved python22 bug.
  394. [ Marek Marczykowski-Górecki ]
  395. * Fix time sync service
  396. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 07 Jan 2016 05:52:35 +0100
  397. qubes-core-agent (3.1.10-1) wheezy; urgency=medium
  398. * network: use more strict policy about incoming traffic
  399. * debian: add missing python-gtk2 dependency
  400. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 31 Dec 2015 02:58:29 +0100
  401. qubes-core-agent (3.1.9-1) wheezy; urgency=medium
  402. * dnf: drop shebang, it isn't standalone script
  403. * Package DNF plugin for both python2 and python3
  404. * dom0-updates: fix reporting when no updates are available
  405. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 26 Dec 2015 14:24:00 +0100
  406. qubes-core-agent (3.1.8-1) wheezy; urgency=medium
  407. [ Marek Marczykowski-Górecki ]
  408. * open-in-vm: Fix path to mimeinfo database
  409. [ Olivier MEDOC ]
  410. * archlinux: fix invalid systemd path in make install directive
  411. * archlinux: remove quotes when checking system locales (in case it
  412. has been user defined)
  413. [ MB ]
  414. * [network-proxy-setup] Permit !CONFIG_MODuLES
  415. [ Rusty Bird ]
  416. * repo description: updates-testing -> security-testing
  417. [ Marek Marczykowski-Górecki ]
  418. * debian: add security-testing repository
  419. [ Olivier MEDOC ]
  420. * archlinux: ensure systemctl reset preset correctly (need to be
  421. started twice)
  422. [ Marek Marczykowski-Górecki ]
  423. * updates-proxy: restart on network configuration change to reload DNS
  424. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 20 Dec 2015 03:12:39 +0100
  425. qubes-core-agent (3.1.7-1) wheezy; urgency=medium
  426. * updates-proxy: explicitly block connection looping back to the proxy
  427. IP
  428. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 04 Dec 2015 15:32:14 +0100
  429. qubes-core-agent (3.1.6-1) wheezy; urgency=medium
  430. * Revert "network: use drop-ins for NetworkManager configuration
  431. (#1176)"
  432. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 29 Nov 2015 00:34:34 +0100
  433. qubes-core-agent (3.1.5-1) wheezy; urgency=medium
  434. [ Patrick Schleizer ]
  435. * clean up /etc/tinyproxy/filter-updates
  436. [ Olivier MEDOC ]
  437. * updates-proxy: remove remaining traces of proxy filtering file from
  438. Makefile
  439. * rpm_spec: declare InstallUpdateGUI qrexec_service
  440. * archlinux: enforce minimum versionning of qubes-utils
  441. [ Patrick Schleizer ]
  442. * Prevent services from being accidentally restarted by `needrestart`.
  443. * Have qubes-sysinit create /var/run/qubes VM type files.
  444. [ Marek Marczykowski-Górecki ]
  445. * Package needrestart config only for Debian
  446. * debian: reformat Build-Depends:
  447. * debian: update build-depends for split qubes-utils package
  448. * backup: Use 'type' instead of 'which' to prevent unnecessary
  449. dependency
  450. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 28 Nov 2015 14:48:33 +0100
  451. qubes-core-agent (3.1.4-1) wheezy; urgency=medium
  452. [ Marek Marczykowski-Górecki ]
  453. * Minor improvements to packaging (based on rpmlint)
  454. [ Patrick Schleizer ]
  455. * removed confusing comments
  456. * minor indent
  457. * No longer start /etc/init.d/tinyproxy by default anymore.
  458. [ Marek Marczykowski-Górecki ]
  459. * Revert "preset disable tinyproxy by default"
  460. [ Patrick Schleizer ]
  461. * minor, removed trailing space
  462. * Improved upgrade notifications sent to QVMM.
  463. * fixed inverted logic issue in upgrades-installed-check
  464. * misc/upgrades-installed-check: handle apt-get errors
  465. [ Marek Marczykowski-Górecki ]
  466. * Explicitly fail upgrades-installed-check on other distributions
  467. [ qubesuser ]
  468. * Allow to provide customized DispVM home directly in the template VM
  469. [ Marek Marczykowski-Górecki ]
  470. * network: let NetworkManager configure VM uplink, if enabled
  471. * Use improved update-notify script also in Fedora
  472. * Implement qubes.InstallUpdatesGUI qrexec service
  473. * Really fix update-proxy rules for debian security fixes repo
  474. * updates-proxy: disable filtering at all
  475. * network: disable proxy_arp
  476. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 15 Nov 2015 04:29:29 +0100
  477. qubes-core-agent (3.1.3-1) wheezy; urgency=medium
  478. [ Marek Marczykowski-Górecki ]
  479. * network: forward TCP DNS queries
  480. [ Patrick Schleizer ]
  481. * removed trailing spaces
  482. * Renamed qubes-mount-home to qubes-mount-dirs.
  483. [ Marek Marczykowski-Górecki ]
  484. * qrexec: implement buffered write to a child stdin
  485. [ Olivier MEDOC ]
  486. * archlinux: update packaging and install script to use systemd
  487. DROPINs
  488. * archlinux: force running scripts with python2 even when /usr/bin/env
  489. is used
  490. * archlinux: readd notification-daemon as a dependency
  491. * archlinux: readd lines removed by error during merge
  492. [ Patrick Schleizer ]
  493. * disable leaking TCP timestamps by default
  494. [ Marek Marczykowski-Górecki ]
  495. * rpm: add /etc/sysctl.d/20_tcp_timestamps.conf
  496. * rpm: remove duplicated entry
  497. [ Patrick Schleizer ]
  498. * cleanup /etc/apt/apt.conf.d/00notiy-hook on existing systems
  499. [ erihe251 ]
  500. * Small language fixes
  501. * Update qubes.sudoers
  502. [ Marek Marczykowski-Górecki ]
  503. * Require new enough qubes-utils package for updated libqrexec-utils
  504. * debian: install locales-all instead of custom locales generation
  505. * makefile: cleanup help message
  506. * Setup updates proxy in dnf and PackageKit
  507. * backup: fix handling backup filename with spaces
  508. * backup: improve exit code reporting
  509. [ Rusty Bird ]
  510. * qfile-unpacker: Avoid data loss by checking for child errors
  511. [ Marek Marczykowski-Górecki ]
  512. * appmenus: ignore entries with NoDisplay=true
  513. * qfile-agent: move data handling code to libqubes-rpc-filecopy
  514. [ yaqu ]
  515. * Replacing "sleep 365d" with "sleep inf"
  516. [ Marek Marczykowski-Górecki ]
  517. * No longer disable auditd
  518. * dom0-updates: prefer yum-deprecated over dnf
  519. * fedora: Add skip_if_unavailable=False to Qubes repositories
  520. [ Olivier MEDOC ]
  521. * add DROPINS for org.cups.cupsd systemd files.
  522. * dropins: make current systemd dropins specific to systemd-system in
  523. order to introduce dropins for systemd-user
  524. * dropins: implement dropins for systemd user starting with pulseaudio
  525. systemd service and socket masking
  526. [ Marek Marczykowski-Górecki ]
  527. * qrexec: add some comments, minor improvement in readability
  528. * qrexec: use #define for protocol-specified strings
  529. * dracut: disable hostonly mode
  530. * dom0-updates: use yum-deprecated instead of dnf in all calls
  531. * updates-proxy-setup: use temporary file for config snippet
  532. * Implement dnf hooks for post-update actions
  533. * fedora: do not require/use yum-plugin-post-transaction-actions in
  534. F>=22
  535. * Get rid of qubes-core-vm-kernel-placeholder
  536. * systemd: make sure that update check is started only after qrexec-
  537. agent
  538. * dom0-updates: do not use 'yum check-update -q'
  539. * Bump qubes-utils version requirement
  540. [ Patrick Schleizer ]
  541. * preset disable tinyproxy by default
  542. [ Marek Marczykowski-Górecki ]
  543. * updates-proxy: use separate directory for PID file
  544. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 11 Nov 2015 06:29:21 +0100
  545. qubes-core-agent (3.1.2-1) wheezy; urgency=medium
  546. [ Marek Marczykowski-Górecki ]
  547. * Enlarge /tmp and /dev/shm
  548. * network: use own iptables service instead of repurposing existing
  549. one
  550. [ Patrick Schleizer ]
  551. * removed iptables-persistent from Depends to improve usablity (avoid
  552. redundant debconf question)
  553. [ Marek Marczykowski-Górecki ]
  554. * debian: disable netfilter-persistent.service
  555. * Adjust progress message on file move operation
  556. * Run 'ldconfig' to update /usr/local/lib* cache, if applicable
  557. * updates-proxy: Disable 'Via: tinyproxy' header
  558. * Cleanup R3.0->R3.1 transitional package
  559. * network: use drop-ins for NetworkManager configuration (#1176)
  560. * network: fix 'qubes-uplink-eth0' NetworkManager connection (#1280)
  561. [ Patrick Schleizer ]
  562. * minor
  563. [ HW42 ]
  564. * qubes-random-seed: feed kernel rng with randomness from dom0
  565. * reload qubes-random-seed when restoring DispVM
  566. [ Marek Marczykowski-Górecki ]
  567. * systemd: actually enable qubes-random-seed service
  568. * sysvinit: load random seed from dom0 provided data
  569. * Use 'type' instead of 'which' to prevent unnecessary dependency
  570. * Add missing R: dconf to hide nm-applet when not used
  571. * dom0-updates: Fix showing package list when --check-only option was
  572. used
  573. * dom0-updates: check "yum check-update" exit code, not only its
  574. output
  575. * dom0-updates: fix hostname in error message
  576. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sun, 11 Oct 2015 03:00:00 +0200
  577. qubes-core-agent (3.1.1-1) wheezy; urgency=medium
  578. * Update repository definition for r3.1
  579. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:55:35 +0200
  580. qubes-core-agent (3.1.0-1) wheezy; urgency=medium
  581. [ Patrick Schleizer ]
  582. * Allow passwordless login for user "user" (when using 'sudo xl
  583. console').
  584. * Allow passwordless login for user "user" (when using 'sudo xl
  585. console') for images being upgraded.
  586. * show error msg if qubes.ReceiveUpdates failed
  587. [ qubesuser ]
  588. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  589. [ Patrick Schleizer ]
  590. * added missing dependency python-dbus to 'Depends:'
  591. [ Marek Marczykowski-Górecki ]
  592. * rpm: add dbus-python dependency
  593. [ qubesuser ]
  594. * qubes-rpc: fix broken temporary file deletion in qubes.GetImageRGBA
  595. * qubes-rpc: fix icon selection using pyxdg and support SVG icons
  596. [ Patrick Schleizer ]
  597. * fixed 'Debian 8 apt.config.d misconfiguration'
  598. * added missing dependency xserver-xorg-dev
  599. * - Prevent 'su -' from asking for password in Debian [based]
  600. templates. Thanks to @unman and @marmarek for suggesting the fix!
  601. Fixes https://github.com/QubesOS/qubes-issues/issues/1128. - Changed
  602. 'ifeq (1,${DEBIANBUILD})' to 'ifeq ($(shell lsb_release -is),
  603. Debian)' to make the build work outside of Qubes Builder as well.
  604. * Fixed /etc/pam.d/su.qubes. (Moved line 'auth sufficient
  605. pam_permit.so' up. May not be low '@include' lines.)
  606. * fix typo
  607. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 29 Sep 2015 16:39:55 +0200
  608. qubes-core-agent (3.0.16-1) wheezy; urgency=medium
  609. [ Marek Marczykowski-Górecki ]
  610. * debian: remove SELinux disabling code
  611. * Revert "qubes-desktop-run: Activate via DBUS when desktop file
  612. contains DBusActivatable"
  613. * qubes-desktop-run: start the Dbus service (if needed)
  614. [ Patrick Schleizer ]
  615. * added pulseaudio-kde and spice-vdagent to qubes-trigger-desktop-
  616. file-install
  617. [ Jason Mehring ]
  618. * debian: Move python-xdg to depends section in debian/control
  619. * sudoers.d: Stops QT from using the MIT-SHM X11 Shared Memory
  620. Extension
  621. [ Rusty Bird ]
  622. * Mount /dev/xvdb with fs type "auto"
  623. [ Marek Marczykowski-Górecki ]
  624. * Move .desktop launching code to python moules so it can be reused
  625. * Implement dropins for /etc/xdg/autostart (#1151)
  626. * Remove dynamically generated autostart desktop files
  627. * qubes-session-autostart: do not abort the whole process on invalid
  628. file
  629. * qubes-desktop-run: don't crash on Debian wheezy (glib < 2.36)
  630. * debian: fix /dev permissions on upgrade
  631. * systemd: fix starting cups
  632. * debian: depend on gawk
  633. * Fix show-hide-nm-applet.desktop - use OnlyShowIn=X-QUBES
  634. [ Patrick Schleizer ]
  635. * moved python-xdg from Recommends to Depends
  636. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 03 Sep 2015 02:45:30 +0200
  637. qubes-core-agent (3.0.15-1) wheezy; urgency=medium
  638. * debian: remove `Recommends: chrony`
  639. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 23:23:38 +0200
  640. qubes-core-agent (3.0.14-1) wheezy; urgency=medium
  641. [ Marek Marczykowski-Górecki ]
  642. * kernel-placeholder: prevent xl2tpd from pulling kernel packages
  643. * qubes-core-vm-kernel-placeholder 1.0-3
  644. [ Olivier MEDOC ]
  645. * archlinux: update dependency list based on .spec file
  646. * archlinux: reorganize install script to make it more easily
  647. compareable with the .spec file
  648. * archlinux: fix syntax errors in install file
  649. [ Marek Marczykowski-Górecki ]
  650. * debian: fix permissions of /var/lib/qubes/dom0-updates
  651. [ Patrick Schleizer ]
  652. * also inform in cli if no new updates are available
  653. [ Olivier MEDOC ]
  654. * archlinux: pulseaudio should be configured in gui agent and will
  655. break installation of pulseaudio if installed in core-agent-linux
  656. * archlinux: enabled configuration of all core agent dependencies
  657. * archlinux: ensure python2 is used for all scripts and fix
  658. dependencies for qubes-desktop-run
  659. [ Jason Mehring ]
  660. * debian: Renamed incorrect filename: 00notiy-hook -> 00notify-hook
  661. * debian: Comment out deb-src line in qubes-r3.list
  662. * Use 'which' to locate fuser since fuser path is different in Fedora
  663. and Debian
  664. * debian: Change triggers to use `interest-await` (execute triggers
  665. after all packages installed)
  666. * Remove '.service' from systemd enable loop as unit_name already
  667. contains .service in name
  668. * debian: remove cups/print-applet triggers
  669. * debian: Added cups, system-config-printer to Recommends
  670. * Makefile: Add systemd drop-in support which include conditionals to
  671. prevent services from starting
  672. * fedora: Add systemd drop-in support which include conditionals to
  673. prevent services from starting
  674. * debian: Add systemd drop-in support which include conditionals to
  675. prevent services from starting
  676. * Re-aranged qubes-vm.preset to indicate which services are specificly
  677. for Fedora only
  678. * vm-systemd: Add systemd drop-in support which include conditionals
  679. to prevent services from starting
  680. [ Marek Marczykowski-Górecki ]
  681. * archlinux: remove installOverridenServices as now handled by systemd
  682. dropins
  683. * fedora: do not own dropins directories
  684. * fedora: simulate preset-all only on first install, not upgrade
  685. * fedora: fix default locale generation
  686. * qrexec: fix exit code from qrexec-client-vm
  687. * qrexec: make sure that all the pipes/sockets are closed on cleanup
  688. [ Jason Mehring ]
  689. * qubes-desktop-file-install: Manages xdg desktop entry files
  690. * debian: Reformat depends in control for better readability
  691. * debian: qubes-desktop-file-install: Add misssing depend to contol
  692. * debian: Switch to using org.mate.NotificationDaemon by default to
  693. eliminate popups not closing
  694. * fedora: Use 'slider' org.mate.NotificationDaemon theme
  695. * qubes-desktop-run: Activate via DBUS when desktop file contains
  696. DBusActivatable
  697. [ Marek Marczykowski-Górecki ]
  698. * Move `/usr/share/qubes/xdg` to `/var/lib/qubes/xdg`
  699. [ Patrick Schleizer ]
  700. * fixed "in place upgrade issue - base-passwd debconf interative
  701. question asks 'Remove group "qubes"'"
  702. * fixed "in place upgrade issue - base-passwd debconf interative
  703. questi…on asks 'Remove group "qubes"'" for existing users
  704. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 08 Aug 2015 04:16:52 +0200
  705. qubes-core-agent (3.0.13-1) wheezy; urgency=medium
  706. * fedora: ensure that /etc/sysconfig/iptables exists (Fedora 20)
  707. * fedora/systemd: fix service enabling code
  708. * network: use iptables-restore instead of iptables --wait
  709. * network: guard iptables call with manual lock
  710. * network: disable tx csum offload on vif interfaces
  711. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Wed, 01 Jul 2015 07:05:53 +0200
  712. qubes-core-agent (3.0.12-1) wheezy; urgency=medium
  713. * dom0-updates: make the tool working on Debian
  714. * fedora, debian: make sure that default locale is generated
  715. * rpm: improve setting iptables rules
  716. * Do not override file pointed by /etc/localtime symlink
  717. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 23 Jun 2015 20:06:22 +0200
  718. qubes-core-agent (3.0.11-1) wheezy; urgency=medium
  719. [ Marek Marczykowski-Górecki ]
  720. * debian: fix apt sources.list generation (missing debian version
  721. field)
  722. [ Jason Mehring ]
  723. * Set a default locale if missing
  724. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 11 Jun 2015 04:06:26 +0200
  725. qubes-core-agent (3.0.10-1) wheezy; urgency=medium
  726. * rpm: ensure that all the services are enabled after upgrade
  727. * qrexec: do not show message about missing fork-sever - it isn't an
  728. error
  729. * rpm: add missing dependencies
  730. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 02 Jun 2015 11:20:18 +0200
  731. qubes-core-agent (3.0.9-1) wheezy; urgency=medium
  732. [ Jason Mehring ]
  733. * debian: Only notify dom0 on apt-get post hook; don't update package
  734. index
  735. * debian: Allow apt-get post hook to fail gracefully (won't work in
  736. chroot)
  737. [ Marek Marczykowski-Górecki ]
  738. * appmenus: hide message about missing /usr/local/share/applications
  739. * qrexec: prefer VM-local service file (if present) over default one
  740. * rpm: mark service files as configuration to not override user
  741. changes
  742. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 May 2015 03:27:58 +0200
  743. qubes-core-agent (3.0.8-1) wheezy; urgency=medium
  744. [ Marek Marczykowski-Górecki ]
  745. * Use iptables --wait only when it is supported
  746. [ Jason Mehring ]
  747. * debian: Update notification now notifies dom0 when an upgrade is
  748. completed
  749. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 28 Apr 2015 12:51:48 +0200
  750. qubes-core-agent (3.0.7-1) wheezy; urgency=medium
  751. [ Marek Marczykowski-Górecki ]
  752. * debian: install qubes-download-dom0-updates.sh
  753. * prepare-dvm: fix bashism
  754. * network: wait for iptables lock instead of aborting
  755. * rpm: cleanup R2->R3.0 transitional package
  756. [ Jason Mehring ]
  757. * whonix: Added protected-files file used to prevent scripts from
  758. modifying files that need to be protected
  759. * Changed location of PROTECTED_FILE_LIST to /etc/qubes/protected-
  760. files.d
  761. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Apr 2015 02:36:55 +0200
  762. qubes-core-agent (3.0.6-1) wheezy; urgency=medium
  763. * qrexec: do not reset umask to 077 for every started process
  764. * rpm/systemd: do not use preset-all during package upgrade
  765. * systemd: disable avahi-daemon and dnf-makecache
  766. * dispvm: do not start GUI apps during prerun
  767. * Fix resizing of /rw partition (private.img)
  768. * Minor fixes in mount-home.sh
  769. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 11 Apr 2015 03:40:57 +0200
  770. qubes-core-agent (3.0.5-1) wheezy; urgency=medium
  771. * systemd: use presets to enable services, call preset-all
  772. * systemd: install overridden unit file for chronyd
  773. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 07 Apr 2015 14:58:36 +0200
  774. qubes-core-agent (3.0.4-1) wheezy; urgency=medium
  775. [ Marek Marczykowski-Górecki ]
  776. * qrexec: try to recover from fork-server communication error
  777. * rpm: add missing BuildRequires: libX11-devel
  778. * debian: fix handling SysV units in disableSystemdUnits
  779. * debian: update NetworkManager configuration
  780. [ Wojtek Porczyk ]
  781. * qubes-rpc-multiplexer: deprecate /etc/qubes_rpc, allow /usr/local
  782. * sudoers: do not require TTY
  783. [ Marek Marczykowski-Górecki ]
  784. * Update repository definition: r3 -> r3.0
  785. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 02 Apr 2015 00:55:09 +0200
  786. qubes-core-agent (3.0.3-1) wheezy; urgency=medium
  787. * Enable updates repos by default
  788. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 27 Mar 2015 01:24:43 +0100
  789. qubes-core-agent (3.0.2-1) wheezy; urgency=medium
  790. [ Marek Marczykowski-Górecki ]
  791. * debian: fix version number
  792. * backup: fix qubes.Restore service - do not send garbage as backup
  793. data
  794. [ Jason Mehring ]
  795. * debian: Add extend-diff-ignore options to debian packager
  796. [ Marek Marczykowski-Górecki ]
  797. * qrexec: fork into background after setting up qrexec-fork-server
  798. socket
  799. * Fix "backup: fix qubes.Restore service - do not send garbage as
  800. backup data"
  801. [ Jason Mehring ]
  802. * Switched qvm-move-to-vm.{gnome,kde} scripts to use bash not sh
  803. * Removed nautilus-actions depend and replaced with nautilus-python
  804. * Removed code that deleted original nautilus actions
  805. [ Marek Marczykowski-Górecki ]
  806. * fc21: fix DispVM preparation - Xorg has new name
  807. * dispvm: kill all process after populating caches
  808. * dispvm: start gui agent early, do not kill Xorg
  809. * dispvm: close only visible windows during DispVM preparation
  810. * Move mounting /rw and /home to separate service
  811. * dispvm: use qubes.WaitForSession to wait for gui-agent startup
  812. * dispvm: include memory caches in "used memory" notification
  813. * dispvm: do not restart qubesdb-daemon, use watch instead
  814. * qrexec: simplify makefile
  815. * qrexec: handle data vchan directly from qrexec-client-vm
  816. * qrexec: return remote process status as qrexec-client-vm exit code
  817. * qrexec: better handle remote process termination
  818. * qrexec: do not break connection on duplicated SIGUSR1
  819. * qrexec: minor readability fix
  820. * qrexec: process vchan data queue (esp MSG_EXIT_CODE) before sending
  821. anything
  822. * qrexec: add option to use real stdin/out of qrexec-client-vm
  823. * qrexec: do not leak FDs to logger process
  824. * qrexec: execute RPC service directly (without a shell) if it has
  825. executable bit set
  826. * qrexec: get rid of shell in services using EOF for any signaling
  827. * qrexec: move qrexec-client-vm to /usr/bin
  828. * Add support for comments in qubes-suspend-module-blacklist
  829. * Create filesystem if the private.img is empty
  830. * Provide stub files in /rw/config
  831. * qrexec: fix compile warning
  832. * qrexec: do not wait for local process if no one exists
  833. * qrexec: enable compiler optimization
  834. * Do not load xen-usbfront automatically
  835. * fedora: override iptables configuration on initial installation
  836. * Update comments and xenbus intf in startup scripts regarding vchan
  837. requirements
  838. * dom0-update: allow to specify custom yum action
  839. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 26 Mar 2015 23:56:25 +0100
  840. qubes-core-agent (3.0.1-1) jessie; urgency=medium
  841. [ Marek Marczykowski-Górecki ]
  842. * Reenable imsettings service
  843. * systemd: fix xenstore-ls path
  844. [ Jason Mehring ]
  845. * Allow hyphenated distro names in tinyproxy filter
  846. * Change condition test to compare to a link "-L"
  847. * debian: add xen-utils-common as a dependancy to allow Debian proxies
  848. * debian: Added maintainers scripts (pre / postinit + rm) - Currently
  849. in debug mode
  850. * debian: preinst needs a group and force no password entry on adduser
  851. * debian: Added less restrictive filter option for debian packages
  852. Sites like sourceforge append ?downloadxxx to end
  853. * debian: added new depends
  854. * debian: force shell to be bash since its default is dash and many
  855. qubes scripts rely on bash and will break in dash and added
  856. tinyproxy user
  857. [ HW42 ]
  858. * move fedora specific stuff to install-rh target
  859. * don't track debina/files (since it is autogenerated)
  860. * use systemd in debian
  861. * install iptables/forwarding for debian
  862. * various patches for debian
  863. * improve update of /etc/hosts
  864. * make source.list multiarch compatible
  865. * add xserver-xorg-video-dummy to the dependencies list of qubes-core-
  866. agent
  867. * dispvm-presun.sh needs bash
  868. * use sleep instead os usleep since it is more portable
  869. * debian: chown /home_volatile/user in posinst
  870. * fix xenstore-read path in network-proxy-setup.sh for debian
  871. * debian: add dependency on xen-utils since it's needed for
  872. proxy/netvm
  873. * debian: add support for qubes appmenus
  874. [ Marek Marczykowski-Górecki ]
  875. * debian: fix initialization of /etc/hosts
  876. [ Jason Mehring ]
  877. * debian: set -e added in place of set -x
  878. * debian: Made debian proxy filter rules more restrictive
  879. * debian: Cleanup
  880. * debian: Prepend package name to maintainers scripts
  881. * debian: Add qubes-update-check for Debian
  882. * debian: Revert back to original NetworkManager, ModemManager service
  883. names
  884. * debian: apt-get needs to update first
  885. * debian: Remove absolute path to xenstore-*
  886. * debian: Added more dependancies
  887. * debian: Added postrm disable of other Qubes packages
  888. * debian: Added all other outstanding triggers contained in rpm_spec
  889. as well as triggers if other packages get installed at a later date
  890. the configurations will run on them
  891. * debian: removed commented out depends
  892. * debian: Added more error reporting to track down any missing
  893. dependancies
  894. * debian: More depends for debian as netvm and some configuration
  895. tweaks.
  896. [ Marek Marczykowski-Górecki ]
  897. * network: do not use ifcfg-rh NM plugin
  898. * network: fix NM uplink config permissions
  899. [ Jason Mehring ]
  900. * debian: Add new notification agent depends; remove other
  901. * debian: Added functionality to move desktop entry config files to
  902. /usr/share/qubes/xdg/autostart to preserve originals
  903. * debian: Wrong variable name was used to create
  904. /usr/share/qubes/xdg/autostart
  905. [ Marek Marczykowski-Górecki ]
  906. * Fix compile flags order (-lX11 moved to the end)
  907. [ Jason Mehring ]
  908. * debian: Updated tinyproxy filter rules
  909. * debian: Don't display systemd info in chroot since systemd show does
  910. not work in chroot
  911. [ Marek Marczykowski-Górecki ]
  912. * network: fix indentation
  913. * Fix disabling nm-applet when NM is disabled
  914. * debian: create tinyproxy as system user
  915. * debian: fix generation of apt sources list file
  916. * debian: add missing python-gi to dependencies
  917. * debian: remove obsolete code from postinst script
  918. * debian: fix service name in postinst script
  919. * Update update-proxy rules for debian security fixes repo
  920. [ HW42 ]
  921. * debian: move not strictly required packages to Recommends-Section.
  922. * debian: remove unneeded acpid dependency
  923. [ Marek Marczykowski-Górecki ]
  924. * network: set uplink configuration based on MAC (NetworkManager)
  925. * network: fix NM config preparation
  926. [ Jason Mehring ]
  927. * fc21: iptables configurations conflict with fc21 yum package manager
  928. * fc21: Remove left-over code comment
  929. [ Marek Marczykowski-Górecki ]
  930. * fedora: Add security-testing repo definition
  931. * filecopy: prevent files/dirs movement outside incoming directory
  932. during transfer
  933. * fedora: Fix iptables config install script
  934. * fedora: Fix iptables config installation one more time
  935. [ HW42 ]
  936. * don't ignore asprintf() return value
  937. [ Marek Marczykowski-Górecki ]
  938. * network: support for not setting DNS and/or default gateway
  939. [ Olivier MEDOC ]
  940. * archlinux: fix new packaging requirements related to sbin, lib64,
  941. run ...
  942. * archlinux: align with fedora changes related to imsettings
  943. [ Marek Marczykowski-Górecki ]
  944. * fedora: reduce code duplication in systemd triggers
  945. * fedora: reload systemd only once
  946. * systemd: allow to start cron daemon (#909)
  947. * filecopy: fallback to "open(..., 000)" method when /proc
  948. inaccessible
  949. * network: support for not setting DNS and/or default gateway (v2)
  950. * rpm: add missing R: pygobject3-base
  951. [ HW42 ]
  952. * debian: fix for QSB #014 requires up to date qubes-utils
  953. * debian: postinst: use systemctl mask
  954. * debian: postinst: use dpkg-divert
  955. * debian: don't generate regular conf files in postinst
  956. * debian: postinst: don't remove /etc/udev/rules.d/*
  957. * debian: postinst: don't create /rw - it is already part of the
  958. package
  959. * debian: postinst: use systemctl to set default target
  960. * debian: postinst: remove fedora specific code
  961. * debian: postinst: enable netfilter-persistent service
  962. * debian: postinst: cleanup
  963. * debian: postinst: don't start systemd services
  964. * debian: postinst: enable haveged only if installed
  965. * debian: postinst: remove redundant and misleading trigger output
  966. * debian: install fstab as normal config file
  967. * debian: preinst: remove modification of /etc/modules
  968. * remove 'bashisms' or explicit use bash
  969. * debian: preinst: don't force the default shell to bash
  970. * debian: prerm: remove obsolete code
  971. * debian: preinst: cleanup user creation
  972. [ Wojtek Porczyk ]
  973. * spec: require linux-utils-3.0.1
  974. [ Matt McCutchen ]
  975. * Switch to preset file for systemd units to disable.
  976. * Make qvm-run bidirectional and document its limitations.
  977. [ Marek Marczykowski-Górecki ]
  978. * debian: change systemctl set-default back to manual symlink
  979. * network: fix handling newline in firewall rules
  980. * qrexec: use sockets instead of pipes to communicate with child
  981. process
  982. * qrexec: reorganise code for upcoming change
  983. * qrexec: add simple "fork server" to spawn new processes inside user
  984. session
  985. * Adjust permissions of /var/run/qubes
  986. [ Jason Mehring ]
  987. * debian: Remove 'exit 0' in maintainer section scripts to all other
  988. debhelpers (if any) to also execute
  989. * Add a qubes group and then add the user 'user' to the group
  990. * Remove 'xen.evtchn' udev rule
  991. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  992. access
  993. * debian: Converted debian package to a quilt package to allow patches
  994. * debian: Refactor Debian quilt packaging for xen
  995. * debian: Remove 'exit 0' in maintainer section scripts to all other
  996. debhelpers (if any) to also execute
  997. * Add a qubes group and then add the user 'user' to the group
  998. * Remove 'xen.evtchn' udev rule
  999. * Set permissions to /proc/xen/privcmd, so a user in qubes group can
  1000. access
  1001. * debian: Converted debian package to a quilt package to allow patches
  1002. * debian: Revert depends back to use libxen-dev
  1003. * debian: Move creation of directories into debian.dirs configuration
  1004. file
  1005. * debian: Remove dist target from Makefile as copy-in is now being
  1006. used
  1007. * debian: Remove unneeded patch file and README
  1008. * Make sure when user is added to qubes group that the group is
  1009. appended
  1010. [ Marek Marczykowski-Górecki ]
  1011. * qrexec: fix compile warning
  1012. * debian: reenable -Werror, mentioned warning already fixed
  1013. * debian: exclude binary packages from source archive
  1014. * updates-proxy: allow xz compressed metadata (fc21)
  1015. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 17 Feb 2015 14:14:16 +0100
  1016. qubes-core-agent (3.0.0-1) jessie; urgency=medium
  1017. [ Marek Marczykowski-Górecki ]
  1018. * Improve handling of .desktop files
  1019. * suspend: do not disable network frontend devices
  1020. * Handle tabs in /etc/hosts
  1021. [ Marek Marczykowski ]
  1022. * Update for new vchan API
  1023. * spec: add dependencies on vchan package (both R: and BR:)
  1024. * load xen-gntalloc module required by libxenvchan
  1025. * spec: get backend_vmm from env variable
  1026. * rpm: fix typo
  1027. * Use Qubes DB instead of Xenstore
  1028. * systemd: fix qubes-service handling
  1029. * dispvm: restart qubesdb at DispVM start
  1030. [ Marek Marczykowski-Górecki ]
  1031. * qrexec: remove dom0 targets from makefile
  1032. * code style: replace tabs with spaces
  1033. * qrexec: new protocol - direct data vchan connections
  1034. * Use xenstore.h instead of xs.h
  1035. * qrexec: register exec function
  1036. * Update repos and keys for Qubes R3
  1037. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 22 Nov 2014 16:24:17 +0100
  1038. qubes-core-agent (2.1.42) jessie; urgency=medium
  1039. * firewall: show error message only on actual error
  1040. * Avoid 100MB reserved space in private ext4 partition
  1041. * gui-fatal: do not run as root
  1042. * fedora: workaround slow system shutdown (#852)
  1043. * Rename qubes-yum-proxy service to qubes-updates-proxy
  1044. * Rename yum-proxy-setup service to updates-proxy-setup
  1045. * updates-proxy: add rules for debian repositories (#887)
  1046. * qrexec: check for setuid() error when calling zenity/kdialog
  1047. * Use systemd mechanism for loading kernel modules (when available)
  1048. * Add missing u2mfn module load
  1049. * archlinux: modules-load.d handled now in generic files
  1050. * debian: migrate to native systemd services
  1051. * updates-proxy-setup: support setting proxy for apt (#887)
  1052. * Introduce qubes.SetDateTime service for time synchronization
  1053. * systemd: fix 'service' path
  1054. * Include /rw in the package
  1055. * debian: custom dh_auto_clean no longer needed
  1056. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 25 Oct 2014 01:49:58 +0200
  1057. qubes-core-agent (2.1.41) jessie; urgency=medium
  1058. [ Marek Marczykowski-Górecki ]
  1059. * dispvm: slow down "spinlock" while waiting for save/restore
  1060. [ Olivier MEDOC ]
  1061. * archlinux: add notification daemon
  1062. * archlinux: follow fedora20 qubes agent improvement
  1063. * archlinux: follow fedora20 qubes agent improvement
  1064. * archlinux: enable/disable services when corresponding packages got
  1065. installed
  1066. [ Marek Marczykowski-Górecki ]
  1067. * network: use the same gateway IP generation method as backend
  1068. * Revert "network: use the same gateway IP generation method as
  1069. backend"
  1070. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Fri, 15 Aug 2014 17:45:15 +0200
  1071. qubes-core-agent (2.1.40) jessie; urgency=medium
  1072. [ Marek Marczykowski-Górecki ]
  1073. * Fix compiler warnings.
  1074. * Enable compiler optimization.
  1075. * rpm: do not disable abrt-applet autostart
  1076. * systemd: relax qubes-sysinit dependencies
  1077. * systemd: reexec systemd to ensure right version is running
  1078. * rpm: fix notification-daemon setup
  1079. * archlinux: do not fail mount /usr/lib/modules if already mounted
  1080. * version 2.1.34
  1081. * suspend: fix dbus-send invocation
  1082. * qubes-rpc: log service stderr to syslog instead of sending to dom0
  1083. (#842)
  1084. * version 2.1.35
  1085. [ Wojciech Zygmunt Porczyk ]
  1086. * misc: do not display file preview by default (#813)
  1087. [ Vincent Penquerc'h ]
  1088. * vm-file-editor: remove temporary file on exit
  1089. [ Marek Marczykowski-Górecki ]
  1090. * rpm: remove /lib/firmware/updates link
  1091. * Hide nm-applet icon earlier (#857)
  1092. * Configure only installed programs
  1093. * network: setup NM connection when its active in the ProxyVM
  1094. * version 2.1.36
  1095. * Add --dispvm to qvm-run documentation
  1096. * Fix formating
  1097. * Do not start nm-applet at all when no NetworkManager running (#857)
  1098. * version 2.1.37
  1099. * rpm: require generic "desktop-notification-daemon" not a specific
  1100. one
  1101. * rpm: enable haveged service by default (#673)
  1102. * Do not start nm-applet at all when no NetworkManager running -
  1103. update (#857)
  1104. * rpm: enable/disable services when corresponding packages got
  1105. installed
  1106. * dispvm: close all windows after apps prerun (#872)
  1107. * version 2.1.38
  1108. * systemd: do not reexec when not necessary
  1109. * version 2.1.39
  1110. * rpm: mark config files with %config(noreplace)
  1111. [ Davíð Steinn Geirsson ]
  1112. * Split install target into install-common and install-rh, and add all
  1113. target
  1114. * Fix make clean target
  1115. * Check for xenstore-read in /usr/sbin as well (default on debian)
  1116. * Use xenstore.h instead of xs.h when xen >= 4.2
  1117. * Explicitly specify /bin/bash for Makefile SHELL, since it's
  1118. required.
  1119. * Initial debian packaging
  1120. [ Marek Marczykowski-Górecki ]
  1121. * debian: update deps
  1122. * qrexec: fix loop bounds
  1123. * gitignore
  1124. * Fix bashism
  1125. * gitignore: fix binary packages declaration
  1126. * debian: add updates repo definition and key
  1127. * debian: fix qfile-unpacker perms
  1128. -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 28 Jul 2014 02:38:59 +0200
  1129. qubes-core-agent (2.1.33) jessie; urgency=low
  1130. * Initial Release.
  1131. -- Davíð Steinn Geirsson <david@dsg.is> Mon, 21 Apr 2014 01:31:55 +0000