-
Notifications
You must be signed in to change notification settings - Fork 34
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
Updated wip/samba #93
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
closing as it no longer cleanly applies, cannot get changes to play nice with newer version. will roll my own 4.1 packages. |
mamash
pushed a commit
that referenced
this pull request
Jun 8, 2015
Use pkgsrc libevent instead of the bundled one. Changes in 3.1.7 UPD: Spotlight: enhance behaviour for long running queries, client will now show "progress wheel" while waiting for first results. FIX: netatalk: fix a crash on Solaris when registering with mDNS FIX: netatalk: SIGHUP would kill the process instead of being resent to the other Netatalk processes, bug #579 FIX: afpd: Solaris locking problem, bug #559 FIX: Handling of malformed UTF8 strings, bug #524 FIX: afpd: umask handling, bug #576 FIX: Spotlight: Limiting searches to subfolders, bug #581 FIX: afpd: reloading logging config may result in privilege escalation in afpd processes FIX: afpd: ACL related error messages, now logged with loglevel debug instead of error FIX: cnid_metad: fix tsockfd_create() return value on error FIX: CNID/MySQL: volume table name generation, bug #566. Changes in 3.1.6 FIX: Spotlight: fix for long running queries UPD: afpd: distribute SIGHUP from parent afpd to children and force reload shares FIX: netatalk: refresh Zeroconf registration when receiving SIGHUP NEW: configure option "--with-init-style=debian-systemd" for Debian 8 jessieand later. "--with-init-style=debian" is renamed "--with-init-style=debian-sysv". Changes in 3.1.5 FIX: Spotlight: several important fixes Changes in 3.1.4 FIX: afpd: Hangs in Netatalk which causes it to stop responding to connections, bug #572. NEW: afpd: new option "force xattr with sticky bit = yes|no" (default: no) UPD: afpd: FCE version 2 with new event types and new config options "fce ignore names" and "fce notify script" UPD: afpd: check for modified included config file, FR #95. UPD: libatalk: logger: remove flood protection and allocate messages UPD: Spotlight: use async Tracker SPARQL API NEW: afpd: new option "case sensitive = yes|no" (default: yes) In spite of being case sensitive as a matter of fact, netatalk 3.1.3 and earlier did not notify kCaseSensitive flag to the client. Now, it is notified correctly by default, FR #62. Changes in 3.1.3 UPD: Spotlight: more SPARQL query optimisations UPD: Spotlight: new options "sparql results limit", "spotlight attributes" and "spotlight expr" FIX: afpd: Unarchiving certain ZIP archives fails, bug #569 UPD: Update Unicode support to version 7.0.0 FIX: Memory overflow caused by basedir regex, bug #567 NEW: afpd: delete empty resource forks, from FR #92 FIX: afpd: fix a crash when accessing ._ AppleDouble files created by OS X via SMB, bug #564 FIX: afpd and dbd: Converting from AppleDouble v2 to ea may corrupt the resource fork. In some circumstances an offset calculation is wrong resulting in corrupt resource forks after the conversion. Bug #568. FIX: ad: fix for bug #563 broke ad file utilities, bug #570. NEW: afpd: new advanced option controlling permissions and ACLs, from FR #93 Changes in 3.1.2 FIX: Option "vol dbpath" was broken in 3.1.1 FIX: Spotlight: file modification date, bug #545 FIX: Improve reliability of afpd child handler FIX: debian initscript: add 0 and 6 to Default-Stop. debian-bug#745520 FIX: put the Solaris share reservation after our locking stuff, bug #560. UPD: Improve Linux quota behaviour FIX: xattrs on *BSD, bug #562 NEW: afpd: support for using $u username variable in AFP volume definitions. FIX: getvolbypath returns incorrect volume, bug #563 FIX: fd leak when using appledouble = v2, bug #554 UPD: New options that control whether dbus and Tracker are started: start dbus and start tracker, both default to yes, FR#91 UPD: Spotlight: SPARQL query optimisations Changes in 3.1.1 FIX: Add asprint() compatibility function for systems lacking it FIX: Fix ressource fork name conversion. Bug #534. FIX: Fix a bug where only the first configured UAM was loaded. Bug #537. UPD: Add support for AFP 3.4. From FR #85. FIX: Registering with mDNS crashed. Bug #540 FIX: Saving from applications like Photoshop may fail, because removing the ressource fork AppleDouble file failed. Bug #542. FIX: dbd: remove orphaned ._ AppleDouble files. Bug #549. NEW: afpd: Automatic conversion of ._ AppleDouble files created by OS X. FIX: afpd: Fix a crash in of_closefork(). Bug #551. FIX: dbd: Don't print message "Ignoring .file" for every . file. Bug #552. FIX: afpd: Don't flood log with failed sys_set_ea() messages.
mamash
pushed a commit
that referenced
this pull request
Aug 29, 2015
2.1.0 (2015.08.08) Features: Ignore preprocessor flags for dependency generation (@jonthn, #74) Exclude irrelevant files names in command (@wweic, #94) Support MetaWare toolkit (@twpedersen, #95) Use docker build for travis-ci Bugfixes: Get rid of cmake warnings on osx (@emlai, #90) Protect report generation in multithread build systems (@smoofra, #93)
jperkin
pushed a commit
that referenced
this pull request
Oct 8, 2015
This repository Explore Features Enterprise Pricing 107 1,238 113 mps-youtube/mps-youtube mps-youtube/CHANGELOG @ids1024 ids1024 on Jun 1 Update CHANGELOG 2 contributors @np1 @ids1024 280 lines (195 sloc) 9.81 KB Version 0.2.5 1 June 2015 - Support python 3 only (will not run with python 2) - Fix progress bar bug on Windows (#215, #223) - Fix bug in playlist search (#282) - Add user_order setting for separate order of user searches (lol768) (#277) - Add mix command (lol768) (#241, #283) - Add page count with total number of pages and current page (JKatzwinkel) - Fix UnicodeEncodeError on non-unicode terminals - Install .desktop in setup.py so it does not have to be installed manually required for Ubuntu sound menu support ------------------------------------------------------------------------------- Version 0.2.4 13 May 2015 - Fix issue with rate-limiting in "album" command (#217) - Implement support for MPRIS (hrnr and ids1024) (#191, #210) - Fix display issue with small terminal width (#215) - Use version 3 of the youtube api (JKatzwinkel, ids1024, and lol768) (#256) version 2 was disabled by youtube and no longer works ------------------------------------------------------------------------------- Version 0.2.3 17 February 2015 - Fix issue with opening old playlist file (#214) - Fix issue with "set" command - Metadata tagging of downloaded audio files requires ffmpeg or avconv early implementation, uses YouTube video title, needs more work ------------------------------------------------------------------------------- Version 0.2.2 14 February 2015 - Implement skip to previous track (ids1024) #175 #18 #14 Use > and < keys for next and prev track, q for quit (was ctrl-c) mpv / mplayer input.conf can be imported to use custom keymappings - Implement optional external download application (ids1024 and np1) #198 #132 enter "help dl-command" for more info - Show stream quality on status line (Brebiche38) #134 #163 - Implement support for creating Windows builds with py2exe (ids1024) #190 Use setup.py in py2exe branch - Fix progress bar for mpv 0.7 (ids1024) #155 #161 Resolves issues with playback looping - Fix mps-youtube does not run on FreeBSD (nivit) - Fix YouTube comments overshoot window size - Fix issue with audio remux when using `d` download command ------------------------------------------------------------------------------- Version 0.2.1 27 November 2014 [Bugfix] - Detect installed player on installation (#149) ------------------------------------------------------------------------------- Version 0.2.0 25 November 2014 - Auto detect terminal window size - Transcode audio to MP3 and other formats (requires ffmpeg or avconv) - Enabled da and dv commands for playlist search results - Added dapl and dvpl to download YouTube playlist audio/video by url/id to a separate subdirectory (mtahmed) #110 - Progress indicator now works with mpv (previously only mplayer) - Added option to show system notifications (Alex Nisnevich) #95 (can be used with libnotify - notify-send on linux) - Added overwrite true/false option for downloads (mtahmed) #93 (skips download if downloaded file already exists) - Added copy to clipboard feature #97 (requires python xerox module and xclip on linux or pywin32 on windows) - Remux audio downloads for better file compatibility (#135) [Bugfix] - Accept two-character length usernames (#99) [Bugfix] - Expand ~ character in download directory setting (punchagan) [Bugfix] - Don't truncate filename (YoussF) #122 [Bugfix] - Exit with correct status code ------------------------------------------------------------------------------- Version 0.01.46 May 18 2014 - Added c <number> to view comments for a video (first 50 comments, no reply-comments) - Added feature to match album tracks using MusicBrainz (vixus0) To search albums, enter "album" optionally followed by album title - Custom formatted search result list using "set columns" command Optionally shows: rating, likes, dislikes, views, user, date, category and comments (number of) in search results - Added "set order <relevance|views|rating|date>" command for specifying search result ordering - Added "set console-width" for setting output width (default 80) - Added uploaded date in video info display (request #64) - Added likes / dislikes in video info display ------------------------------------------------------------------------------- Version 0.01.44 Mar 27 2014 - Added max_res config item for selecting video resolution (request 56) - Added window_size and window_pos for selecting size / position of player - Improved handling of playlist file read/write (issue 66) - Revert to lower quality on unavailable/corrupt streams (issue 65) - Enabled multiple invocation commands (comma separated) (request 61) Eg: mpsyt //the doors, 1, shuffle, 1-3-a, quit - Improved url caching - Added shuffle command (no arguments, shuffles displayed items) - Handle 'video not available in your country' during multiple downloads - Fix UnicodeDecodeError in mplayer progress parsing (issue 58) - Fix UnicodeEncodeError under Windows with Python 2.7 (issue 59) ------------------------------------------------------------------------------- Version 0.01.41 Mar 14 2014 - new configuration option, max_results - sets number of returned results (1 - 50) - pl <url> now accepts YouTube playlist id's as well as url's - Fix error in download of .m4a files when mplayer is set as player. - Added option for downloading multiple items eg. da 1-4 or dv 3,5,6 ------------------------------------------------------------------------------- Version 0.01.40 Mar 11 2014 - Bugfix release, corrects UnicodeDecode error ------------------------------------------------------------------------------- Version 0.01.39 Mar 10 2014 Features: - Added time / progress bar indicator. Big thanks to Thomas LÉVEIL! (mplayer only) - Added command to retrieve YouTube user playlists; userpl {username} or upl {username} - Added command to retrieve related videos; r{number} - playurl now respects -f, -w, and -a flags (fullscreen, window or audio) - Implemented input history persistence (uses readline, linux only) - Implemented non-interactive mode for command line invocation with playurl - Implemented less interactive mode for command line invocation with dlurl Changes: - // or .. prefix to search for YouTube playlists (was plsearch / pls) Help / Documentation: - help <command> will show relevant help topic page e.g., help dlurl - Documented configuration options ("set" commands) - Re-authored some help categories - Changed help <number> to help <topic>, removed menu from help pages Bugfixes - mplayer / mpv window now displays content title instead of url - Fixed issue with Python3 terminal output on playback ctrl-c interrupt - Fixed issue with debug mode not logging to file - Changed year format in YT playlist result screen to last two digits. (Under some environments it was showing 4-digit years) ------------------------------------------------------------------------------- Version 0.01.38 Mar 5 2014 - Added i<number> for YT playlist information display - Added stream url preloading for first item of opened YT playlists - Added last-updated date to YT playlist search result list - Fixed UnicodeError when run in non-UTF8 environments - Added more verbosity to --version command line option - Added --debug command line option (logs to <tmpdir>/mpsyt.log) ------------------------------------------------------------------------------- Version 0.01.37 Mar 2 2014 - Excluded YouTube paid videos from search results - Added "pl <playlist url>" command to open YouTube playlist url - Added "plsearch <query>" command to search for YouTube playlists - Added "dump" command to show entire YT playlist (useful for saving locally) - Added "undump" command to undo dump (re-paginates YT playlist items) - Added "u <number>" command to list uploads by uploader of <number> - Added "url <YouTube url>" command for retrieving a specific YT video - Added "playurl <YouTube url>" command for directly playing a YT video - Added "dlurl <YouTube url>" command for directly downloading a YT video - Changed command to list user uploads, new syntax is "user <username>" - Added mpsyt --version flag for printing version info - Added mpsyt --help flag for printing help text - Fixed indentation bug when scrolling through readline history ------------------------------------------------------------------------------- Version 0.01.36 Feb 27 2014 - Wait for preloading item if it is selected while preloading - Fix bug where -a audio override is sometimes ignored ------------------------------------------------------------------------------- Version 0.01.35 Feb 25 2014 - Faster opening of audio streams with mpv (--demuxer-lavf-o=fflags=+ignid argument added for m4a streams) - Faster opening of audio streams with mplayer (reject m4a streams, prefer ogg streams) (fallback to video stream and suppress video when no ogg available) ------------------------------------------------------------------------------- Version 0.01.34 Feb 22 2014 - Fix bug: fails when no playlist file exists ------------------------------------------------------------------------------- Version 0.01.33 Feb 22 2014 - Changed structure of playlist file. Now consumes KB's rather than MB's - Same playlist file shared between Python2.7+ and Python3+ (was separate) - Improved display alignment for Russian text - Preload of url fails silently on unobtainable items (previously crashed) - Added prompt to mux audio on m4v download (experimental) ------------------------------------------------------------------------------- Version 0.01.32 Feb 17 2014 - Improve display alignment with certain unicode characters - Fix crash when using 'set' command on Windows (thomasleveil) ------------------------------------------------------------------------------- Version 0.01.31 Feb 13 2014 - Migrate location of config directory to reflect new name (~/.config/mps-youtube) Status API Training Shop Blog About Pricing © 2015 GitHub, Inc. Terms Privacy Security Contact Help
jperkin
pushed a commit
that referenced
this pull request
May 19, 2016
Pkgsrc changes: Adapt PLIST. Upstream changes: 1.3.1: Bug Fixes: * junos_rpc was not working with anisble 2.0.1.0 #114 1.3.0: New Features: * Added junos_rpc * Added junos_cli Updates/Enhancements: * junos_get_config diff option #100 * Add a timeout argument to the junos_commit module #97 Bugs Fixed: * Ansible 2.0 support #103 * Exception handling #101 * Proper log message for junos_srx_cluster #98 * shebang path changed, modules to work in virtualenv environment too #93 #77
jperkin
pushed a commit
that referenced
this pull request
Apr 3, 2018
2018-01-12 Alfred E. Heggestad <alfred.heggestad@gmail.com> * Version 0.5.7 * Project URL: https://github.com/creytiv/re * build: remove support for Cygwin (#95) remove support for splint (#96) * mem: add secure memory functions (#102) * net: larger buffer for net_if_list (#100) * sipreg: add from_name (Display Name) (#104) * tls: use per connection bio_method (fixes issue #92) (#93) 2017-11-06 Alfred E. Heggestad <alfred.heggestad@gmail.com> * Version 0.5.6 * Project URL: https://github.com/creytiv/re * build: Update ar flags; use deterministic mode (#79) * http: added support for chunked transfer encoding (#90) * ice: Added functions to get selected candidates. (#72) (thanks Joachim Bauch) * json: improved performance for mypower10 (#88) (thanks Chris Owen) * mqueue: Pack struct of mqueue messages. (#62) (thanks Joachim Bauch) * odict: use int instead of enum to avoid vararg promotion (#81) * tls: add dtls_recv_packet() (#89)
jperkin
pushed a commit
that referenced
this pull request
Nov 24, 2020
Switched to use go-module.mk. CHANGES: * agent: Agent now properly returns a non-zero exit code on error, such as one due to template rendering failure. Using error_on_missing_key in the template config will cause agent to immediately exit on failure. In order to make agent properly exit due to continuous failure from template rendering errors, the old behavior of indefinitely restarting the template server is now changed to exit once the default retry attempt of 12 times (with exponential backoff) gets exhausted. [GH-9670] * token: Periodic tokens generated by auth methods will have the period value stored in its token entry. [GH-7885] * core: New telemetry metrics reporting mount table size and number of entries [GH-10201] * go: Updated Go version to 1.15.4 [GH-10366] FEATURES: * Couchbase Secrets: Vault can now manage static and dynamic credentials for Couchbase. [GH-9664] * Expanded Password Policy Support: Custom password policies are now supported for all database engines. * Integrated Storage Auto Snapshots (Enterprise): This feature enables an operator to schedule snapshots of the integrated storage backend and ensure those snapshots are persisted elsewhere. * Integrated Storage Cloud Auto Join: This feature for integrated storage enables Vault nodes running in the cloud to automatically discover and join a Vault cluster via operator-supplied metadata. * Key Management Secrets Engine (Enterprise; Tech Preview): This new secret engine allows securely distributing and managing keys to Azure cloud KMS services. * Seal Migration: With Vault 1.6, we will support migrating from an auto unseal mechanism to a different mechanism of the same type. For example, if you were using an AWS KMS key to automatically unseal, you can now migrate to a different AWS KMS key. * Tokenization (Enterprise; Tech Preview): Tokenization supports creating irreversible “tokens” from sensitive data. Tokens can be used in less secure environments, protecting the original data. * Vault Client Count: Vault now counts the number of active entities (and non-entity tokens) per month and makes this information available via the "Metrics" section of the UI. IMPROVEMENTS: * auth/approle: Role names can now be referenced in templated policies through the approle.metadata.role_name property [GH-9529] * auth/aws: Improve logic check on wildcard BoundIamPrincipalARNs and include role name on error messages on check failure [GH-10036] * auth/jwt: Add support for fetching groups and user information from G Suite during authentication. [GH-123] * auth/jwt: Adding EdDSA (ed25519) to supported algorithms [GH-129] * auth/jwt: Improve cli authorization error [GH-137] * auth/jwt: Add OIDC namespace_in_state option [GH-140] * secrets/transit: fix missing plaintext in bulk decrypt response [GH-9991] * command/server: Delay informational messages in -dev mode until logs have settled. [GH-9702] * command/server: Add environment variable support for disable_mlock. [GH-9931] * core/metrics: Add metrics for storage cache [GH_10079] * core/metrics: Add metrics for leader status [GH 10147] * physical/azure: Add the ability to use Azure Instance Metadata Service to set the credentials for Azure Blob storage on the backend. [GH-10189] * sdk/framework: Add a time type for API fields. [GH-9911] * secrets/database: Added support for password policies to all databases [GH-9641, and more] * secrets/database/cassandra: Added support for static credential rotation [GH-10051] * secrets/database/elasticsearch: Added support for static credential rotation [GH-19] * secrets/database/hanadb: Added support for root credential & static credential rotation [GH-10142] * secrets/database/hanadb: Default password generation now includes dashes. Custom statements may need to be updated to include quotes around the password field [GH-10142] * secrets/database/influxdb: Added support for static credential rotation [GH-10118] * secrets/database/mongodbatlas: Added support for root credential rotation [GH-14] * secrets/database/mongodbatlas: Support scopes field in creations statements for MongoDB Atlas database plugin [GH-15] * seal/awskms: Add logging during awskms auto-unseal [GH-9794] * storage/azure: Update SDK library to use azure-storage-blob-go since previous library has been deprecated. [GH-9577] * secrets/ad: rotate-root now supports POST requests like other secret engines [GH-70] * ui: Add ui functionality for the Transform Secret Engine [GH-9665] * ui: Pricing metrics dashboard [GH-10049] BUG FIXES: * auth/jwt: Fix bug preventing config edit UI from rendering [GH-141] * cli: Don't open or overwrite a raft snapshot file on an unsuccessful vault operator raft snapshot [GH-9894] * core: Implement constant time version of shamir GF(2^8) math [GH-9932] * core: Fix resource leak in plugin API (plugin-dependent, not all plugins impacted) [GH-9557] * core: Fix race involved in enabling certain features via a license change * identity: Check for timeouts in entity API [GH-9925] * secrets/database: Fix handling of TLS options in mongodb connection strings [GH-9519] * secrets/gcp: Ensure that the IAM policy version is appropriately set after a roleset's bindings have changed. [GH-93] * ui: Mask LDAP bindpass while typing [GH-10087] * ui: Update language in promote dr modal flow [GH-10155] * ui: Update language on replication primary dashboard for clarity [GH-10205] * core: Fix bug where updating an existing path quota could introduce a conflict. [GH-10285]
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.
This PR includes:
I had to disable the winbind and ads pkg-options, but since option.mk was ignored before we do not lose any functionality. Manpages are still messing as I could not figure out how to get them too build also. Again no change from current wip/samba.