-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing AutoConfigBackup #161
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fix a shell injection vulnerability MFH: 2016Q3
- Update net/asterisk13 to 13.10.0
- Unsilence INSTALL_* commands PR: 211272 Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer) MFH: 2016Q3
PR: 211271 Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer) MFH: 2016Q3
- Convert to USES=localbase - Update MAINTAINER address - Remove NODELAY option, it has been integrated upstream - Modernize Makefile PR: 211163 Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
client principals are restricted to obtaining TGTs only [CVE-2016-3120] URL: http://web.mit.edu/kerberos/krb5-1.14/ Security: CVE-2016-3120
This is a bug fix release. * Improve some error messages * Improve documentation * Allow a principal with nonexistent policy to bypass the minimum password lifetime check, consistent with other aspects of nonexistent policies * Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120] MFH: 2016Q3 Security: 62d45229-4fa0-11e6-9d13-206a8a720317 Security: CVE-2016-3120
Currently AdaCurses on all DragonFly platforms and FreeBSD 11+ platforms requires the ports version of ncurses. Only FreeBSD 9 and 10 can use the system ncurses. The previous commit updated the gpr file in a way that looks for the ncurses libraries only at $LOCALBASE/lib, which may have broken FreeBSD 9 and 10 in a poudriere environment. Rather than fix those older platforms, just make the ncurses requirement the same for every platform. The only ports consumer is ports-mgmt/synth, and that will soon link ncurses statically anyway.
This is a bug fix version. Changes include: * Fix potential exception seen with a large number of builders. The height of the log area was determined by subtracting the height of the other two zones from the overall xterm height. This allowed for the possibility of a negative height for the log area resulting in a thrown exception. Now the log is defined to be at least 10 lines log, but ncurses will just truncate as necessary. * Detection of bad OPSYS value added. There's a rare case where pkg can corrupt the configuration value of the Operating System. If it happens on FreeBSD, Synth thinks it is running on DragonFly which causes all sorts of problems. The corruption can't be auto-fixed, but Synth will gracefully abort with instructions on how to correct the issue. * Fix filtering of port-mgmt/pkg in list of ports. Synth was designed to always skip building pkg and thus remove it from a given list of ports, but the filtering didn't work correctly resulting in an exception with a misleading message. * Redirect failed jail setup command output to a new log: /var/log/synth/05_abnormal_cmd.out. Under normal operation, the log will be empty, but any abnormal output will now be sent there rather than corrupt the ncurses display as it before now. * Fix mount cleanup procedure. The output of "df -h" was being sorted alphabetically which caused mounts-on-mounts (an exception condition that dillon has been getting with H2 testing) to fail during dismount. The df output is already in the correct order so it only needs to be iterated in reverse without the pre-sort. Change: * Synth now links curses statically so it should not pull in any additional packages when the Synth binary package is installed. The only known bug is the curses display will freeze if running in an xterm window that gets resized. The cause is still unknown because in theory Synth should correctly react to a window-resize event. Some people may have success with ^z followed by fg command, but it's best to avoid resizing the window at all.
At one point during development of last changeset, the default.gpr file needed to have a LOCALBASE correction, but that's no longer true. This line shouldn't have made it into the previous commit.
ports, and rename it to EMACS_PORTDIR PR: 210960 Submitted by: rakuco
Sponsored by: Absolight
- Regenerate patches with `make makepatch`
PR: 210055 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: maintainer timeout (7 weeks)
- Use USES=ssl
Submitted by: danfe
- While here drop maintainership (since I no longer use) PR: 211282 Submitted by: kevlo
…min(), and fmax() functions, which conflict with the ones already available in the math library. Simply removing those definitions fixes the issue. While at it, convert to USES+=localbase. The `files/patch-c++' was regenerated with `make makepatch'. Tested on: 9.2, 10.2, -CURRENT
This is a test dependency of the upcoming AdaID port. There are existing ports that also could use Aunit but they currently work around or skip testing options. === AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It is intended as a developer's tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose.
Supported operations include: * Generating random UUIDs * Generating name-based UUIDs * Restoring UUIDs from a string representation. * Converting a UUID to a string I'd like to thank Anthony Arnold, the author, for re-releasing this useful library under the 2-clause BSD license. It was previously only available under the full GPL.
…included in Python >= 3.4 Reported by: demon@ (private email)
service vulnerability (CVE-2016-3120 -- same vulnerability fixed in krb5 1.14.3), update entry 62d45229-4fa0-11e6-9d13-206a8a720317 to also document the same in krb5 1.13.6. Security: 62d45229-4fa0-11e6-9d13-206a8a720317 Security: CVE-2016-3120
This is a bug fix release. * Improve some error messages * Improve documentation * Allow a principal with nonexistent policy to bypass the minimum password lifetime check, consistent with other aspects of nonexistent policies * Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120] MFH: 2016Q3 Security: 62d45229-4fa0-11e6-9d13-206a8a720317 Security: CVE-2016-3120
<ChangeLog> *) Change: now the "accept_mutex" directive is turned off by default. *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux. *) Feature: the ngx_stream_geo_module. *) Feature: the ngx_stream_geoip_module. *) Feature: the ngx_stream_split_clients_module. *) Feature: variables support in the "proxy_pass" and "proxy_ssl_name" directives in the stream module. *) Bugfix: socket leak when using HTTP/2. *) Bugfix: in configure tests. Thanks to Piotr Sikora. </ChangeLog>
I've see two failures already. The last one had vcc_if.h being included before it was generated.
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
2. updated to version 4.0.3 deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef' Java and GUI are now optional plist is now generated automatically revised dependencies PR: 211291 Submitted by: bsam (1), Alexander Sherikov (2)
- Update to 25.1-rc1[1] - Add IMPLIES condition for XWIDGETS option[1] Mk/bsd.emacs.mk: - Add block for emacs-nox11[2] - Update emacs-devel block with new EMACS_VER PR: 211356 [1] Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1], matthew (via private email) [2]
A couple options changes: The MAILDIR and SECURE_FREE knobs were both removed and switched to always-on. Having maildir support does not preclude mbox support, so there's no reason not to include it for everybody. The secure-free run-time free() safety check is good practice and is a mandatory default on a number of other OS's, so now it's enabled for all zsh here as well. PORTREVISION bump for the above changes. The rest of the changes are simplifications, and reorganizing things to be more legible. An EXTRA_PATCHES that was being applied unconditionally was converted to a normal files/patch-, and I added in some comments on things I got confused by. While here, I also rewrote the descr to better describe what Zsh is in relation to other shells. I also removed "See also zshcompsys(1) manpage. :)" Not even a smiley face can undo the pain of trying to read zshcompsys(1).
- Invalid data sets are not handled correctly for @testwith annotation - No warnings when test runs in separate process - expectException() accepts non-string argument Approved by: pi (mentor)
Changes: https://github.com/ZoneMinder/ZoneMinder/releases/tag/v1.30.0-rc2 PR: 210939 Submitted by: Ivan <bsd@abinet.ru> Approved by: pi (mentor)
- Add NO_ARCH
As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. WWW: https://github.com/hpoydar/chronic_duration Approved by: pi (mentor)
Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two). WWW: https://github.com/jduff/numerizer Approved by: pi (mentor)
Please contact us via support and we can help you get the package installed. |
netgate-git-updates
pushed a commit
that referenced
this pull request
Sep 13, 2017
Feature request #86: Change meaning of "RequiredHeaders" such that header validity is always checked, but messages are only rejected on that basis when the flag is set. Based on a patch from Andreas Schulze. Feature request #127: Log SPF results when rejecting. Requested by Patrick Wagner; patch from Andreas Schulze, follow-up patch from Juri Haberland. Feature request #138: Inculde policy and disposition information in an Authentication-Results comment. Based on a patch from Juri Haberland. Feature request #139: Include the client host name if known in failure reports. Suggested by Roland Turner; patch by Andreas Schulze. Fix bug #95: Assume IPv6 for SPF operations. Patch from Juri Haberland. Fix bug #120: Fix control logic around the SPF result. Reported by Christophe Wolfhugel; patch from Andreas Schulze. Fix bug #122: Don't skip the HELO milter phase when SPF is enabled. Reported by Christophe Wolfhugel. Fix bug #157: Fix logging of implicit authserv-ids. Reported by Andreas Schulze; patch from Juri Haberland. Fix bug #158: Log ignored connections. Patch from Andreas Schulze. Fix bug #160: Fix "SyslogFacility" handling. Patch from Juri Haberland. Fix bug #163: Use a larger buffer for the raw MAIL FROM value. Based on a patch from Andreas Schulze. Fix bug #174: Trim "!" suffixes from reporting addresses. Problem noted by Juri Haberland. Fix bug #186: When reloading the configuration file, the public suffix list was read in with the wrong comment indicator. Patch from Federico Omoto. LIBOPENDMARC: Fix bug #115: Fix type mismatch. Patch from Sebastian A. Siewior via Scott Kitterman. LIBOPENDMARC: Fix bug #121: Fix IPv6 CIDR matching in SPF code. Patch from Christophe Wolfhugel. LIBOPENDMARC: Fix bug #125: Compile time IPv6 fix. Reported by Christophe Wolfhugel. LIBOPENDMARC: Fix bug #131: Fix alignment bug. Patch from Andreas Schulze. LIBOPENDMARC: Fix bug #147: Fix stripping of whitespace from DMARC DNS records. Based on a patch from Job Noorman. LIBOPENDMARC: Fix bug #149: Apply "sp" setting, if present and applicable. Patch from Petr Novak. LIBOPENDMARC: Fix bug #154: Fix "rf" and "fo" processing logic. LIBOPENDMARC: Fix bug #156: Fix variable name. Patch by Andreas Schulze. LIBOPENDMARC: Fix bug #165: Fix logic in checking which SPF identifier was used. Patches from Marco Favero and Juri Haberland. LIBOPENDMARC: Fix bug #167: Don't return "fail" when we should return "none". Patch from Marco Favero. REPORTS: Fix bug #134: Handle SMTP errors correctly. Patch from Andreas Schulze. REPORTS: Fix bug #141: Set the HELO parameter correctly. Reported by Alan Smith; patch from Andreas Schulze. REPORTS: Fix bug #143: Fix logic in table truncation. Reported by Wayne Andersen; patch from Juri Haberland. REPORTS: Fix bug #162: Always report "sp" in aggregate reports. Patch from Juri Haberland. REPORTS: Fix bug #166: Fix report start/end time logic. Patch from Juri Haberland. REPORTS: Fix bug #188: Don't delete inputs too early in opendmarc-reports. Patch from Juri Haberland. TOOLS: Fix bug #161: "Forensic" reports were renamed "Failure" reports. Patch from Andreas Schulze. TOOLS: Fix bug #164: Handle IPv6 test addresses. Reported by Andreas Schulze; patch from Juri Haberland. DOCS: Patch #189: Replace the DMARC RFC with an HTML page referencing the relevant specs, since Debian doesn't consider RFCs to be "free". Patch from Scott Kitterman via Juri Haberland. PR: 220902 Submitted by: Dan Mahoney <freebsd@gushi.org> (maintainer), Lukasz Wasikowski <lukasz@wasikowski.net>
netgate-git-updates
pushed a commit
that referenced
this pull request
Aug 6, 2019
Update graphics/drm-devel-kmod to the latest snapshot. Fixes a panic on ppc64 POWER9. FreeBSD Graphics issue: #161 FreeBSDDesktop/kms-drm#161 MFH: 2019Q3
netgate-git-updates
pushed a commit
that referenced
this pull request
Aug 6, 2019
Update graphics/drm-current-kmod to the latest snapshot. Fixes a panic on ppc64 POWER9. FreeBSD Graphics issue: #161 FreeBSDDesktop/kms-drm#161 MFH: 2019Q3 (implict, drm-drivers blanket)
netgate-git-updates
pushed a commit
that referenced
this pull request
Aug 6, 2019
graphics/drm-devel-kmod: Update snapshot Update graphics/drm-devel-kmod to the latest snapshot. Fixes a panic on ppc64 POWER9. FreeBSD Graphics issue: #161 FreeBSDDesktop/kms-drm#161 graphics/drm-current-kmod: Update snapshot Update graphics/drm-current-kmod to the latest snapshot. Fixes a panic on ppc64 POWER9. FreeBSD Graphics issue: #161 FreeBSDDesktop/kms-drm#161 Hand merge files because of differences in PORTREVISION. Approved by: portmgr (implicit, drm-drivers blanket)
netgate-git-updates
pushed a commit
that referenced
this pull request
Jun 24, 2022
Required for gitlab-ce 15.1 Changelog: https://github.com/zombocom/rack-timeout/blob/v0.6.3/CHANGELOG.md 0.6.3 Fix NoMethodError: undefined method 'logger' for Rails:Module when Rails is defined as a Module, but is not a full Rails app (#180) 0.6.2 Migrate CI from Travis CI to GitHub Actions (#182) Rails 7+ support (#184) 0.6.1 RACK_TIMEOUT_TERM_ON_TIMEOUT can be set to zero to disable (#161) Update the gemspec's homepage to the current repo URL(#183) 0.6.0 Allow sending SIGTERM to workers on timeout (#157)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When trying to install the process is looped . Please find attached the print with error.
Please help me , I bought the gold package pfsense only by this package .