Re: 20.xx: postponse LuCI HTTPS per default

2020-11-20 Thread W. Michael Petullo
I think making use of self-signed certificates in production is a bad idea because (1) it reinforces poor practices, namely electing to trust a self-signed certificate and (2) it does not authenticate the server/router, a critical piece of the TLS security model. My point of view is that we should

Re: 20.xx: postponse LuCI HTTPS per default

2020-11-20 Thread W. Michael Petullo
>> I think making use of self-signed certificates in production is a bad >> idea because (1) it reinforces poor practices, namely electing to trust >> a self-signed certificate and (2) it does not authenticate the >> server/router, a critical piece of the TLS security model. > maybe, but it's sti

Re: 20.xx: postponse LuCI HTTPS per default

2020-11-20 Thread W. Michael Petullo
I think making use of self-signed certificates in production is a bad idea because (1) it reinforces poor practices, namely electing to trust a self-signed certificate and (2) it does not authenticate the server/router, a critical piece of the TLS security model. >>> maybe, but

Re: 20.xx: postponse LuCI HTTPS per default

2020-11-22 Thread W. Michael Petullo
> I think that if the first setup is done with only the router and the trusted > PC connected to it through an ethernet cable (wifi is disabled by default), > there is physically nothing else on that "network" so whatever you see can > be accepted even if you don't have "dual authentication" with t

Corruption in ext4 root

2020-12-15 Thread W. Michael Petullo
I have a peculiar use case for OpenWrt: an image with an ext4 root filesystem running on Xen as a DomU. I often find the OpenWrt image's root filesystem corrupt after running "poweroff" and then restarting the DomU VM. I have gone as far as to activate CONFIG_TARGET_EXT4_JOURNAL, but this does not

Deprecate snort in favor of snort3

2021-01-31 Thread W. Michael Petullo
OpenWrt provides two snort packages: snort and snort3. Now that snort3 is out of beta, I would like to consider deprecating the snort package. One difficulty of maintaining both packages is that a different version of the libdaq package is required for each. The two versions cannot coexist, and thi

Re: ath79: Fix for Mikrotik NAND bad blocks - testers needed

2021-03-22 Thread W. Michael Petullo
> So now I'm looking for testers (and reviewers) who could test this change on > the affected devices (with bad blocks) and NOR Mikrotiks. Also, a word from > OpenWrt maintainers if this is the acceptable approach - there is not much > choice, alternatives would be include porting U-Boot, a task wi

Re: [OpenWrt-Devel] [PATCH packages] lighttpd: backport a fix for running out of filedescriptors

2015-08-19 Thread W. Michael Petullo
>>> This should be applied to both: master and 15.05 branch. >> Can you push this? > I've pushed this fix on my own. > > Michael: I hope you're OK and you can still maintain this package in the > future. Thank you, RafaƂ. My workload did not allow me to get to this in time. -- Mike :wq

[OpenWrt-Devel] /proc//stat

2016-03-30 Thread W. Michael Petullo
According to the PROC(5) manpage, field five of /proc//stat should be the GID of the process with PID . Yet I find the following for (e.g.) Postfix's pickup process: 5657 (pickup) S 1771 1771 1771 0 -1 4219136 170 0 0 0 0 0 0 0 20 0 1 0 3513070 24834048 524 18446744073709551615 4194304 4446388 14

Re: [OpenWrt-Devel] /proc//stat

2016-03-30 Thread W. Michael Petullo
> According to the PROC(5) manpage, field five of /proc//stat should > be the GID of the process with PID . Yet I find the following for > (e.g.) Postfix's pickup process: > > 5657 (pickup) S 1771 1771 1771 0 -1 4219136 170 0 0 0 0 0 0 0 20 0 1 0 > 3513070 24834048 524 18446744073709551615 419430

[OpenWrt-Devel] Permissions on /dev/urandom

2016-07-30 Thread W. Michael Petullo
On my OpenWrt 15.05.1 installation, /dev/urandom has the following permissions: crw-r--r-- 1 root root 1, 9 Jul 13 02:09 /dev/urandom On a computer with a more traditional Linux distribution, I found: crw-rw-rw-. 1 root root 1, 9 Jul 30 16:46 /dev/urandom This lack of write perm

[OpenWrt-Devel] Package compile which requires Python.h

2015-10-17 Thread W. Michael Petullo
I am trying to create a new gobject-introspection package for OpenWrt. This package builds some code using Python.h. However, the configuration of gobject-introspection fails with the following appearing in config.log: configure:14641: i486-openwrt-linux-musl-gcc -E -I/home/mike/Source/openwrt/op

[OpenWrt-Devel] Networking on Raspberry Pi Model B

