aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* utils/pcsc-tools: Add to repoDaniel Engberg2017-06-20
| | | | | | Add pcsc-tools to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #4405 from sartura/symlink-soversion-libnetconf2Luka Perkov2017-06-01
|\ | | | | libnetconf2: modify copy of .so files
| * libnetconf2: modify copy of .so filesAntonio Paunovic2017-05-29
| | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | Merge pull request #4404 from sartura/symlink-soversion-libyangLuka Perkov2017-06-01
|\ \ | | | | | | libyang: modify copy of .so files
| * | libyang: modify copy of .so filesAntonio Paunovic2017-05-29
| |/ | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | Merge pull request #4406 from sartura/symlink-soversion-libsshLuka Perkov2017-06-01
|\ \ | | | | | | libssh: modify copy of .so files
| * | libssh: modify copy of .so filesAntonio Paunovic2017-05-29
| |/ | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | Merge pull request #4403 from sartura/symlink-soversion-sysrepoLuka Perkov2017-06-01
|\ \ | | | | | | sysrepo: modify copy of .so files
| * | sysrepo: modify copy of .so filesAntonio Paunovic2017-05-29
| |/ | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | Merge pull request #4388 from sartura/netopeer2-dependencyLuka Perkov2017-06-01
|\ \ | | | | | | sysrepo: add patch for disabling autostart
| * | sysrepo: bump PKG_RELEASE versionAntonio Paunovic2017-05-26
| | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
| * | sysrepo: add patch for diabling autostartAntonio Paunovic2017-05-26
| | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | Merge pull request #4414 from diizzyy/patch-48Hannu Nyman2017-06-01
|\ \ \ | | | | | | | | libs/confuse: Update to 3.1
| * | | libs/confuse: Update to 3.1Daniel Engberg2017-05-31
| | | | | | | | | | | | | | | | | | | | Update (lib)confuse to 3.1 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #4400 from starcms/masterHannu Nyman2017-05-31
|\ \ \ \ | |/ / / |/| | | net/dnscrypt-proxy: add support for LogLevel; update dnscrypt-proxy-resolvers
| * | | net/dnscrypt-proxy: add LogLevel support, update dnscrypt-resolvers.csv,starcms2017-05-30
| | | | | | | | | | | | | | | | | | | | | | | | bump version number. Signed-off-by: Chris Saaidi <starcms@gmail.com>
* | | | Merge pull request #4411 from chris5560/masterHannu Nyman2017-05-31
|\ \ \ \ | | | | | | | | | | radicale: update to version 1.1.3
| * | | | radicale: update to version 1.1.3Christian Schoenebeck2017-05-30
|/ / / / | | | | | | | | | | | | | | | | | | | | update to version 1.1.3 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | strongswan: fix typoStijn Tintel2017-05-30
| | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #4208 from dedeckeh/pr-netsnmp-fwStijn Tintel2017-05-30
|\ \ \ \ | | | | | | | | | | net-snmp: add inbound firewall rule support
| * | | | net-snmp: add inbound firewall rule supportHans Dedecker2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add UCI section general which holds the uci parameter network defining on which interface(s) the snmp agent is reachable for inbound snmp requests in case the firewall zone does not allow INPUT traffic by default. For the different zones to which the different interfaces belong firewall procd input rules are created making the snmp agent reachable on udp port 161. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | strongswan: add curve25519 pluginStijn Tintel2017-05-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | strongswan: bump to 5.5.3Stijn Tintel2017-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-9022, CVE-2017-9023. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | Merge pull request #4381 from commodo/ovs-fixHannu Nyman2017-05-30
|\ \ \ \ \ | | | | | | | | | | | | openvswitch: fix build for ovs python libs & related packages
| * | | | | openvswitch: disable built-in kernel module buildAlexandru Ardelean2017-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we're using the kernel's module, this is un-necessary. Should speed up the build a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | openvswitch: fix build for ovs python libs & related packagesAlexandru Ardelean2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Admittedly I never used those Python libs. And the setup I was trying it on, did not have the Python interpreter packaged, so these build failures went un-noticed. That's my fault for not trying it out properly on a full LEDE repo, with all packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #4380 from commodo/python-six-host-buildHannu Nyman2017-05-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-six: add host-side build
| * | | | | | python-six: add host-side buildAlexandru Ardelean2017-05-24
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for Open vSwitch's python libs. And build. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | / alsa-lib: update urlsPeter Wagner2017-05-29
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | net/mosquitto: bump to 1.4.12 for CVE-2017-7650Karl Palsson2017-05-29
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Dot release, primarily due to CVE-2017-7650 but also rolls up some earlier patches. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #4379 from val-kulkov/nginx-packageThomas Heil2017-05-28
|\ \ \ \ | | | | | | | | | | nginx: update to 1.12.0, the latest stable version
| * | | | nginx: update to 1.12.0, the latest stable versionVal Kulkov2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a straightforward update to the latest stable version. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | libaudiofile: Multiple bug fixes, CVE-2017-6837, CVE-2017-6838, ↵Ted Hess2017-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2017-6839, CVE-2015-7747 & GCC6 patches Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #4392 from antonlacon/ffmpeg-3.2.xTed Hess2017-05-27
|\ \ \ \ \ | | | | | | | | | | | | ffmpeg: update to 3.2.5
| * | | | | ffmpeg: update to 3.2.5Ian Leonard2017-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | Merge pull request #4393 from damianorenfer/hotfix-dnscrypt-proxy-initHannu Nyman2017-05-27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | net/dnscrypt-proxy: fix block_ipv6 param in init script
| * | | | | net/dnscrypt-proxy: fix block_ipv6 param in init scriptDamiano Renfer2017-05-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | | | | git: update to 2.13.0Peter Wagner2017-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #4389 from sartura/netopeer2-openssl-dependencyHannu Nyman2017-05-26
|\ \ \ \ \ | |_|_|_|/ |/| | | | netopeer2-keystored: add new dependency
| * | | | netopeer2-keystored: add new dependencyAntonio Paunovic2017-05-26
|/ / / / | | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | | Merge pull request #4383 from kuoruan/aria2Hannu Nyman2017-05-25
|\ \ \ \ | | | | | | | | | | Aria2: Bump version
| * | | | webui-aria2: Bump to 2017-05-21kuoruan2017-05-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
| * | | | yaaw: Bump to 2017-04-11kuoruan2017-05-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
| * | | | aria2: Update to v1.32.0kuoruan2017-05-25
|/ / / / | | | | | | | | | | | | Signed-off-by: kuoruan <kuoruan@gmail.com>
* | | | Merge pull request #4378 from sartura/sysrepo_updateLuka Perkov2017-05-24
|\ \ \ \ | |/ / / |/| | | sysrepo update
| * | | netopeer2-server: modified init scriptMislav Novakovic2017-05-24
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | sysrepo: merge sysrepod and sysrepo-plugindMislav Novakovic2017-05-24
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | netopeer2: change default ssh key handlingMislav Novakovic2017-05-24
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | netopeer2-server: edited init scriptMislav Novakovic2017-05-24
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | netopeer2: modified uci-default scriptMislav Novakovic2017-05-24
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>