Skip to content
Snippets Groups Projects
  1. Jan 13, 2017
  2. Jan 11, 2017
  3. Jan 10, 2017
  4. Jan 05, 2017
  5. Jan 03, 2017
  6. Jan 02, 2017
    • Hauke Mehrtens's avatar
      curl: update to version 7.52.1 · 1436e154
      Hauke Mehrtens authored
      
      This fixes the folowing security problems:
      
      CVE-2016-9586: printf floating point buffer overflow
      CVE-2016-9952: Win CE schannel cert wildcard matches too much
      CVE-2016-9953: Win CE schannel cert name out of buffer read
      CVE-2016-9594: unititialized random
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      1436e154
  7. Dec 22, 2016
  8. Dec 20, 2016
  9. Dec 16, 2016
  10. Dec 14, 2016
    • Matti Laakso's avatar
      comgt-ncm: Add support for specifying profile index · 5bd3b9df
      Matti Laakso authored
      
      Add support for specifying a call profile index instead of APN. A
      specific index different from 1 must be used for some service
      provider and modem combinations.
      
      In addition, change the manufacturer detection to use the standard
      AT+CGMI command, which produces more predictable output than ATI,
      remove the redundant ipv6 option, since it is less ambiguous to
      directly specify the PDP context type with mobile connections, and
      fix missing device during teardown when using ncm through the wwan
      proto.
      
      Signed-off-by: default avatarMatti Laakso <malaakso@elisanet.fi>
      5bd3b9df
    • Matti Laakso's avatar
      uqmi: Add support for specifying profile index · 2e2748b0
      Matti Laakso authored
      
      Update uqmi to latest version, which brings about support for
      specifying a call profile index instead of APN. A specific index
      different from 1 must be used for some service provider and modem
      combinations.
      
      Also change option dhcp to dhcpv6, since IPv4 now always uses DHCP,
      replace option ipv6 with pdptype, which is less ambiguous, and
      make autoconnect optional and default it to off for IPv6 due to it
      not working with statically configured IPv6.
      
      Signed-off-by: default avatarMatti Laakso <malaakso@elisanet.fi>
      2e2748b0
    • Jo-Philipp Wich's avatar
      netfilter: drop proprietary xt_id match · e2f8d200
      Jo-Philipp Wich authored
      
      The xt_id match was used by the firewall3 package to track its own rules but
      the approach has been changed to use xt_comment instead now, so we can drop
      this nonstandard extension.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      e2f8d200
  11. Dec 12, 2016
  12. Dec 03, 2016
    • Hauke Mehrtens's avatar
      curl: update to version 7.51.0 · 4e07167e
      Hauke Mehrtens authored
      
      This fixes the following security problems:
      CVE-2016-8615: cookie injection for other servers
      CVE-2016-8616: case insensitive password comparison
      CVE-2016-8617: OOB write via unchecked multiplication
      CVE-2016-8618: double-free in curl_maprintf
      CVE-2016-8619: double-free in krb5 code
      CVE-2016-8620: glob parser write/read out of bounds
      CVE-2016-8621: curl_getdate read out of bounds
      CVE-2016-8622: URL unescape heap overflow via integer truncation
      CVE-2016-8623: Use-after-free via shared cookies
      CVE-2016-8624: invalid URL parsing with '#'
      CVE-2016-8625: IDNA 2003 makes curl use wrong host
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      4e07167e
  13. Dec 01, 2016
  14. Nov 29, 2016
  15. Nov 26, 2016
  16. Nov 14, 2016
  17. Nov 12, 2016
  18. Nov 08, 2016
    • Christian Lamparter's avatar
      iperf3: update to version 3.1.4 · 9c91335d
      Christian Lamparter authored
      "This release fixes a few minor bugs, including a
      (non-security-impacting) buffer overflow fix ported
      from upstream cjson."
      <http://software.es.net/iperf/news.html#iperf-3-1-4-released
      
      >
      
      Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
      9c91335d
    • Alberto Bursi's avatar
      comgt: move to WWAN submenu, fixed link · e4fef722
      Alberto Bursi authored
      
      moving comgt and its modules to WWAN submenu to join uqmi as both are tools for WWAN modems.
      
      I replaced the link with comgt's ubuntu manpage because the old link isn't working anymore.
      
      Signed-off-by: default avatarAlberto Bursi <alberto.bursi@outlook.it>
      e4fef722
    • Alberto Bursi's avatar
      uqmi: moved to WWAN submenu · 9abdeee0
      Alberto Bursi authored
      
      Moving uqmi to WWAN submenu
      
      Signed-off-by: default avatarAlberto Bursi <alberto.bursi@outlook.it>
      9abdeee0
    • Cezary Jackiewicz's avatar
      gcom: Fix 'mode' option for ncm · 862e7fb7
      Cezary Jackiewicz authored
      
      For Huawei devices like E3372 proper command for set lte mode is:
      
      AT^SYSCFGEX="03",3fffffff,2,4,7fffffffffffffff,,
      
      Eval is required for proper quotation.
      
      Without this fix:
      
      Fri Nov  4 19:07:49 2016 daemon.notice netifd: Interface 'wan' is setting up now
      Fri Nov  4 19:07:52 2016 daemon.notice netifd: wan (2060): sending -> AT
      Fri Nov  4 19:07:52 2016 daemon.notice netifd: wan (2060): sending -> ATZ
      Fri Nov  4 19:07:53 2016 daemon.notice netifd: wan (2060): sending -> ATQ0
      Fri Nov  4 19:07:53 2016 daemon.notice netifd: wan (2060): sending -> ATV1
      Fri Nov  4 19:07:54 2016 daemon.notice netifd: wan (2060): sending -> ATE1
      Fri Nov  4 19:07:55 2016 daemon.notice netifd: wan (2060): sending -> ATS0=0
      Fri Nov  4 19:07:55 2016 daemon.notice netifd: wan (2060): sending -> AT+CGDCONT=1,"IP","internet"
      Fri Nov  4 19:07:57 2016 daemon.notice netifd: wan (2060): sending -> AT^SYSCFGEX=\"03\",3fffffff,2,4,7fffffffffffffff,,
      Fri Nov  4 19:07:58 2016 daemon.notice netifd: wan (2060): Error running AT-command
      Fri Nov  4 19:07:58 2016 daemon.notice netifd: wan (2060): Failed to set operating mode
      Fri Nov  4 19:07:58 2016 daemon.notice netifd: wan (2092): Stopping network
      ...
      
      With this fix:
      
      Fri Nov  4 19:10:59 2016 daemon.notice netifd: Interface 'wan' is setting up now
      Fri Nov  4 19:11:01 2016 daemon.notice netifd: wan (2539): sending -> AT
      Fri Nov  4 19:11:01 2016 daemon.notice netifd: wan (2539): sending -> ATZ
      Fri Nov  4 19:11:02 2016 daemon.notice netifd: wan (2539): sending -> ATQ0
      Fri Nov  4 19:11:03 2016 daemon.notice netifd: wan (2539): sending -> ATV1
      Fri Nov  4 19:11:03 2016 daemon.notice netifd: wan (2539): sending -> ATE1
      Fri Nov  4 19:11:04 2016 daemon.notice netifd: wan (2539): sending -> ATS0=0
      Fri Nov  4 19:11:05 2016 daemon.notice netifd: wan (2539): sending -> AT+CGDCONT=1,"IP","internet"
      Fri Nov  4 19:11:06 2016 daemon.notice netifd: wan (2539): sending -> AT^SYSCFGEX="03",3fffffff,2,4,7fffffffffffffff,,
      Fri Nov  4 19:11:07 2016 daemon.notice netifd: wan (2539): sending -> AT^NDISDUP=1,1,"internet"
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: wan (2539): Connected, starting DHCP on wwan0
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan' is now up
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: Network device 'wwan0' link is up
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: Network alias 'wwan0' link is up
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan_4' is enabled
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan_4' has link connectivity
      Fri Nov  4 19:11:08 2016 daemon.notice netifd: Interface 'wan_4' is setting up now
      ...
      
      Signed-off-by: default avatarCezary Jackiewicz <cezary@eko.one.pl>
      862e7fb7
  19. Nov 02, 2016
    • Jo-Philipp Wich's avatar
      iproute2: rename ip to ip-tiny and let both ip-tiny and ip-full provide "ip" · eb10b13f
      Jo-Philipp Wich authored
      
      Rename the "ip" package declaration to "ip-tiny" and let both "ip-tiny" and
      "ip-full" provide the virtual "ip" package. This allows users to freely choose
      the "ip" command variant while other packages can continue to depend on "ip"
      without needing to enforce a specific variant.
      
      Note that this commit does not add busybox as "ip" provider due to
      the following reasons:
      
       - The builtin Busybox ip applet cannot be added or removed at runtime
       - Both "ip-tiny" and "ip-full" are able to install without file clashes even
         if the busybox applet is enabled
       - The system is preferring full "ip-tiny" and "ip-full" at runtime, even
         if Busybox ip is still present.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      eb10b13f
  20. Oct 27, 2016
Loading