Commit Graph

28 Commits

Author SHA1 Message Date
Fabrice Fontaine 1a50def305 multimedia/motion: fix PKG_CPE_ID
motion_project:motion is a better CPE ID than lavrsen:motion as this CPE
ID has the latest CVE (whereas lavrsen:motion only a CVE from 2008):
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️motion_project:motion

Fixes: 299e5b0a9b (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:02:43 -08:00
Robert N 30822cc2fb motion: refresh patches
Signed-off-by: Robert N <nrobert13@gmail.com>
2022-12-25 18:39:13 -08:00
Robert N e6cc4f9e9e motion: update to 4.5.0
Signed-off-by: Robert N <nrobert13@gmail.com>
2022-12-25 18:39:13 -08:00
Robert N 7812b74746 motion: add gettext as host dependency
Signed-off-by: Robert N <nrobert13@gmail.com>
2022-12-22 16:27:17 -08:00
Rosen Penev aa2509b9d5
motion: update to 4.3.2
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-05 20:18:46 -08:00
Rosen Penev 04a6aea35b
motion: remove mmal support
The buildbots are unable to build this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-07 22:20:04 -07:00
Rosen Penev f2dae99c41
motion: fix old libmicrohttpd usage
Doesn't seem to be needed for this package but it does fix several
warnings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-04 19:05:41 -07:00
Rosen Penev 355abcf62d
motion: add support for raspberrypi mmal
Currently motion is failing to compile on bcm27xx because of a missing
dependency.

Sorted the configure options based on the order they appear in the
configure script. Also removed outdated ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-17 15:19:30 -07:00
Rosen Penev 78c0e2b06a
motion: update to 4.3.1
Remove upstreamed patch.

Added patch to remove man and po stuff to fix compilation and speed up
the build.

Added PKG_BUILD_PARALLEL for faster builds.

Added PKG_INSTALL for consistency between packages. Used those install
paths as well to make it easier.

Other small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:54:22 -07:00
Daniel Golle 3d70dbd06e motion: depend on any libmicrohttp provider
motion was previously forcing the use of libmicrohttp-ssl which is not
mandatory and it works just fine without SSL.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-02-23 01:15:02 +01:00
Stijn Tintel 34718f5c1d motion: fix streaming
Streaming was broken since version 4.2. Backport upstream fix.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-12-02 01:20:24 +02:00
Stijn Tintel eaa1d5aa18 motion: add basic procd init script
Disable the init script by default to avoid log pollution; motion is
very verbose when it cannot open the configured camera.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-12-02 00:10:04 +02:00
Rosen Penev 52d79aaeae
Merge pull request #9988 from neheb/mot
motion: Update to 4.2.2
2019-09-20 00:58:29 -07:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosen Penev 1236cab60d
motion: Update to 4.2.2
Removed webp support. motion picks it up now that it's in the tree.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-13 13:11:07 -07:00
Daniel Engberg ac6b81091b
motion: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-01-28 21:18:47 +01:00
Rosen Penev 61628e7733
motion: Update to 4..2.1
Bugfix release

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-31 08:05:44 -08:00
Rosen Penev a66181f382 motion: Update to 4.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 20:38:56 -08:00
Rosen Penev 95cce73642 motion: Backport upstream commit to fix running on musl.
Reported on OpenWrt forums

https://forum.openwrt.org/t/motion-segmentation-fault-after-upgrade-to-4-14-68/21276

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 10:39:53 -07:00
Rosen Penev d0e2f0b7ce motion: Update to 4.1.1 and switch to codeload
Simpler.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-30 22:01:42 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Hannu Nyman 5a4ffab87b Remove whitespace from conffiles definition in Makefile
The conffiles definition in Makefile should not contain leading whitespace.
Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client.

Reference to discussion at #2652

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-03 10:52:08 +03:00
Jo-Philipp Wich 926b68c15d motion: fix segmentation fault under musl libc
During startup, motion calls pthread_getspecific() through motion_log()
before pthread_key_create() has been called yet. This works on glibc and
uclibc but segfaults on musl because motion is relying on undefined
behaviour here.

Move the pthread initialization before motion_startup() so that
tls_key_threadnr is initialized when motion_log() is called.

Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R
on all non-glibc systems because the supposed replacement code is broken
and crashes on musl.

References:
http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-10-08 02:15:28 +02:00
Roger e5d635e1ae motion: switch to master branch
This branch includes some important fixes vs. 3.4.0.

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-05 10:46:53 -06:00
Roger 3d784bd3d3 motion: update and switch to recent fork
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-04 14:06:37 -06:00
Roger f1f11a576b motion: remove outdated (?) patch
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-11-04 14:05:40 -06:00
Roger b1955510cc motion: add myself as maintainer
Signed-off-by: Roger D rogerdammit@gmail.com
2014-07-28 20:52:23 -05:00
Roger df02327dc1 motion: add from old packages
Signed-off-by: Roger D rogerdammit@gmail.com
2014-07-28 20:50:53 -05:00