Add package perl-crypt-ssleay to enable SSL support in LWP.
I use this to enable https support in perl-www-mechanize.
Signed-off-by: Robert Högberg
---
diff --git a/lang/perl-crypt-ssleay/Makefile b/lang/perl-crypt-ssleay/Makefile
new file mode 100644
index 000..260e829
--- /dev/null
+++ b
Package perl-www-mechanize requires perl-www version 5.829 or later to
work, so bump perl-www to 5.837.
If another 12.09 release is coming I suggest merging this to AA also
since perl-www-mechanize is broken there also.
Signed-off-by: Robert Högberg
---
diff --git a/lang/perl-www/Makefile b
On Fri, 15 Nov 2013 21:59:48 -0500
Chirag Chhatriwala wrote:
> I am having a bit difficulty building OpenWrt trunk as of today.
> checked out from git, updated and installed feeds.
> Selected the following yate modules:
>
> CONFIG_PACKAGE_yate=y
> CONFIG_PACKAGE_yate-mod-accfile=y
> CONFIG_PACKA
gt;>>
>>> I have tested and applied your both patches within a single commit
>>> (commit id 743bca6d7c382bf5b2a48de96612bd761760dfaf) to telephony
>>> repository with minor changes.
>>>
>>> I added more configure options to cover optional fu
plied your both patches within a single commit
> (commit id 743bca6d7c382bf5b2a48de96612bd761760dfaf) to telephony
> repository with minor changes.
>
> I added more configure options to cover optional functions and removed
> the zaptel stuff at all.
>
> Thank you!
> Jiri
>
This patch updates yate to version 5.0.0.
SIP functionality has been tested successfully on ar71xx.
Tested-by: Robert Högberg
Signed-off-by: Robert Högberg
---
diff --git a/net/yate/Makefile b/net/yate/Makefile
index 4024a29..d5ec9c7 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
Add initscript to yate
Signed-off-by: Robert Högberg
---
diff --git a/net/yate/Makefile b/net/yate/Makefile
index 4024a29..c62182e 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -40,6 +40,7 @@ endef
define Package/$(PKG_NAME)/conffiles
/etc/yate/yate.conf
+/etc/init.d/yate
endef