summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Replace linux-f10 packages with updated linux-c6.gjb2016-05-271-1/+1
| | | | | | PR: 208280 Submitted by: Johannes Meixner Sponsored by: The FreeBSD Foundation
* Make Makefile.mirrors -ALPHA${N}-aware.gjb2016-05-271-2/+2
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Remove vestigial cloudware-install bits missed in r300767.gjb2016-05-262-7/+1
| | | | Sponsored by: The FreeBSD Foundation
* Update a commented line to replace recently-removed images withgjb2016-05-261-1/+1
| | | | | | images that are published. Sponsored by: The FreeBSD Foundation
* Remove the cw*-install target.gjb2016-05-261-9/+0
| | | | | | | | All operations are performed on the original output file, and nothing is ever done with the copied file (as in, no modifications and/or publication from the copied file). Sponsored by: The FreeBSD Foundation
* Disconnect the OPENSTACK target from the CLOUDWARE list.gjb2016-05-261-1/+0
| | | | | | | | | | | | This was reported to not work as expected, and feedback following the report was never received. In addition, we do not publish these anywhere publicly. The configuration file is not (yet) removed, in hopes that the remaining details on the original issues can be resolved, and we can publish the resulting images in the future. Sponsored by: The FreeBSD Foundation
* Disconnect the AZURE target from the CLOUDWARE list.gjb2016-05-261-2/+1
| | | | | | | | | | | | | Microsoft has graciously overtaken publication of FreeBSD on Azure since 10.3-RELEASE. Many thanks to Microsoft for their support of FreeBSD on Azure. The configuration file and Makefile.azure are not (yet) planned to be removed, as they may be useful in the future. Sponsored by: The FreeBSD Foundation
* Bump copyright yearskreuzer2016-05-241-0/+1
| | | | Approved by: gjb@ (implicit)
* Document r298998, OpenSSL updated to 1.0.2h.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r296190, openresolv updated to 3.7.3.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r298161, sqlite3 updated to 3.12.1.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r298192, file(1) updated to 5.26.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r296633, OpenSSH updated to 7.2p2.skreuzer2016-05-121-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r298695, ntp updated to 4.2.8p7.skreuzer2016-05-111-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Add (commented) 'vital' flag to the runtime packages. Support forgjb2016-05-101-0/+5
| | | | | | | | | | | | | | | | | | it is expected in pkg-1.8.0, which will cause 'pkg del -afy' to not destroy a system by forcefully removing everything. As there are valid use cases for doing such (test jails, for example), it will be overrideable. In addition, ensure /dev and /tmp exist, as /dev is not created by default currently, and pkg(8) requires /tmp to exist, which is also not created by default. This needs to be moved to the clibs package, since runtime depends on that package, however I need to first verify that it will work as it is expected. Sponsored by: The FreeBSD Foundation
* picobsd: minor spelling fixes.pfg2016-05-012-2/+2
|
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatjmcneill2016-04-212-2/+2
| | | | | | | | supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed by: jmcneill Differential Revision: https://reviews.freebsd.org/D5580
* Document r296417, clang, llvm, etc. updated to upstream 3.8.0skreuzer2016-04-211-10/+10
| | | | | Approved by: gjb@ Differential Revision: D6037
* MFHgjb2016-04-161-1/+1
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Remove misspelled and redundant MK_INSTALLIB=no.bdrewery2016-04-131-1/+1
| |
* | MFHgjb2016-04-042-2/+6
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-2/+1
| | | | | | | | | | | | | | Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
| * Add paragraph about isp(4) improvements.mav2016-03-171-0/+5
| |
* | Avoid adding the '-release' suffix to non-debug kernel packages.gjb2016-03-081-1/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Prefix lib32, profile, debug, and development packagesgjb2016-03-087-26/+24
| | | | | | | | | | | | with 'runtime-' for consistency with other packages. Sponsored by: The FreeBSD Foundation
* | Include a 'package-pkg' target, intended for use forgjb2016-02-241-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | architectures we do not provide upstream pkg(8) packages. This is not tied to anything as-is, and likely will break your system if used (based on experience with testing with powerpc). There is an overwhelming amount of evil happening here, so until the issues are fixed, it will not be tied into the 'packages' target. Sponsored by: The FreeBSD Foundation
* | Create a package for HAST.gjb2016-02-081-0/+2
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Add comment/description for clibs, rescue, and sendmail packages.gjb2016-02-081-0/+6
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Sort.gjb2016-02-081-37/+36
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Remove libc, librtld_db, libthr packages, and further increasegjb2016-02-055-88/+1
| | | | | | | | | | | | | | | | | | | | | | the constraints on what needs to be installed in a specific to maintain consistency during upgrades. Create a new clibs package containing libraries that are needed as a bare minimum for consistency. With much help and input from: kib Sponsored by: The FreeBSD Foundation
* | Mark shlibs_required/shlibs_provided lines as temporary, followinggjb2016-02-044-0/+4
| | | | | | | | | | | | brief discussion with bapt. Sponsored by: The FreeBSD Foundation
* | Add package files for libc, libedit, librtld_db, and libthr.gjb2016-02-045-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libedit is needed for sh(1), which if updated before runtime, can cause undesirable behavior. For the rest, the installation order needs to be: 1) librtld 2) libc 3) libthr The dependency listing and shilbs_required entries ensure this behavior. Sponsored by: The FreeBSD Foundation
* | Fix typo: s/Conrol/Control/gjb2016-02-041-2/+2
| | | | | | | | | | Submitted by: kib Sponsored by: The FreeBSD Foundation
* | Add FreeBSD RCSID header and svn:keyword property.gjb2016-02-0432-0/+128
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Rework the way <packagename>.ucl files are generated.gjb2016-02-0482-1087/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the major pain points with how this was implemented is the requirement of in-tree, hard-coded <name>.ucl, as well as <name>-<suffix>.ucl where <suffix> can be lib32, profile, development, debug, or any combination of the four. This created significant overhead when adding new packages and any of the files in any of the combinations were missing. Instead of test(1)-ing if the <packagename>.ucl file exists, hand off to a script to figure out what the final ucl file name should be before invoking pkg(8). The default behavior is 'template.ucl' is used as a fallback. This affects only the userland packages, as the kernel code is already smart enough to handle these variations. Sponsored by: The FreeBSD Foundation
* | Initial commit to add dependencies.gjb2016-02-0380-0/+560
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | First pass to fix the 'tests' packages.gjb2016-02-022-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create ee(1) package.gjb2016-02-022-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create a package for autofs(5)gjb2016-02-022-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create a package for vi(1) and related files.gjb2016-02-022-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Fix naming inconsistency with lib32 debug packages.gjb2016-02-016-1/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Remove unused kernel/post-install file.gjb2016-01-291-1/+0
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Add 'stagekernel' target, which invokes 'distributekernel'gjb2016-01-271-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with -DNO_ROOT to create the METALOG mtree(8) file. Separate the default STAGEDIR for world (WSTAGEDIR) and kernel (KSTAGEDIR). Fix the 'create-kernel-packages' target to work properly. Evaluate if 'kernel' is set when invoking mtree-to-plist.awk, which splits the kernel and kernel.debug into separate plist files. Fix METALOG creation when building/packaging multiple kernels. Sponsored by: The FreeBSD Foundation
* | Comment wordsmithing.gjb2016-01-2114-14/+14
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create a package for apm(8).gjb2016-01-212-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create a package for amd(8) and related tools.gjb2016-01-212-0/+26
| | | | | | | | | | | | While here, fix accounting rc script installation. Sponsored by: The FreeBSD Foundation
* | Fix an incorrect comment.gjb2016-01-211-1/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create an acct package for accounting tools.gjb2016-01-212-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Create a rcmds package.gjb2016-01-212-0/+26
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Add UCL file for release-manuals package, missed in previous commit.gjb2016-01-211-0/+13
| | | | | | | | Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud