Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
advisory:2021-01-19-1 [2021/01/19 12:00] – created ynezzadvisory:2021-01-19-1 [2021/01/19 13:13] – [Package upgrade] ynezz
Line 71: Line 71:
 command below. command below.
  
-   opkg update; opkg upgrade $(opkg list-installed | sed -'/dnsmasq/ s/\([a-z]*\) - .*/\1/p')+   opkg update; opkg upgrade $(opkg list-installed dnsmasq* cut -d' ' -f1)
  
 Then verify, that you're running fixed version. Then verify, that you're running fixed version.
  
-   opkg list-installed | grep dnsmasq+   opkg list-installed dnsmasq*
  
 The above command should output following: The above command should output following:
Line 82: Line 82:
    dnsmasq - 2.83-1     - for master/snapshot    dnsmasq - 2.83-1     - for master/snapshot
  
-FIXME: The fix is contained in the following and later versions:+FIXME (19.07): The fix is contained in the following and later versions:
  
   * OpenWrt 19.07:  [[releases:19.07.6]] (fixed by [[https://git.openwrt.org/78c4c04dd7979a7f6d3cadeb1783b6c38d63b575|v19.07.4-19-g78c4c04dd797]])   * OpenWrt 19.07:  [[releases:19.07.6]] (fixed by [[https://git.openwrt.org/78c4c04dd7979a7f6d3cadeb1783b6c38d63b575|v19.07.4-19-g78c4c04dd797]])
-  * OpenWrt master: 2021-01-19 (fixed by [[https://git.openwrt.org/095cc2b7454addeaf25b05aff194f287783219ed|reboot-14782-g095cc2b7454a]])+  * OpenWrt master: 2021-01-19 (fixed by [[https://git.openwrt.org/e87c0d934c54d0b07caef1db3af170510acf3cfa|reboot-15541-ge87c0d934c54]])
  
 ===== AFFECTED VERSIONS ===== ===== AFFECTED VERSIONS =====
Line 107: Line 107:
 ===== REFERENCES ===== ===== REFERENCES =====
  
-FIXME: +[[commit>e87c0d934c54d0b07caef1db3af170510acf3cfa]]
- +
-[[commit>a3e650911f5e6f67dcff09974df3775dfd615da6]]+
  • Last modified: 2021/02/02 10:53
  • by ynezz