aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* MFH r289384-r293170Glen Barber2016-01-04439-11829/+36156
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=293172
| * Build engines in parallel.Bryan Drewery2015-12-151-1/+1
| | | | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=292287
| * Replace unneeded manual dependency on header by adding it to SRCS.Bryan Drewery2015-12-0712-34/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if there is not yet a depend file. The headers in SRCS are never built or installed. After 'make depend' the header was already added as a proper dependency on the objects where needed. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291941
| * Merge OpenSSL 1.0.2e.Jung-uk Kim2015-12-03366-803/+1041
| | | | | | | | Notes: svn path=/head/; revision=291719
| * META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291563
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-253-3/+0
| | | | | | | | | | | | | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
| * Retire the NONE cipher option.Dag-Erling Smørgrav2015-11-233-12/+0
| | | | | | | | Notes: svn path=/head/; revision=291198
| * Simplify man-makefile-update target.Jung-uk Kim2015-11-171-2/+2
| | | | | | | | Notes: svn path=/head/; revision=291003
| * Remove duplicate manual pages.Jung-uk Kim2015-11-165-204/+7
| | | | | | | | | | | | | | Reported by: brd Notes: svn path=/head/; revision=290947
| * Fix a typo. I did not mean it, really.Jung-uk Kim2015-11-061-1/+1
| | | | | | | | Notes: svn path=/head/; revision=290461
| * Clean up OpenSSL makefiles.Jung-uk Kim2015-11-064-17/+21
| | | | | | | | Notes: svn path=/head/; revision=290460
| * Merge OpenSSL 1.0.2d.Jung-uk Kim2015-10-30418-11335/+35613
| | | | | | | | Notes: svn path=/head/; revision=290207
| * Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so itEnji Cooper2015-10-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | picks up undefined symbols, like "ERR_load_GOST_strings" MFC after: 3 days PR: 184805 Submitted by: Ivan IvanZhdanov <ivan.zhdanov@gmail.com> Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290178
| * Define endianness for non-x86 platforms.Jung-uk Kim2015-10-281-2/+10
| | | | | | | | | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=290121
| * Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-154-1/+9
| | | | | | | | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289393
* | MFH r289372-r289382Glen Barber2015-10-151-2/+2
|\| | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=289383
| * Mark sub-make targets as .MAKE and .PHONY to handle -n and always-build ↵Bryan Drewery2015-10-151-2/+2
| | | | | | | | | | | | | | | | | | | | properly. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289378
* | MFH to r289370Glen Barber2015-10-155-15/+5
|\| | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=289371
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-125-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison Notes: svn path=/head/; revision=289172
* | Merge from headBaptiste Daroussin2015-10-011-8/+0
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=288441
| * Replace afterinstall: hack from r111083 with 'make delete-old' functionality.Bryan Drewery2015-09-191-8/+0
| | | | | | | | | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=287981
* | Finish merging from head, messed up in previous attemptBaptiste Daroussin2015-09-129-9/+0
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=287710
* | Merge from headBaptiste Daroussin2015-09-12338-344/+357
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=287708
| * Remove remnant from USEPRIVATELIB removalBaptiste Daroussin2015-09-049-9/+0
| | | | | | | | | | | | | | Sponsored by: gandi.net Notes: svn path=/head/; revision=287466
| * Merge OpenSSL 1.0.1p.Jung-uk Kim2015-07-09338-344/+357
| | | | | | | | Notes: svn path=/head/; revision=285329
* | Merge from head @274131Baptiste Daroussin2015-06-204-0/+6
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=284621
| * Add compatibility with $2y$ bcrypt hashesAllan Jude2015-06-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypt_blowfish and many implementations based on it (Apache, PHP, PostgreSQL) implemented $2y$ before OpenBSD went with $2b$. This changes marks them as equivalent. http://www.openwall.com/lists/announce/2011/07/17/1 This change is required for applications that use the base crypt() implementation (including nginx) to be able to validate $2y$ hashes Reviewed by: eadler Approved by: delphij MFC after: 1 week Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D2742 Notes: svn path=/head/; revision=284483
| * new dependsSimon J. Gerraty2015-06-163-0/+3
| | | | | | | | Notes: svn path=/head/; revision=284481
| * Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
| | | | | | | | Notes: svn path=/head/; revision=284421
| * Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many Notes: svn path=/head/; revision=284417
* | Merge from headBaptiste Daroussin2015-06-15363-759/+1395
|\| | | | | | | Notes: svn path=/projects/release-pkg/; revision=284410
| * Add META_MODE support.Simon J. Gerraty2015-06-1325-0/+588
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| | * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0825-50/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| | * Merge sync of headSimon J. Gerraty2015-05-27374-4575/+8433
| | |\ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=283595
| | * \ Merge from head@274682Simon J. Gerraty2014-11-19350-561/+1459
| | |\ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=274683
| | * \ \ Merge head from 7/28Simon J. Gerraty2014-08-19347-599/+404
| | |\ \ \ | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| | * | | | Updated dependenciesSimon J. Gerraty2014-05-1625-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| | * | | | Merge from headSimon J. Gerraty2014-05-0818-18/+18
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265720
| | * \ \ \ \ Merge headSimon J. Gerraty2014-04-28351-970/+990
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| | * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-134-32/+19
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256424
| | * | | | | | | Updated dependenciesSimon J. Gerraty2013-10-1312-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256419
| | * | | | | | | Merge headSimon J. Gerraty2013-09-1112-46/+202
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=255477
| | * \ \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-053-21/+1
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=255263
| | * \ \ \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-12338-738/+741
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=249429
| | * | | | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-1125-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| | * | | | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-1625-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| | * | | | | | | | | | Sync with HEAD.David E. O'Brien2013-02-084-1/+13
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246555
| | * | | | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-0812-1/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| | * | | | | | | | | | | Sync from headSimon J. Gerraty2012-11-04395-14111/+67350
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242545
| | * | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2224-0/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572