aboutsummaryrefslogtreecommitdiff
path: root/net/cifs-utils
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* cifs-utils: link mount utility relative instead of absoluteRosen Penev2020-12-17
| | | | | | Fixes InstallDev dead link. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cifs-utils: update to 6.11Rosen Penev2020-09-14
| | | | | | | | Fixes CVE-2020-14342. Updated PKG_CPE_ID. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cifs-utils: fix compilationRosen Penev2020-05-19
| | | | | | Now that libcap-ng is in the tree, cifs-utils is picking it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cifs-utils: update to 6.10Rosen Penev2020-02-14
| | | | | | Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Remove self from PKG_MAINTAINERFlorian Fainelli2019-12-21
| | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* cifs-utils: Add smbinfo utilityRosen Penev2019-11-18
| | | | | | | | | | Switched to PKG_INSTALL for simplicity. Added PKG_BUILD_PARALLEL for faster compilation. Added InstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* cifs-utils: Update to 6.9Rosen Penev2019-04-25
| | | | | | | | Reorganized and cleaned up Makefile for consistency between packages. Disabled relro and pie. The build system already handles those. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cifs-utils: Update to 6.8Rosen Penev2018-04-13
| | | | | | | | Removed libtalloc dependency and adjusted configure args to skip some tests. Those packages were not being built anyway. Size difference: 14405 vs. 14125 on mvebu. Also 11275 bytes for libtalloc are gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cifs-utils: Update to 6.7Rosen Penev2017-11-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* rsync and cifs-utils: update download addressHannu Nyman2017-01-29
| | | | | | | samba.org has apparently started to enforce https-only downloads, so update the download links for rsync and cifs-utils. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* net/cifs-utils: missing dependencyp-wassi2016-11-01
| | | | | | | 'cifsmount' alone is not able to mount a SMB share, after having installed kmod-fs-cifs this was possible. So I guess adding kmod-fs-cifs as a dependency to cifsmount is ok. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* net: Import cifs-utilsFlorian Fainelli2016-01-23
Import cifs-utils from old packages: * update to 6.4 * add upstream patch to fix builds with musl * add license information * add myself as maintainer Signed-off-by: Florian Fainelli <florian@openwrt.org>