aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* obfs4proxy: new packages (including dependencies)Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | obfs4proxy is a Tor pluggable transport proxy, implementing obfs4. This commit also includes obfs4proxy's build time dependencies: * golang-github-agl-ed25519: Go implementation of Ed25519 signature algorithm * golang-github-dchest-siphash: Go implementation of SipHash-2-4 * golang-golang-x-crypto: Go supplementary cryptography libraries * golang-golang-x-net: Go supplementary network libraries * golang-golang-x-sys: Go packages for interaction with the OS * golang-golang-x-text: Go text processing support * golang-torproject-pluggable-transports-goptlib: Tor pluggable transports library for Go Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #6344 from yousong/ssh-alttripolar2018-06-25
|\ | | | | openssh: let opkg manage openssh symlinks of ssh, scp
| * openssh: let opkg manage openssh symlinks of ssh, scpYousong Zhou2018-06-25
|/ | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* php7: add package dependency on zoneinfo-coreRafał Miłecki2018-06-24
| | | | | | | | | | | | | | | | | | | | | Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core when using "opkg install" (during runtime or when building images with CONFIG_TARGET_PER_DEVICE_ROOTFS). Missing zoneinfo results in PHP fatal errors, e.g.: Fatal error: DateTime::createFromFormat(): Timezone database is corrupt - this should *never* happen! For years users were told to manually install zoneinfo-core package. This problem was hidden for some time (including 17.01 release) due to disabled support for CONFIG_PHP7_SYSTEMTZDATA. It's now back as support for --with-system-tzdata was enabled again. The proper solution is to simply make php7 package depend on zoneinfo-core when PHP7_SYSTEMTZDATA is used. Fixes: 84e5012e8853 ("php7: re-enable system timezone data usage") Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* Merge pull request #6253 from neheb/patch-14Hannu Nyman2018-06-24
|\ | | | | freetype: Update to 2.9.1
| * freetype: Update to 2.9.1Rosen Penev2018-06-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #6293 from neheb/patch-16Hannu Nyman2018-06-24
|\ \ | | | | | | libgee: Update to 0.20.1
| * | libgee: Update to 0.20.1Rosen Penev2018-06-13
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6337 from EricLuehrsen/unbound_173Hannu Nyman2018-06-24
|\ \ \ | | | | | | | | unbound: update to 1.7.3
| * | | unbound: update to 1.7.3Eric Luehrsen2018-06-23
| | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | Merge pull request #6248 from diizzyy/patch-1Philip Prindeville2018-06-24
|\ \ \ \ | |/ / / |/| | | openldap: Switch tarball sources to https and http
| * | | openldap: Switch tarball sources to https and httpDaniel Engberg2018-06-09
| | |/ | |/| | | | | | | | | | | | | | | | | | | Switch from ftp which can be broken on corp firewalls to https and http. Mirrors taken from https://www.openldap.org/software/download/ and https://www.openldap.org/software/download/OpenLDAP/MIRRORS Place master site as last resort. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | ola: enable and ship web stuffDaniel Golle2018-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make OLA more useful for untrained users which depend on the built-in webserver. We may split the ola package into smaller parts to allow not having web-stuff in case this breaks the space-constraints for some users. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | git: update to 2.18.0Peter Wagner2018-06-22
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | pulseaudio: enable parallel buildPeter Wagner2018-06-22
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | pulseaudio: update to 12.0Peter Wagner2018-06-22
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #6306 from aparcar/fancy_releasechamptar2018-06-21
|\ \ \ | | | | | | | | prometheus-node-exporter-lua: handle fancy release
| * | | prometheus-node-exporter-lua: handle fancy releasePaul Spooren2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some releases may have non letters in it's name currently resulting in an empty ("") output which is then discarded, resulting in *missing* labels in the metric. Now it uses `.-` to catch as little as possible, but anything. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | ola: implement Host/Install for ola_protoc_pluginDaniel Golle2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | Should fix build with SDK on buildbots. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ola: update to 0.10.6, fix build with recent protobufDaniel Golle2018-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent protobuf requires C++11 while OLA was forcing C++98 in order to keep using auto_ptr without getting warnings... Use gnu++11 to make everyone happy and live with the warnings about auto_ptr being deprecated. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #6098 from xavifr/b-snmp-add-extendStijn Tintel2018-06-20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | snmpd: Add snmp_extend config option Closes #5764
| * | | | SNMPD: Add snmp_extend config optionXavier Franquet2018-05-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Xavier Franquet <xavier@franquet.es>
* | | | | Merge pull request #6064 from nxhack/fix_arm_arch_detectionHannu Nyman2018-06-20
|\ \ \ \ \ | | | | | | | | | | | | node: Fix incorrect detection of arm_version and arm_fpu
| * | | | | node: Fix incorrect detection of arm_version and arm_fpuHirokazu MORIKAWA2018-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic detection of the arm architecture does not work well. http://downloads.lede-project.org/snapshots/faillogs/arm_arm1176jzf-s_vfp/packages/node/compile.txt ``` ../deps/v8/src/arm/assembler-arm.cc:176:2: error: #error "CAN_USE_ARMV7_INSTRUCTIONS should match CAN_USE_VFP3_INSTRUCTIONS" #error "CAN_USE_ARMV7_INSTRUCTIONS should match CAN_USE_VFP3_INSTRUCTIONS" ^~~~~ ``` https://github.com/openwrt/packages/issues/5728 Explicitly set cpu arch optimization flag to the compiler option so that "configure" script correctly identifies "arm version". (Raspberry Pi Zero W) Raspbian: ``` raspberrypi:~ $ echo | gcc -dM -E - | grep ARM_ARCH ``` OpenWrt (cross-env): ``` ubuntu:~ $ echo | ./arm-openwrt-linux-muslgnueabi-gcc -dM -E - | grep ARM_ARCH ``` ``` ubuntu:~ $ echo | ./arm-openwrt-linux-muslgnueabi-gcc -mcpu=arm1176jzf-s -dM -E - | grep ARM_ARCH ``` Also specifying an option lines compactly. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | qemu: package qemu-nbdMathew McBride2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qemu-nbd is used to 'mount' images to /dev/nbdX block devices, for example, to manipulate a qcow2 image as a disk device Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | | | | | qemu: package qemu-imgMathew McBride2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qemu-img is used for converting between different VM image types, such as qcow2 to raw and vice versa. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | | | | | Merge pull request #6307 from diizzyy/sound-fdk-aacTed Hess2018-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | sound/fdk-aac: Clean up Makefile, add overflow patch
| * | | | | | sound/fdk-aac: Clean up Makefile, add overflow patchDaniel Engberg2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up Makefile by utilizing toolchain logic Make package pkg-config friendly Add patch to prevent crashes due to overflow Source: https://github.com/mstorsjo/fdk-aac/commit/a50eecf65b5ce5d4f03768c5c2cb4b492d2badad Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | gptfdisk: add a new packageAlif M. Ahmad2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gptfdisk is a gpt-aware disk partitioning tool. It can be used to convert mbr partitioned disk to gpt and vice versa. It supports reading GPT, MBR, and BSD disklabels. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | | Merge pull request #6317 from zhaojh329/libuwscHannu Nyman2018-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libuwsc: Update to 2.0.4
| * | | | | | | libuwsc: Update to 2.0.4Jianhui Zhao2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | | Merge pull request #6308 from zhaojh329/rttyHannu Nyman2018-06-18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | rtty: Update to 5.1.0
| * | | | | | | rtty: Update to 5.1.0Jianhui Zhao2018-06-18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | Merge pull request #6289 from Ansuel/nginxpackHannu Nyman2018-06-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nginx: add luci-support package
| * | | | | | | nginx: add luci-support packageAnsuel Smith2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an additional file for ngix that contains all the files need to make luci works on the nginx webserver. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | Merge pull request #5681 from neheb/sispmctlHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sispmctl: Change URL to HTTPS
| * | | | | | | | sispmctl: Change URL to HTTPSRosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS goes through firewalls easier. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6303 from MikePetullo/dovecotHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dovecot: explicitly disable use of sodium
| * | | | | | | | | dovecot: explicitly disable use of sodiumW. Michael Petullo2018-06-16
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #6302 from Ansuel/uwsgi-suHannu Nyman2018-06-17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | uwsgi-cgi: improve uwsgi configuration
| * | | | | | | | uwsgi-cgi: improve uwsgi configurationAnsuel Smith2018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix wrong configuration to the luci uwsgi conf Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | Merge pull request #6299 from jsmcconn/fix-avahi-runtime-dirTed Hess2018-06-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | avahi: patch systemd runtime_dir change in 0.7
| * | | | | | | | | avahi: patch systemd runtime_dir change in 0.7Jeremiah McConnell2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run for better systemd compatibility. Patch out that change to fix avahi-daemon. Signed-off-by: Jeremiah McConnell <miah@miah.com>
* | | | | | | | | | Merge pull request #6300 from jsmcconn/fix-lvm2-rundirDaniel Golle2018-06-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | lvm2: use explicit run/lock dir defaults
| * | | | | | | | | | lvm2: use explicit run/lock dir defaultsJeremiah McConnell2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure scripts for lvm2 guess defaults for run/lock based on if /run exists on the build host. Use explicit values for the defaults for consistency across build hosts. Signed-off-by: Jeremiah McConnell <miah@miah.com>
* | | | | | | | | | | Merge pull request #6290 from Ansuel/uwsgi-suHannu Nyman2018-06-16
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | uwsgi: add luci-support package
| * | | | | | | | | | uwsgi: add luci-support packageAnsuel Smith2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds additional specific files to support luci on the nginx Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | Merge pull request #6292 from cotequeiroz/nut_openssl-1.1Hannu Nyman2018-06-16
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | nut: Add PKG_FIXUP:=autoreconf
| * | | | | | | | | | nut: Add PKG_FIXUP:=autoreconfEneas U de Queiroz2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to force this since a *.m4 file is patched. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | tinc: version bump 1.0.34Saverio Proto2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>