summaryrefslogtreecommitdiffstats
path: root/rules/memcached.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* memcached: fix URLMichael Olbrich2018-05-061-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* memcached: don't create /var/run/memcachedMichael Olbrich2016-07-231-1/+0
| | | | | | It's only referenced in the example init scripts and those are not used. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* memcached: bump to 1.4.13George McCollister2012-03-161-2/+2
| | | | | | | | | | | | | Bump memcached from 1.4.10 to 1.4.13. 1.4.10 introduced a lot of bugs. For a complete list of fixes see: http://code.google.com/p/memcached/wiki/ReleaseNotes1413 http://code.google.com/p/memcached/wiki/ReleaseNotes1412 http://code.google.com/p/memcached/wiki/ReleaseNotes1411 Remove old patches for 1.4.5. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* memcached: version bump 1.4.5 -> 1.4.10Michael Olbrich2011-11-231-3/+6
| | | | | | this fixes building with gcc-4.6 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* memcached: added new packetGeorge McCollister2010-11-231-0/+54
I added a new packet memcached. Signed-off-by: George McCollister <george.mccollister@gmail.com> [mkl: beautified indention] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>