2015-10-22 Thread W. Michael Petullo
I have installed OpenWrt (trunk, as of around October 17) on a Raspberry Pi Model B. The network adapter is an Edimax 802.11b/g/n Nano USB Adapter. Unfortunately, the network stack of the device is failing after a number of minutes. At this point, for example, pinging and other network communicatio

Re: [OpenWrt-Devel] [PATCH] rtl8xxxu: Add new driver for Realtek WiFi USB devices

2015-10-22 Thread W. Michael Petullo
> This new driver supports RTL8723AU, RTL8188CU, RTL8188RU, RTL8191CU, and > RTL8192CU and is taken from: > https://git.kernel.org/cgit/linux/kernel/git/jes/linux.git/log/?h=rtl8723au-mac80211 [...] This driver seems to work well, and it evidently fixes the problem I earlier described in another e

Re: [OpenWrt-Devel] [PATCH] rtl8xxxu: Add new driver for Realtek WiFi USB devices

2015-11-26 Thread W. Michael Petullo
> This new driver supports RTL8723AU, RTL8188CU, RTL8188RU, RTL8191CU, and > RTL8192CU and is taken from: > https://git.kernel.org/cgit/linux/kernel/git/jes/linux.git/log/?h=rtl8723au-mac80211 Has there been any progress getting this merged? -- Mike :wq _

Re: [OpenWrt-Devel] ath9k broken

2019-03-09 Thread W. Michael Petullo
>> Has anything changed with respect to how to configure things? Is there >> a bug in the ath9k driver? > Please specify a commit you were using before the "git pull" that used > to work correctly. That will simplify looking for a regressing change. I have been trying to narrow this down as I fi

Re: [OpenWrt-Devel] ath9k broken

2019-03-09 Thread W. Michael Petullo
>> I have been trying to narrow this down as I find time. >> >> A stock install of "OpenWrt 18.06.2, r7676-cddd7b4c77" works. > This doesn't narrow anything down. You need to find a master commit > that broke things down. > And also rebuild /etc/config/wireless What about the fact that the kerne

[OpenWrt-Devel] Meson/Ninja build system

2019-03-16 Thread W. Michael Petullo
A number of upstream projects are beginning to use the Meson/Ninja build system. OpenWrt's sound/mpc and libs/libmpdclient kludge around this, and I would like to update the glib2 package. The latest version of glib2 uses Meson/Ninja. Is there any plan to build the Meson/Ninja environment into the

[OpenWrt-Devel] -Werror=format-nonliteral and musl

2019-03-16 Thread W. Michael Petullo
While trying to update the gst1-plugins-base package, I came across a compiler error: CC libgsttag_1.0_la-gstxmptag.lo In file included from gstxmptag.c:42:0: /home/mike/Source/openwrt-build-flyn.org/openwrt-herald/staging_dir/toolchain-x86_64_gcc-7.4.0_musl/include/fortify/stdio.h: In fu

Re: [OpenWrt-Devel] -Werror=format-nonliteral and musl

2019-03-17 Thread W. Michael Petullo
>> It seems this follows from the use of -Werror=format-nonliteral. The >> definition in musl's stdio.h is as follows: >> >> _FORTIFY_FN(snprintf) int snprintf(char *__s, size_t __n, const char *__f, >> ...) >> { >> size_t __b = __builtin_object_size(__s, 0); >> >> if (__n > __b) >

[OpenWrt-Devel] Snort package

2019-03-24 Thread W. Michael Petullo
I have proposed two pull requests which together update the OpenWrt Snort package to 3.0.0-beta. I thought I might mention this here, because this will affect current Snort users, as the configuration and rule syntax has changed since the version-2 series. The first pull request updates libdaq to

[OpenWrt-Devel] Not sure what is preventing snort3 build

2019-04-17 Thread W. Michael Petullo
The OpenWrt build server seems to be unable to build my snort3 package. See https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt: [...] make[4]: Leaving directory '/data/bowl-builder/x86_64/build/sdk/build_dir/target-x86_64_musl/snort3/snort-3.0.0' Package snort3 is

Re: [OpenWrt-Devel] Not sure what is preventing snort3 build

