Skip to content

memcached: import from packages, add myself as the maintainer#47

Merged
sbyx merged 1 commit intoopenwrt:masterfrom
heil:master
Jun 23, 2014
Merged

memcached: import from packages, add myself as the maintainer#47
sbyx merged 1 commit intoopenwrt:masterfrom
heil:master

Conversation

@heil
Copy link

@heil heil commented Jun 23, 2014

This adds the memcached package from the old svn package fee. I adopt
the licensing information and will maintain the package in the future.
This request also updates memcached to the last stable version 1.4.20.
Building was tested with target x86_64, ar71xx and avr32

Signed-off-by: Thomas Heil heil@terminal-consulting.de

This adds the memcached package from the old svn package fee. I adopt
the licensing information an will maintain the package in the future.
This request also updates memcached to the last stable version 1.4.20.
Building was testet with target x86_64, ar71xx and avr32

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
@sbyx
Copy link
Member

sbyx commented Jun 23, 2014

Thanks.

sbyx added a commit that referenced this pull request Jun 23, 2014
memcached: import from packages, add myself as the maintainer
@sbyx sbyx merged commit 57b1ed6 into openwrt:master Jun 23, 2014
stintel pushed a commit to stintel/openwrt-packages that referenced this pull request Jul 6, 2015
Updates to babeld



This patchset:
- fixes openwrt#33 by generating a configuration file for babeld
- introduces a slightly different syntax for specfiying interfaces (backward-compatible)
- allows to use any option, as long as it's supported by babeld (i.e. valid options are not hardcoded in the init script anymore, all options are simply passed to babeld)

It is mostly backward-compatible, with a few caveats.

Thanks to Baptiste Jonglez.
ldir-EDB0 added a commit to ldir-EDB0/packages that referenced this pull request Jul 29, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master
ee25a41 Prevent reading of uninitialised memory on short/malformed requests
35e3979 Use memcpy() to avoid strict aliasing violations
de0856d Merge pull request openwrt#58 from micolous/dns-google
8355774 Update links to point at dns.google; clarify that this is for the JSON API.
ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill.
1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy
75ce78f Stylistic improvements (one var per statement).
cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix
680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers
3b710cb Use FindGTest to search for googletest
71ca05f Build fixes for older compilers
758f913 Add support for DS RR Type.
43da4de Fix leapyear bugs and add tests.
e8f53ab parse_time() replaced to make it more portable.
246e106 Constants lifted from elsewhere.
23f7950 Lots of fixes.
9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms.
85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types.
cac0ed6 Fix a type warning over sign.
f4e17b2 Disable warnings over signed ints.
994f378 Merge pull request openwrt#47 from daztucker/master
898864d Check return value of daemon().
97191a4 Update details for -t (proxy).
4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval
ebeb2ae Dynamically adjust DNS bootstrap interval during runtime
6166c49 Debug logging around bootstrap DNS parsing.
084a103 Fix typo.
915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration.
1b1fca1 Allow dropping of privs even if not run in daemon mode.
7978052 Support TXT records made of multiple <character-string> components.
8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding.
4822f1c options: stop loglevel going negative

Important fixes: Now drop running as root.  Improved bootstrap interval
handling, especially helps Openwrt on boot.  Sanitise memory on
short/malformed requests

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
ldir-EDB0 added a commit to ldir-EDB0/packages that referenced this pull request Jul 30, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master
ee25a41 Prevent reading of uninitialised memory on short/malformed requests
35e3979 Use memcpy() to avoid strict aliasing violations
de0856d Merge pull request openwrt#58 from micolous/dns-google
8355774 Update links to point at dns.google; clarify that this is for the JSON API.
ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill.
1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy
75ce78f Stylistic improvements (one var per statement).
cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix
680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers
3b710cb Use FindGTest to search for googletest
71ca05f Build fixes for older compilers
758f913 Add support for DS RR Type.
43da4de Fix leapyear bugs and add tests.
e8f53ab parse_time() replaced to make it more portable.
246e106 Constants lifted from elsewhere.
23f7950 Lots of fixes.
9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms.
85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types.
cac0ed6 Fix a type warning over sign.
f4e17b2 Disable warnings over signed ints.
994f378 Merge pull request openwrt#47 from daztucker/master
898864d Check return value of daemon().
97191a4 Update details for -t (proxy).
4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval
ebeb2ae Dynamically adjust DNS bootstrap interval during runtime
6166c49 Debug logging around bootstrap DNS parsing.
084a103 Fix typo.
915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration.
1b1fca1 Allow dropping of privs even if not run in daemon mode.
7978052 Support TXT records made of multiple <character-string> components.
8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding.
4822f1c options: stop loglevel going negative

