summaryrefslogtreecommitdiffstats
path: root/package/vpnc
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vpnc: convert to generic-package infrastructureSamuel Martin2012-10-082-54/+88
| | | | | | [Peter: minor fixes] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vpnc: warn that legal-info is not implementedLuca Ceresoli2012-07-171-0/+3
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* DOWNLOAD: change $1=DIRECTORY_URL, $2=FILE_NAME to $1=FULL_FILE_URL, ↵Alvaro G. M2012-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | $2=FILE_NAME This modifies the definition of DOWNLOAD to receive two arguments: the first one is the full URL of the file to download, whereas the second (and optional) is the name the file will have once downloaded. Same thing with the SOURCE_CHECK_WGET and SCP functions. All calls to these functions have been changed to the shortest form of the new API, except for toolchains acquisition. Since there is quite a number of different toolchains this call to DOWNLOAD is better set to the generic one. Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Stephan Hoffmann <sho@relinux.de> Downloading Microblaze LE toolchain works on a clean install Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* support: move patch-kernel.sh and rename itThomas Petazzoni2011-09-171-1/+1
| | | | | | | | The name "patch-kernel.sh" is a bit stupid, since this script is used to patch everything in Buildroot, not only kernel trees. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vpnc: remove unused legacy patchesPeter Korsgaard2010-06-132-24/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vpnc: pass CFLAGS at link timeThomas Petazzoni2010-05-201-2/+2
| | | | | | | External toolchain builds absolutely require the --sysroot option to be passed at link time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Bump vpnc version and remove build of man pages, which breaks when cross ↵Ulf Samuelsson2009-01-143-1/+28
| | | | compiling
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* vpnc: select libgcrypt / libgpg_errorPeter Korsgaard2008-08-041-5/+2
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-3/+3
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Make vpnc depend on packets, instead of selecting themUlf Samuelsson2007-11-291-2/+4
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Use correct patch nameUlf Samuelsson2007-09-201-1/+1
|
* - bump version.Bernhard Reutner-Fischer2007-09-191-2/+4
| | | | Someone will have to fix the install thing (involves a file with .pl where my sh says 'line 18: use: command not found', which is a good thing).
* - do away with SUSv3 legacy functionsBernhard Reutner-Fischer2007-09-191-0/+12
|
* - put back accidentally removed patch that is not needed for 0.5.1 anymoreBernhard Reutner-Fischer2007-09-191-0/+12
|
* - add missing dependency on libgcryptBernhard Reutner-Fischer2007-09-192-23/+6
| | | | Ulf, this should be updated to 0.5.1
* - random whitespace cleanupBernhard Reutner-Fischer2007-08-221-13/+9
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* SED away some whitespaceUlf Samuelsson2007-08-201-1/+1
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-10/+11
|
* vpnc needs an include dirUlf Samuelsson2007-07-171-0/+12
|
* Add vpnc packageUlf Samuelsson2007-07-172-0/+82