2019-04-18 Thread W. Michael Petullo
>>> The OpenWrt build server seems to be unable to build my snort3 package. See >>> https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt: > This fixed it for me > > --- a/cmake/include_libraries.cmake > +++ b/cmake/include_libraries.cmake > @@ -14,7 +14,6 @@ if (ENA

[OpenWrt-Devel] Running Raspberry Pi 3 OpenWrt in QEMU

2019-06-02 Thread W. Michael Petullo
I am interested in running the Raspberry Pi 3 OpenWrt image (built from commit a1210f88) in QEMU. I am close to accomplishing this, but the kernel panics soon after booting. I run QEMU With: qemu-system-aarch64 -kernel build_dir/target-aarch64_cortex-a53_musl/linux-brcm2708_bcm2710/vmlinux -dtb

Re: [OpenWrt-Devel] ath9k broken

2019-06-29 Thread W. Michael Petullo
> You can build with the 4.9 kernel. I think that something like > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=3b53d6fdbc241173b4264aa49142ba94d406a806 > > is needed for your SoC. The following patch seems to fix this. See also https://github.com/openwrt/openwrt/pull/2182. diff --g

Re: [OpenWrt-Devel] Running Raspberry Pi 3 OpenWrt in QEMU

2019-08-12 Thread W. Michael Petullo
> Can you please create a ticket on bugs.openwrt.org with a complete kernel > crash report? You should provide complete kernel crash, copy&paste it from the > log, this stripped down version doesn't help much. Thanks. Please see https://bugs.openwrt.org/index.php?do=details&task_id=2440. -- Mike

[OpenWrt-Devel] Enable security labels on ext4?

2018-11-10 Thread W. Michael Petullo
Capabilities are an important security mechanism on Linux because they allow programs to run with fewer privileges. I would like to propose that we enable security labels by default on filesystems like ext4. This is done by selecting the following kernel build option: File systems -> (The

Re: [OpenWrt-Devel] Enable security labels on ext4?

2018-11-11 Thread W. Michael Petullo
> what is the size increase in kmod-ext4 due to this? I think the overhead is small. Here are the kernel artifact sizes (KB) without security labels: 3176 ./build_dir/target-x86_64_musl/linux-x86_64/linux-4.14.79/arch/x86/boot/compressed/vmlinux 55624 ./build_dir/target-x86_64_musl/linux-x8

[OpenWrt-Devel] Changes in support for Mikrotik RB493G

2018-12-09 Thread W. Michael Petullo
Changes in the last year or so have left me a little confused with the OpenWrt support for the Mikrotik RB493G. I generally compile my kernels and root disk images myself, namely by running "make menuconfig" and "make" in an OpenWrt source tree. I then go on to install the built artifacts by bootin

[OpenWrt-Devel] ath9k broken

2019-01-01 Thread W. Michael Petullo
I have found that my ath9k-based WiFi card is malfunctioning with recent OpenWrt master builds. I build things myself, but my configuration (both the build configuration and /etc/config/wireless and so on) has not changed other than doing a "git pull" to get the latest source from https://git.openw

[OpenWrt-Devel] Flexible first-boot message

2019-01-02 Thread W. Michael Petullo
OpenWrt presently prints the following the first time it boots: === WARNING! = There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. --

Re: [OpenWrt-Devel] New gstreamer packages

2014-07-16 Thread W. Michael Petullo
>> I created several new gstreamer module packages (v4l2 for example), >> they update makefiles and add some patches. >> But now I confused with paths, after update gstreamer was moved to >> the oldpackages directory. Which path patch should contain ? [...] > gstreamer is not available in github

Re: [OpenWrt-Devel] New gstreamer packages

2014-07-17 Thread W. Michael Petullo
>> I created several new gstreamer module packages (v4l2 for example), >> they update makefiles and add some patches. >> But now I confused with paths, after update gstreamer was moved to >> the oldpackages directory. Which path patch should contain ? > > to quote Steven Barth who replied to a sim

Re: [OpenWrt-Devel] New gstreamer packages

2014-08-07 Thread W. Michael Petullo
>> I created several new gstreamer module packages (v4l2 for example), >> they update makefiles and add some patches. >> But now I confused with paths, after update gstreamer was moved to >> the oldpackages directory. Which path patch should contain ? > to quote Steven Barth who replied to a simi

[OpenWrt-Devel] Thank you!

2014-08-11 Thread W. Michael Petullo
While perhaps not exactly within the purpose of this mailing list, I wanted to take the time to publicly thank the folks behind the new GitHub-based packages repository. I previously found OpenWrt very frustrating to contribute to, but it seems that the new work-flow is much more contributor-frien

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread W. Michael Petullo
> I just found your message at the web. Grate job! I'm definitely going to use > it. > > In the meantime I have a question: what do you use to download messages from > the router? I looks like Dovecot is available in the packages repository on GitHub. See https://github.com/openwrt/packages/tree/

Re: [OpenWrt-Devel] Postfix on OpenWRT

2014-09-28 Thread W. Michael Petullo
> Wow! I'm happy that someone new joined the party. Toes it mean that binary > packages for Barrier Breaker are going to be available? I'm asking because > during the compilation I get the following error: > > /mnt/trash/barrier_breaker-14.07-rc3/OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_

[OpenWrt-Devel] Trouble modifying cyrus-sasl to optionally build GSSAPI support

2014-09-30 Thread W. Michael Petullo
I am trying to modify OpenWrt's cyrus-sasl package to optionally build with GSSAPI support. I first added krb5-libs to the package as an optional dependency. Despite doing this, cyrus-sasl continued to build without GSSAPI support; I found the following in the package's config.log: configure:14957

[OpenWrt-Devel] No users added while installing packages

2014-11-01 Thread W. Michael Petullo
I use the OpenWrt code available at git://git.openwrt.org/14.07/openwrt.git to build images for Mikrotik routers. While building a new image, I found that none of my packages were creating users. Here are some examples: 1. lighttpd, which makes use of user_add in /etc/init.d/lighttpd, created an

[OpenWrt-Devel] Status of NFSv4

2015-01-24 Thread W. Michael Petullo
What is the status of NFSv4 on Barrier Breaker? I see that the definition of "KernelPackage/fs-nfs-common-v4" contains "DEPENDS:= @BROKEN". Is there anything I can do to help? I am the maintainer of OpenWrt's krb5 package, and I am interested in using Kerberized NFSv4 on OpenWrt. -- Mike :wq __

[OpenWrt-Devel] [PATCH] kernel: add support for NFSv4

2015-01-25 Thread W. Michael Petullo
>From 9dc6a27ba327a6f4ff5892c56c472d857d6ea096 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Mon, 26 Jan 2015 00:01:34 -0500 Subject: [PATCH] kernel: add support for NFSv4 To: openwrt-devel@lists.openwrt.org This work is based on Daniel Colascione's submission to

[OpenWrt-Devel] Wait on syslog-ng

2019-09-27 Thread W. Michael Petullo
A daemon I wrote for OpenWrt depends on a running syslogd. I use syslog-ng, and I have noticed that its init script completes before the daemon begins to listen on /dev/log. This causes my daemon to terminate if it starts quickly after syslog-ng. There are a few obvious solutions: (1) My

[OpenWrt-Devel] Large images

2019-12-08 Thread W. Michael Petullo
If there a good reason for the following during the build process? dd if=[...]/build_dir/target-x86_64_musl/linux-x86_64/root.squashfs of=[...]/build_dir/target-x86_64_musl/linux-x86_64/root.squashfs.new bs=4294967296 conv=sync The use of bs=n where n is very large will exhaust the memory on th

[OpenWrt-Devel] Master kernel not building for x86_64

2020-02-17 Thread W. Michael Petullo
I am getting a configuration prompt while building the OpenWrt master kernel on x86_64: [...] Dump the EFI pagetable (EFI_PGT_DUMP) [N/y/?] n Warn on W+X mappings at boot (DEBUG_WX) [N/y/?] n Enable doublefault exception handler (DOUBLEFAULT) [Y/n/?] y Set upper limit of TLB entries to flush one-b

[OpenWrt-Devel] Java compiler

2020-04-10 Thread W. Michael Petullo
Has anyone tried to build a Java compiler package for OpenWrt? I am investigating doing this. I see the lang/jamvm JVM, but no compiler akin to devel/gcc or lang/golang. I have packaged a number of things, but I suspect this will be a bit more of a challenge. Hence my question here. Thank you! --

[OpenWrt-Devel] Uncompress image: trailing garbage ignored

2020-04-23 Thread W. Michael Petullo
I have started to notice a gunzip warning when decompressing the OpenWrt images I build. This is with master df27e949: gunzip openwrt/bin/targets/x86/64/openwrt-x86-64-generic-ext4- combined.img.gz -c >/dev/null gzip: openwrt-aquinas-git/bin/targets/x86/64/openwrt-x86-64-generic- ext4-combined.im

Re: [OpenWrt-Devel] [PATCH] tools/squashfs: fix compilation with GCC10

2020-05-04 Thread W. Michael Petullo
> On Fedora 32, it's not compiling because of multiple swap definitions. > Some inlining error probably. Make swap static to avoid a redefinition > error. [...] Rosen Penev's patch fixed building a Microtik RouterBoard 493G image using Fedora 32. I was able to build the image without error, and i

[OpenWrt-Devel] ubiformat: bad UBI magic

2020-06-11 Thread W. Michael Petullo
I am having some trouble with installing an OpenWrt image I built onto a Mikrotik RB493AH. I have been using a RB493G for a long time, but I just bought a 493AH to serve as a backup. The following, when run on the router, produces the error as indicated: $ ubiformat /dev/mtd6 -f /tmp/openwrt-ar71

SELinux on OpenWrt

2020-07-12 Thread W. Michael Petullo
I am very interested in Thomas Petazzoni's work to add SELinux support to OpenWrt. I spent some time today trying to reproduce his build. I found a few things needed updating, so I wanted to share my results here. 1. I pulled Thomas Petazzoni's package tree, available at https://github.com/openwr

Re: SELinux on OpenWrt

2020-07-18 Thread W. Michael Petullo
> I am very interested in Thomas Petazzoni's work to add SELinux > support to OpenWrt. I spent some time today trying to reproduce his > build. I found a few things needed updating, so I wanted to share my > results here. I updated Thomas' work, and I made my updates available at: https://github.

Re: dm-verity support

2020-07-29 Thread W. Michael Petullo
> I'm sorry, and although I fear a similar fate will hit the SELinux > effort, I still hope you will not feel repelled and continue to contribute > to OpenWrt in the future. That would be a shame. I stepped up to help Thomas revise his SELinux patches for inclusion, and I did a fair amount of work

Re: dm-verity support

2020-07-29 Thread W. Michael Petullo
>>> I'm sorry, and although I fear a similar fate will hit the SELinux >>> effort, I still hope you will not feel repelled and continue to >>> contribute to OpenWrt in the future. >> That would be a shame. I stepped up to help Thomas revise his SELinux >> patches for inclusion, and I did a fair am

Re: dm-verity support

2020-07-29 Thread W. Michael Petullo
> Security sounds fun. Should I just compile the patches and flash on a > device? > > Any concrete test cases to see if it did work? Would any router work or do I > need some flagship x86 device? Please see https://github.com/openwrt/openwrt/pull/3207#issuecomment-660555489 for the step

Notes on ath79 RouterBoard 493G image

2020-07-31 Thread W. Michael Petullo
I have some feedback about the ATH79 RouterBoard 493G image built from master, as documented at: https://github.com/openwrt/openwrt/pull/3026 First, I was unable to update to the sysupgrade image at: https://downloads.openwrt.org/snapshots/targets/ath79/mikrotik/openwrt-ath79-mi

Re: [PATCH procd] initd/init: add minimal SELinux policy loading support

2020-08-09 Thread W. Michael Petullo
[...] > This is part of a bigger PR on GitHub[1], however this patch should be > added directly to `procd` rather than as a patch in openwrt.git. [...] I will update the GitHub pull request once this is merged. Thank you, Paul! -- Mike :wq ___ open

[PATCH] binutils: fix build after upgrade to 2.34

2020-08-09 Thread W. Michael Petullo
From: "W. Michael Petullo" Building the binutils package produced the following error: Package binutils is missing dependencies for the following libraries: libctf-nobfd.so.0 This changes the glob for the libctf subpackage so that it catches libctf-nobfd.so.0. Signed-off-by:

Support for Turris Omnia 2019/2020

2020-10-26 Thread W. Michael Petullo
I have found that Klaus Kudielka's patch to add support for the Turris Omnia 2019/2020 both necessary and sound: https://github.com/openwrt/openwrt/pull/2693 Adrian Schmutzler already merged some of Klaus' work, but it is not clear to me what hurdles remain, if anything. Would someone kin

MikroTik RouterBOARD with bad blocks free for OpenWrt developer

2020-11-01 Thread W. Michael Petullo
I have two MikroTik RouterBOARDs whose bad blocks seem to prevent the devices from holding onto OpenWrt. I would be willing to provide these to an OpenWrt developer for free (I would prefer if you are willing to pay shipping). Both boards boot 19.07.04 fine over DHCP. Please email me if interested

Best way to start unprivileged service

2024-01-02 Thread W. Michael Petullo
I am packaging a service which I would like to run as an unprivileged user. This server does not support opening its ports before dropping its privileges. I would like the service to listen on a privileged port (i.e., <1024). What is the best way to accomplish this on OpenWrt? I have been looking

[OpenWrt-Devel] [PATCH] GStreamer 1.0

2013-03-25 Thread W. Michael Petullo
-series versions of the plugin packages. -- Mike :wq Signed-off-by: W. Michael Petullo Index: multimedia/gstreamer1/Makefile === --- multimedia/gstreamer1/Makefile (revision 0) +++ multimedia/gstreamer1/Makefile (working copy

[OpenWrt-Devel] [PATCH 001/009] [packages] libffi: Modify to support glib2 2.32 build

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Glib 2.32+ requires libffi, so the libffi Makefile needs to call HostBuild. Signed-off-by: W. Michael Petullo --- Index: libs/libffi/Makefile === --- libs/libffi/Makefile(revision 36813) +++ libs

[OpenWrt-Devel] [PATCH 001/009] [packages] glib2: Bump to 2.32.3

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Bump glib2 to 2.32.3. Signed-off-by: W. Michael Petullo --- Index: libs/glib2/Makefile === --- libs/glib2/Makefile (revision 36813) +++ libs/glib2/Makefile (working copy) @@ -8,17 +8,19 @@ include

[OpenWrt-Devel] [PATCH 003/009] [packages] gstreamer1: Add a new gstreamer1 package

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Many applications are starting to require GStreamer 1.0, which is API-incompatible with GStreamer 0.10. The name gstreamer1 allows GStreamer 0.10 and 1.0 to coexist, in a manner similar to gtk1 and gtk2. I plan to follow up with 1.0-series versions of the plugin packages

[OpenWrt-Devel] [PATCH 004/009] [packages] gst1-plugins-base: Add a new gst1-plugins-base package

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Base plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-base/Makefile === --- multimedia/gst1-plugins-base/Makefile (revision 0) +++ multimedia/gst1

[OpenWrt-Devel] [PATCH 005/009] [packages] gst1-plugins-good: Add a new gst1-plugins-good package

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Good plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-good/Makefile === --- multimedia/gst1-plugins-good/Makefile (revision 0) +++ multimedia/gst1

[OpenWrt-Devel] [PATCH 007/009] [packages] gst1-plugins-ugly: Add a new gst1-plugins-ugly package

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Ugly plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-ugly/Makefile === --- multimedia/gst1-plugins-ugly/Makefile (revision 0) +++ multimedia/gst1

[OpenWrt-Devel] [PATCH 006/009] [packages] gst1-plugins-bad: Add a new gst1-plugins-bad package

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Bad plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-bad/Makefile === --- multimedia/gst1-plugins-bad/Makefile(revision 0) +++ multimedia/gst1-plugins

[OpenWrt-Devel] [PATCH 008/009] [packages] libdmapsharing: Bump to 2.9.17

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Bump to 2.9.17 Signed-off-by: W. Michael Petullo --- Index: libs/libdmapsharing/Makefile === --- libs/libdmapsharing/Makefile(revision 36813) +++ libs/libdmapsharing/Makefile(working copy

[OpenWrt-Devel] [PATCH 009/009] [packages] dmapd: Bump to 0.0.51

2013-06-02 Thread W. Michael Petullo
From: W. Michael Petullo Bump to 0.0.51. Signed-off-by: W. Michael Petullo --- Index: net/dmapd/Makefile === --- net/dmapd/Makefile (revision 36813) +++ net/dmapd/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR

[OpenWrt-Devel] Strange behavior from krb5 and nfsd

2013-06-12 Thread W. Michael Petullo
I just updated my router to Attitude Adjustment, building a custom OpenWrt image from source. I have come across a small problem in krb5's kadmin.local and a problem with nfsd. When I try to run kadmin.local, I receive the following error: kadmin.local: Credential cache directory /run/use

[OpenWrt-Devel] [PATCH 002/009] [packages] glib2: Bump to 2.32.3 (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Bump glib2 to 2.32.3. Signed-off-by: W. Michael Petullo --- Index: libs/glib2/Makefile === --- libs/glib2/Makefile (revision 36909) +++ libs/glib2/Makefile (working copy) @@ -8,17 +8,19 @@ include

[OpenWrt-Devel] [PATCH 001/009] [packages] libffi: Modify to support glib2 2.32 build (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Glib 2.32+ requires libffi, so the libffi Makefile needs to call HostBuild. Signed-off-by: W. Michael Petullo --- Index: libs/libffi/Makefile === --- libs/libffi/Makefile(revision 36813) +++ libs

[OpenWrt-Devel] [PATCH 003/009] [packages] gstreamer1: Add a new gstreamer1 package (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Many applications are starting to require GStreamer 1.0, which is API-incompatible with GStreamer 0.10. The name gstreamer1 allows GStreamer 0.10 and 1.0 to coexist, in a manner similar to gtk1 and gtk2. Signed-off-by: W. Michael Petullo --- Index: multimedia

[OpenWrt-Devel] [PATCH 004/009] [packages] gst1-plugins-base: Add a new gst1-plugins-base package (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Base plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-base/Makefile === --- multimedia/gst1-plugins-base/Makefile (revision 0) +++ multimedia/gst1

[OpenWrt-Devel] [PATCH 005/009] [packages] gst1-plugins-good: Add a new gst1-plugins-good package (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Good plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-good/Makefile === --- multimedia/gst1-plugins-good/Makefile (revision 0) +++ multimedia/gst1

[OpenWrt-Devel] [PATCH 006/009] [packages] gst1-plugins-bad: Add a new gst1-plugins-bad package (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Bad plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-bad/Makefile === --- multimedia/gst1-plugins-bad/Makefile(revision 0) +++ multimedia/gst1-plugins

[OpenWrt-Devel] [PATCH 007/009] [packages] gst1-plugins-ugly: Add a new gst1-plugins-ugly package (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Ugly plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- Index: multimedia/gst1-plugins-ugly/Makefile === --- multimedia/gst1-plugins-ugly/Makefile (revision 0) +++ multimedia/gst1

[OpenWrt-Devel] [PATCH 008/009] [packages] libdmapsharing: Bump to 2.9.17 (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Bump to 2.9.17 Signed-off-by: W. Michael Petullo --- Index: libs/libdmapsharing/Makefile === --- libs/libdmapsharing/Makefile(revision 36813) +++ libs/libdmapsharing/Makefile(working copy

[OpenWrt-Devel] [PATCH 009/009] [packages] dmapd: Bump to 0.0.52 (attempt #2)

2013-06-14 Thread W. Michael Petullo
From: W. Michael Petullo Bump to 0.0.52. Signed-off-by: W. Michael Petullo --- Index: net/dmapd/Makefile === --- net/dmapd/Makefile (revision 36813) +++ net/dmapd/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR

[OpenWrt-Devel] [PATCH] [packages] fix mdnsresponder library symbolic link creation

2013-07-08 Thread W. Michael Petullo
From: W. Michael Petullo The mdnsresponder package created an improper symbolic link from libdns_sd.so into the OpenWrt build tree. This fixes this problem so that libdns_sd.so is a relative link. Signed-off-by: W. Michael Petullo --- Index: net/mdnsresponder/Makefile

[OpenWrt-Devel] [PATCH 001/009] [packages] libffi: Modify to support glib2 2.32 build (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Glib 2.32+ requires libffi, so the libffi Makefile needs to call HostBuild. Signed-off-by: W. Michael Petullo --- libs/libffi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/libffi/Makefile b/libs/libffi/Makefile index e6bd7a6..e0b0

[OpenWrt-Devel] [PATCH 002/009] [packages] glib2: Bump to 2.36.3 (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Bump glib2 to 2.36.3. Signed-off-by: W. Michael Petullo --- libs/glib2/Makefile| 18 ++--- libs/glib2/patches/001-automake-compat.patch | 12 .../patches/002-missing-gthread-include.patch | 10 --- libs/gli

[OpenWrt-Devel] [PATCH 003/009] [packages] gstreamer1: Add a new gstreamer1 package (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Many applications are starting to require GStreamer 1.0, which is API-incompatible with GStreamer 0.10. The name gstreamer1 allows GStreamer 0.10 and 1.0 to coexist, in a manner similar to gtk1 and gtk2. Signed-off-by: W. Michael Petullo --- multimedia/

[OpenWrt-Devel] [PATCH 004/009] [packages] gst1-plugins-base: Add a new gst1-plugins-base package (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Base plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-base/Makefile | 237 + .../gst1-plugins-base/patches/001-no_docs.patch| 36 .../gst1-plugins-base/patches/002-no_t

[OpenWrt-Devel] [PATCH 005/009] [packages] gst1-plugins-good: Add a new gst1-plugins-good package (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Good plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-good/Makefile | 175 + .../gst1-plugins-good/patches/001-no_docs.patch| 22 +++ .../gst1-plugins-good/patches/002-no_t

[OpenWrt-Devel] [PATCH 006/009] [packages] gst1-plugins-bad: Add a new gst1-plugins-bad package (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Bad plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-bad/Makefile | 253 + .../gst1-plugins-bad/patches/000-gettext.patch | 45 2 files changed, 298 insertions(+) create m

[OpenWrt-Devel] [PATCH 007/009] [packages] gst1-plugins-ugly: Add a new gst1-plugins-ugly package (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Ugly plugins for GStreamer 1.0. Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-ugly/Makefile | 135 + .../gst1-plugins-ugly/patches/001-no_docs.patch| 24 .../gst1-plugins-ugly/patches/002-no_t

[OpenWrt-Devel] [PATCH 009/009] [packages] dmapd: Bump to 0.0.58 (attempt #3)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Bump to 0.0.58. Signed-off-by: W. Michael Petullo --- net/dmapd/Makefile | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index 5dd12df..f5973ff 100644 --- a/net/dmapd/Makefile +++ b

[OpenWrt-Devel] [PATCH 008/009] [packages] libdmapsharing: Bump to 2.9.20 (attempt #2)

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Bump to 2.9.20 Signed-off-by: W. Michael Petullo --- libs/libdmapsharing/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile index 55cadfd..19a3add 100644

[OpenWrt-Devel] [PATCH] [packages] vips: Bump to 7.34.0

2013-07-14 Thread W. Michael Petullo
From: "W. Michael Petullo" Bump to 7.34.0. Signed-off-by: W. Michael Petullo --- libs/vips/Makefile | 7 +- libs/vips/patches/001-no_cpp.patch | 331 ++--- 2 files changed, 55 insertions(+), 283 deletions(-) diff --git a/libs/vips/

Re: [OpenWrt-Devel] [PATCH 001/009] [packages] libffi: Modify to support glib2 2.32 build (attempt #3)

2013-07-18 Thread W. Michael Petullo
> From: "W. Michael Petullo" > > Glib 2.32+ requires libffi, so the libffi Makefile needs to call HostBuild. [...] Is there any reason these patches are not being acknowledged? Have I been improperly submitting them? -- Mike :wq __

[OpenWrt-Devel] Volunteer to maintain packages

2013-07-30 Thread W. Michael Petullo
I would like to volunteer to maintain some OpenWrt packages. https://dev.openwrt.org/wiki/packages lists me as maintaining: db47 dmapd krb5 netatalk openldap However, I no longer seem to have write access to the package repository. Additionally, I would lik

[OpenWrt-Devel] Missing libiconv?

2013-11-11 Thread W. Michael Petullo
Why are the libiconv and libiconv-full packages not present in packages master? Has anyone had success building glib2 in packages master? My build fails with: [...] checking for libiconv_open in -liconv... no configure: error: *** No iconv() implementation found in C libra

[OpenWrt-Devel] [PATCH 001/005] [packages] gstreamer1: Add a new gstreamer1 package

2013-11-17 Thread W. Michael Petullo
>From 3d62dc179887b6ac1ad89af0ac85910cb0d4212d Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 17 Nov 2013 17:02:34 -0500 Subject: [PATCH 1/5] Add a GStreamer 1.0 package. Many applications are starting to require GStreamer 1.0, which is API-incompatible with GStream

[OpenWrt-Devel] [PATCH 002/005] [packages] gst1-plugins-base: Add a new gst1-plugins-base package

2013-11-17 Thread W. Michael Petullo
>From e451c5bc0076daa294e34ea865f2ac5cd69bb9cf Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 17 Nov 2013 17:04:47 -0500 Subject: [PATCH 2/5] Add base plugins for GStreamer 1.0 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-base/Makefile

[OpenWrt-Devel] [PATCH 003/005] [packages] gst1-plugins-good: Add a new gst1-plugins-good package

2013-11-17 Thread W. Michael Petullo
>From 20804543858dda76874f12ebe8142f26e95088b4 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 17 Nov 2013 17:05:18 -0500 Subject: [PATCH 3/5] Add good plugins for GStreamer 1.0 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-good/Makefile

[OpenWrt-Devel] [PATCH 004/005] [packages] gst1-plugins-bad: Add a new gst1-plugins-bad package

2013-11-17 Thread W. Michael Petullo
>From 1e40dce27fe5e4ca52d1ffb665c3dfe6eef1310b Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 17 Nov 2013 17:06:27 -0500 Subject: [PATCH 4/5] Add bad plugins for GStreamer 1.0 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-bad/Makefile

[OpenWrt-Devel] [PATCH 005/005] [packages] gst1-plugins-ugly: Add a new gst1-plugins-ugly package

2013-11-17 Thread W. Michael Petullo
>From 5562f9e22d7c930ae34c2e0ac1d14b431c134d1a Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sun, 17 Nov 2013 17:07:03 -0500 Subject: [PATCH 5/5] Add ugly plugins for GStreamer 1.0 Signed-off-by: W. Michael Petullo --- multimedia/gst1-plugins-ugly/Makefile

[OpenWrt-Devel] [PATCH] Update vips, libdmapsharing, and dmapd

2012-07-15 Thread W. Michael Petullo
Update vips, libdmapsharing, and dmapd; fixes https://dev.openwrt.org/ticket/11866. Signed-off-by: W. Michael Petullo Index: net/dmapd/Makefile === --- net/dmapd/Makefile (revision 32713) +++ net/dmapd/Makefile (working copy

[OpenWrt-Devel] [PATCH] Install sudoers.schema with openldap-server

2012-07-15 Thread W. Michael Petullo
Add sudoers.schema to the openldap-server package. Signed-off-by: W. Michael Petullo Index: libs/openldap/patches/030-sudoers-schema.patch === --- libs/openldap/patches/030-sudoers-schema.patch (revision 0) +++ libs/openldap

  1   2   >