Important fixes: Now drop running as root.  Improved bootstrap interval
handling, especially helps Openwrt on boot.  Sanitise memory on
short/malformed requests

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
ldir-EDB0 added a commit to ldir-EDB0/packages that referenced this pull request Jul 30, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master
ee25a41 Prevent reading of uninitialised memory on short/malformed requests
35e3979 Use memcpy() to avoid strict aliasing violations
de0856d Merge pull request openwrt#58 from micolous/dns-google
8355774 Update links to point at dns.google; clarify that this is for the JSON API.
ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill.
1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy
75ce78f Stylistic improvements (one var per statement).
cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix
680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers
3b710cb Use FindGTest to search for googletest
71ca05f Build fixes for older compilers
758f913 Add support for DS RR Type.
43da4de Fix leapyear bugs and add tests.
e8f53ab parse_time() replaced to make it more portable.
246e106 Constants lifted from elsewhere.
23f7950 Lots of fixes.
9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms.
85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types.
cac0ed6 Fix a type warning over sign.
f4e17b2 Disable warnings over signed ints.
994f378 Merge pull request openwrt#47 from daztucker/master
898864d Check return value of daemon().
97191a4 Update details for -t (proxy).
4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval
ebeb2ae Dynamically adjust DNS bootstrap interval during runtime
6166c49 Debug logging around bootstrap DNS parsing.
084a103 Fix typo.
915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration.
1b1fca1 Allow dropping of privs even if not run in daemon mode.
7978052 Support TXT records made of multiple <character-string> components.
8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding.
4822f1c options: stop loglevel going negative

Important fixes: Now drop running as root.  Improved bootstrap interval
handling, especially helps Openwrt on boot.  Sanitise memory on
short/malformed requests

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
ldir-EDB0 added a commit to ldir-EDB0/packages that referenced this pull request Jul 30, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master
ee25a41 Prevent reading of uninitialised memory on short/malformed requests
35e3979 Use memcpy() to avoid strict aliasing violations
de0856d Merge pull request openwrt#58 from micolous/dns-google
8355774 Update links to point at dns.google; clarify that this is for the JSON API.
ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill.
1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy
75ce78f Stylistic improvements (one var per statement).
cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix
680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers
3b710cb Use FindGTest to search for googletest
71ca05f Build fixes for older compilers
758f913 Add support for DS RR Type.
43da4de Fix leapyear bugs and add tests.
e8f53ab parse_time() replaced to make it more portable.
246e106 Constants lifted from elsewhere.
23f7950 Lots of fixes.
9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms.
85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types.
cac0ed6 Fix a type warning over sign.
f4e17b2 Disable warnings over signed ints.
994f378 Merge pull request openwrt#47 from daztucker/master
898864d Check return value of daemon().
97191a4 Update details for -t (proxy).
4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval
ebeb2ae Dynamically adjust DNS bootstrap interval during runtime
6166c49 Debug logging around bootstrap DNS parsing.
084a103 Fix typo.
915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration.
1b1fca1 Allow dropping of privs even if not run in daemon mode.
7978052 Support TXT records made of multiple <character-string> components.
8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding.
4822f1c options: stop loglevel going negative

Important fixes: Now drop running as root.  Improved bootstrap interval
handling, especially helps Openwrt on boot.  Sanitise memory on
short/malformed requests

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Fanfwe pushed a commit to Fanfwe/packages that referenced this pull request Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants