aboutsummaryrefslogtreecommitdiff
path: root/archivers/urbackup-server
Commit message (Collapse)AuthorAgeFilesLines
* security/cryptopp: Update to 8.9.0Jason E. Hale2023-10-051-1/+1
| | | | | | Bump PORTREVISION on consumers due to ABI incompatibility. https://www.cryptopp.com/release890.html
* archivers/urbackup-server: Fix build with llvm16Muhammad Moinur Rahman2023-08-051-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* security/cryptopp: Update to 8.8.0Jason E. Hale2023-07-121-1/+1
| | | | | | Bump PORTREVISION on consumers due to ABI incompatibility. https://www.cryptopp.com/release880.html
* archivers/urbackup-(client/server): Reset MAINATINERNeel Chauhan2022-11-061-1/+1
|
* archivers/urbackup-server: remove bogus lua >= 5.3 supportTobias C. Berner2022-09-241-1/+1
| | | | | | The configure script looks for lua-5.3, lua-5.2... PR: 220281
* security/cryptopp: Update to 8.7.0Jason E. Hale2022-09-161-1/+1
| | | | | | | | | | | | | | | | | | Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU features regardless if CPUTYPE is set and it is not possible to disable specific instruction sets. It is only possible to completely disable assembly optimizations, which is recommended for package building unless all consumer machines support the build machine's CPU instruction sets. Since version 8.1, it is no longer necessary to export -DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now build without it defined if the SIMD option is disabled. Remove old workarounds pertaining to this issue. https://github.com/weidai11/cryptopp/issues/779 Bump PORTREVISION on consumers due to ABI incompatibility. https://www.cryptopp.com/release870.html
* archivers/urbackup-server: Update to 0.25.26Neel Chauhan2022-09-123-4/+6
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* archivers/urbackup-server: Update to 2.5.25Neel Chauhan2022-08-294-15/+13
|
* archivers/urbackup-server: Add missing pkg-plist entriesNeel Chauhan2022-02-031-0/+2
|
* misc/findutils: update to 4.9.0Klaus Aehlig2022-02-022-4/+4
| | | | | | Changes: https://lists.gnu.org/archive/html/bug-findutils/2022-02/msg00013.html PR: 261683
* archivers/urbackup-server: Update to 2.4.14Neel Chauhan2022-01-034-5/+16
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/cryptopp: Update to 8.4.0Jason E. Hale2021-01-191-0/+1
| | | | | | | | | | | | | | | Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and recompile of consumers is necessary. Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL several releases ago. [1] [1] https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e Changes: https://www.cryptopp.com/release840.html Notes: svn path=/head/; revision=562021
* Set MAINTAINER of my ports to my FreeBSD handle (nc@).Neel Chauhan2021-01-051-1/+1
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27966 Notes: svn path=/head/; revision=560410
* archivers/urbackup-server: Update to 2.4.13 and set MAINTAINERFernando Apesteguía2020-12-023-9/+11
| | | | | | | | | | Submitter takes maintainership. He already maintains other ports. PR: 251516 Submitted by: neel@neelc.org Notes: svn path=/head/; revision=556815
* archivers/urbackup-server: Remove build fixes for security/cryptopp >= 6.0.0Jason E. Hale2020-08-271-12/+0
| | | | | | | that have since been incorporated upstream. Notes: svn path=/head/; revision=546365
* archivers/urbackup-server: Update to 2.4.12Tobias C. Berner2020-04-113-8/+8
| | | | | | | | | | | - Drop maintainership - Fix man page location PR: 245377 Submitted by: freebsd@coombscloud.com (maintainer) Notes: svn path=/head/; revision=531420
* First pass at moving manpages to share/man for category a*Baptiste Daroussin2020-01-162-2/+2
| | | | Notes: svn path=/head/; revision=523220
* Update security/cryptopp to 8.2.0Jason E. Hale2019-12-101-0/+1
| | | | | | | | | | | | | Remove THREADS option - upstream recommends building with threads and the build system now adds the appropriate flags automatically Bump PORTREVISION on consumers due to shared lib version increase PR: 241132 Submitted by: Farid Hajji <farid@hajji.name> Notes: svn path=/head/; revision=519643
* archivers/urbackup-server: update to upstream version 2.4.11Tobias C. Berner2019-11-023-4/+6
| | | | | | | | PR: 241671 Submitted by: freebsd@coombscloud.com (maintainer) Notes: svn path=/head/; revision=516328
* archivers/urbackup-server: update to version 2.4.9Tobias C. Berner2019-11-023-5/+7
| | | | | | | | PR: 241371 Submitted by: freebsd@coombscloud.com (maintainer) Notes: svn path=/head/; revision=516313
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508834
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* archivers/urbackup-server: update to version 2.3.8Steve Wills2019-04-104-10/+12
| | | | | | | | PR: 236921 Submitted by: freebsd@coombscloud.com (maintainer) Notes: svn path=/head/; revision=498604
* archivers/urbackup-server: update 2.2.11 -> 2.3.7Kurt Jaeger2019-02-033-8/+24
| | | | | | | | | | | | | | - Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup - Adds a note to UPDATING about the foregoing path change - Uses sqlite3, lua, and lmdb from ports tree, rather than embedded - Enables support for mounting of VHD files via fuse PR: 235432 Submitted by: freebsd@coombscloud.com (maintainer) Relnotes: https://www.urbackup.org/server_changelog.html Notes: svn path=/head/; revision=492028
* This port links to cryptopp, which is compiled with GCC 8 on GCC-basedMark Linimon2019-01-221-1/+1
| | | | | | | | | | | architectures, thus it also needs USES=compiler:c++11-lang. PR: 234966 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=490930
* Update security/cryptopp to 7.0.0Jason E. Hale2018-08-241-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now install a pkgconfig file which will allow ports to check whether cryptopp was built with assembly instructions enabled or not. There are a few functions that will be undefined if built without assembly and -DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case to avoid build failures. This is not new, but the pkgconf file should make it easier to determine if the flag is needed or not. Fix several ports due to API changes and to use the new pkgconf file to determine cryptopp location and build flags. Special cases below. deskutils/cdcat - Use cryptopp shared library instead of static, detect with pkgconf devel/xeus - Fix dependencies and remove header-only libraries from RUN_DEPENDS - Rework to use the cryptopp pkgconf file - net/cppzmq CMake files were fixed in r477649, remove hacks for that as they were seemingly causing devel/xeus-cling to link to cryptopp unnecessarily - Remove C++17 code from cryptopp checks for compatibility devel/xeus-cling - Fix dependencies - Remove hacks for previously broken cppzmq CMake files and no longer needed cryptopp dependency Changes: https://www.cryptopp.com/#news PR: 230579 (original patch, not used) Submitted by: yuri Notes: svn path=/head/; revision=477967
* archivers/urbackup-server: fix newsyslog sampleKurt Jaeger2018-08-053-4/+4
| | | | | | | | | | | | - Remove .sample file from newsyslog directory It can cause confusion to newsyslog PR: 227853 Submitted by: freebsd@coombscloud.com (maintainer) Reported by: mat Notes: svn path=/head/; revision=476422
* archivers/urbackup-server: add default config and log rotation (via newsyslog)Kurt Jaeger2018-07-316-4/+62
| | | | | | | | PR: 227853 Submitted by: Kirk Coombs <freebsd@coombscloud.com> (maintainer) Notes: svn path=/head/; revision=476014
* Update to version 2.2.11Kirill Ponomarev2018-04-163-4/+5
| | | | | | | | PR: 227555 Submitted by: maintainer Notes: svn path=/head/; revision=467489
* New port: archivers/urbackup-serverKurt Jaeger2018-04-156-0/+247
UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time. File and image backups are made while the system is running without interrupting current processes. UrBackup also continuously watches folders you want backed up in order to quickly find differences to previous backups. Because of that, incremental file backups are really fast. Your files can be restored through the web interface, via the client or the Windows Explorer while the backups of drive volumes can be restored with a bootable CD or USB-Stick (bare metal restore). A web interface makes setting up your own backup server really easy. WWW: https://www.urbackup.org PR: 225148 Submitted by: Kirk Coombs <freebsd@coombscloud.com> Notes: svn path=/head/; revision=467400