Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
As its name suggests, picocom is a minimal dumb-terminal emulation
program. It is, in principle, very much like minicom, only it's
"pico" instead of "mini"!
It was designed to serve as a simple, manual, modem configuration,
testing, and debugging tool. It has also served (quite well) as a
low-tech serial communications program to allow access to all types
of devices that provide serial consoles. It could also prove useful
in many other similar tasks.
|
|
|
|
|
|
What is the Tor Browser?
The Tor software protects you by bouncing your communications around
a distributed network of relays run by volunteers all around the
world: it prevents somebody watching your Internet connection from
learning what sites you visit, it prevents the sites you visit from
learning your physical location, and it lets you access sites which
are blocked.
|
|
|
|
Changelog:
2016-02-13: Version 7.3.3. New flags h (print header) and p (remove
path from file name) for option -i, --info. Fixed printing text in
unicode UTF-16 mode on Windows, so that when it is redirected to
a file, a correct UTF-16 file is created. Fixed printing of East-Asian
text on Windows with an East-Asian regional setting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove broken linked files
Add app icons from the kde applications
Add breeze places icons into oxygen
Sync oxygen mimetype icons with breeze mimetype icons
|
|
ECMAddAppIcon: Use absolute path when operating on icons
Make sure the prefix is looked-up on Android
Add a FindPoppler module
Use PATH_SUFFIXES in ecm_find_package_handle_library_components()
|
|
|
|
|
|
---------------------
Mon Apr 13 2015 Luis Paboen (Pabón), Jr. <lpabon@redhat.com>
* Version v1.3.9
* Minor bug fixes(thanks kerrigan29a and RocFang)
* FreeBSD package support (thanks harshavardhana)
|
|
- Update HOMEPAGE
Those will make check-update (finding new verison) automation clear, thanks.
|
|
Orgis via mail.
|
|
|
|
|
|
pkgsrc changes:
- explicitly disable SDL2
(SDL2_mixer with smpeg2 cannot coexist with SDL_mixer with smpeg)
upstream changes (no English changelog):
- fix crash on reset after changing sound settings on some environments
- add SDL 2.0 support
- fix sound issue when PulseAudio is used as SDL audio backend
- add SPFM Light and C86BOX support
|
|
This package contains the git-codereview tool that the upstream Go
project uses for working with Gerrit.
It is probably mainly useful if you want to submit code to Go itself,
though it may be usable for other projects too.
|
|
|
|
|
|
pkgsrc changes:
- remove unnecesary OVERRIDE_GEMSPEC for ruby-http
- add a new OVERRIDE_GEMSPEC for equalizer-0.0.11
(briefly tested with net/ruby-tw)
No CHANGELOG.md entry (and no announcement) in upstream.
(one notable change in github is "Update http dependency to ~> 1.0")
|
|
Upstream changes (from CHANGES.md):
## 1.0.2 (2016-01-15)
* [#295](https://github.com/httprb/http/pull/295):
Fix redirect following when used with persistent mode.
([@ixti])
|
|
|
|
Upstream announcement:
https://helpx.adobe.com/security/products/flash-player/apsb16-04.html
Adobe Security Bulletin
Security updates available for Adobe Flash Player
Release date: February 9, 2016
Vulnerability identifier: APSB16-04
CVE number: CVE-2016-0964, CVE-2016-0965, CVE-2016-0966, CVE-2016-0967,
CVE-2016-0968, CVE-2016-0969, CVE-2016-0970, CVE-2016-0971, CVE-2016-0972,
CVE-2016-0973, CVE-2016-0974, CVE-2016-0975, CVE-2016-0976, CVE-2016-0977,
CVE-2016-0978, CVE-2016-0979, CVE-2016-0980, CVE-2016-0981, CVE-2016-0982,
CVE-2016-0983, CVE-2016-0984, CVE-2016-0985
Platform: Windows, Macintosh and Linux
|
|
|
|
There is no pkgsrc user and upstream has not been updated since 2012.
No objection on pkgsrc-users@:
http://mail-index.netbsd.org/pkgsrc-users/2016/01/30/msg022904.html
|
|
|
|
Changes:
Mesa 11.1.2 is a bug fix release which fixes bugs found since the 11.1.1
release.
Mesa 11.1.2 implements the OpenGL 4.1 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv
(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers
don't support all the features required in OpenGL 4.1. OpenGL 4.1 is only
available if requested at context creation because compatibility contexts are
not supported.
Bug fixes
This list is likely incomplete.
• Bug 91596 - EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI
• Bug 93628 - Exception: attempt to use unavailable module DRM when building
MesaGL 11.1.0 on windows
• Bug 93648 - Random lines being rendered when playing Dolphin (geometry
shaders related, w/ apitrace)
• Bug 93650 - GL_ARB_separate_shader_objects is buggy (PCSX2)
• Bug 93717 - Meta mipmap generation can corrupt texture state
• Bug 93722 - Segfault when compiling shader with a subroutine that takes a
parameter
• Bug 93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is
bound to a specific location
• Bug 93761 - A conditional discard in a fragment shader causes no depth
writing at all
Changes
Ben Widawsky (1):
• i965/bxt: Fix conservative wm thread counts.
Dave Airlie (1):
• glsl: fix subroutine lowering reusing actual parmaters
Emil Velikov (6):
• docs: add sha256 checksums for 11.1.1
• cherry-ignore: drop the i965/kbl .num_slices patch
• i915: correctly parse/set the context flags
• targets/dri: android: use WHOLE static libraries
• egl/dri2: expose srgb configs when KHR_gl_colorspace is available
• Update version to 11.1.2
Eric Anholt (2):
• vc4: Don't record the seqno of a failed job submit.
• vc4: Throttle outstanding rendering after submission.
François Tigeot (1):
• gallium: Add DragonFly support
Grazvydas Ignotas (1):
• r600g: don't leak driver const buffers
Ian Romanick (2):
• meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for
GL_TEXTURE_RECTANGLE
• meta: Use internal functions to set texture parameters
Ilia Mirkin (6):
• st/mesa: use surface format to generate mipmaps when available
• glsl: always compute proper varying type, irrespective of varying packing
• nvc0: avoid crashing when there are holes in vertex array bindings
• nv50,nvc0: fix buffer clearing to respect engine alignment requirements
• nv50/ir: fix false global CSE on instructions with multiple defs
• st/mesa: treat a write as a read for range purposes
Jason Ekstrand (3):
• i965/vec4: Use UW type for multiply into accumulator on GEN8+
• i965/fs/generator: Take an actual shader stage rather than a string
• i965/fs: Always set channel 2 of texture headers in some stages
Jose Fonseca (2):
• scons: Conditionally use DRM module on pipe-loader.
• pipe-loader: Fix PATH_MAX define on MSVC.
Karol Herbst (1):
• nv50/ir: fix memory corruption when spilling and redoing RA
Kenneth Graunke (2):
• glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.
• glsl: Allow implicit int -> uint conversions for bitwise operators (&, ^,
|).
Leo Liu (2):
• vl: add zig zag scan for list 4x4
• st/omx/dec/h264: fix corruption when scaling matrix present flag set
Marek Olšák (1):
• radeonsi: don't miss changes to SPI_TMPRING_SIZE
Nicolai Hähnle (11):
• mesa/bufferobj: make _mesa_delete_buffer_object externally accessible
• st/mesa: use _mesa_delete_buffer_object
• radeon: use _mesa_delete_buffer_object
• i915: use _mesa_delete_buffer_object
• i965: use _mesa_delete_buffer_object
• util/u_pstipple.c: copy immediates during transformation
• radeonsi: extract the VGT_GS_MODE calculation into its own function
• radeonsi: ensure that VGT_GS_MODE is sent when necessary
• radeonsi: add DCC buffer for sampler views on new CS
• st/mesa: use the correct address generation functions in st_TexSubImage
blit
• radeonsi: fix discard-only fragment shaders (11.1 version)
Timothy Arceri (4):
• glsl: fix segfault linking subroutine uniform with explicit location
• mesa: fix segfault in glUniformSubroutinesuiv()
• glsl: fix interface block error message
• glsl: create helper to remove outer vertex index array used by some stages
|
|
|
|
Changes:
* Fixes #287: media:content support broken
(patch by Leiaz)
* Fixes #279: Rules not visible in searchdialog
(patch by Leiaz)
* Fixes #83: Segfault when sorting feeds in folder
(patch by Leiaz)
* Fixes #302: Broken compilation with --disable-notify
(reported by vostorga)
|
|
|
|
Bump PKGREVISION.
|
|
mdds 1.0.0
* all
* introduced API versioning to ease parallel installation of API
incompatible versions. Version 1.0.0 will have an API versoin of
1.0.
* C++11 is now a hard requirement.
* added API documentation via Doxygen, Sphinx and Breathe.
* mixed_type_matrix
* officially removed for good in favor of multi_type_matrix.
* multi_type_vector
* added memory usage reduction by conditionally shrinking the
capacity of the underlying vector containers.
* added slight performance gain by revising block adjustment policy
during splitting of blocks.
* sorted_string_map
* fixed a bug where a non-matching key was incorrectly returned as a
matching key.
|
|
|
|
libetonyek 0.1.6
- All formats:
+ Improved handling of text language, e.g., written language props now
include country and script.
- Keynote 6:
+ Parse links.
+ Parse text language.
+ Parse lists (bullets).
+ Resize tables properly.
+ Fix handling of texts containing non-ASCII characters (i.e., the
majority of non-English languages).
- Miscellaneous:
+ Fix build with boost 1.54/1.55.
+ Make help output of conversion tools more help2man-friendly.
+ Fix build with recent clang, which does not like 'register' keyword.
+ Various small fixes and improvements.
libetonyek 0.1.5
- Parse slide background.
- Parse shape style: fill, line stroke, opacity, shadow.
- Parse table style: default cell borders, background etc.
- Various fixes and improvements.
libetonyek 0.1.4
- Parse formulas.
- Parse cell type and number format.
- Require mdds 1.0 by default (but 0.12.1 is still supported).
- Add support for Keynote 6. Imported features include: shapes, images,
text + text formatting, presentation notes, tables (only simple tables
are supported.)
libetonyek 0.1.3
- Common:
+ Import more text formatting properties.
+ Correctly interpret properties set by paragraph style, but turned
off in character style.
+ Import paragraph borders.
+ Import metadata.
+ Collect styles and other referenceable entities even from skipped
parts of the input.
+ Fix a typo that caused shapes being dropped from output.
+ Import table borders.
+ Add dependency on mdds.
+ Various small bugfixes and improvements.
- Pages:
+ Import headers and footers.
+ Import footnotes and endnotes.
+ Import images.
+ Import shapes.
+ Import text columns.
+ Accept documents created by Pages 1-3.
- Numbers:
+ Accept documents created by Numbers 1.
libetonyek 0.1.2
- Use symbol visibility on Linux. The library only exports the two public
functions now.
- Refactor the parser to allow sharing of code among Keynote, Pages and
Numbers parsers.
- Add initial support for Pages (v. 4 only): text and text formatting,
tables.
- Parse text language.
- Parse links.
- Fix parsing of tab stops.
- Add dependency on glm.
- Add initial support for Numbers (v. 2 only): sheets and cell content.
- Fix parsing of simple cell text content, which was ignored previously.
- Various small bugfixes and improvements.
|
|
|
|
Changelog:
6.1 (06 February 2016)
* Language:
. You can now omit the @menu from nodes with other nodes below them in
the document structure. If you use "@validatemenus off" near the
start of a Texinfo file, makeinfo will, where needed, create a menu
for nodes lacking one given explicitly.
. An @setfilename line is no longer required at the start of a
Texinfo file. (Be aware, though, that some other tools may require
it, for example Automake.)
. For processing with TeX, a comma is automatically provided following
a cross-reference command (such as @xref) when needed to separate
the page number from following text, so you don't need to add one
yourself. See the `Parts of a Cross Reference' node in the manual
for details. Behavior when followed by punctuation, as always
recommended previously, is unchanged.
* texi2any:
. Some Perl modules have been rewritten in C to increase speed.
If Perl extensions can be created, they are used by default;
otherwise the pure Perl implementations are still used.
Disable at build time with "configure --disable-perl-xs". The
environment variable TEXINFO_XS controls how they are used by
texi2any.
. Quotation marks are left out for node names and index entries in
Info output where they would have been produced by commands such
as @file or @option.
. New customization variable INFO_SPECIAL_CHARS_QUOTE to allow use of
a quoting mechanism for problematic constructs in Info output, for
example node names containing colons or commas.
. Commands like @heading are affected by @lowersections and @raisesections
again, as was the case before Texinfo 5.0.
* texinfo.tex:
. You may explicitly specify a sort key for an index entry by preceding
the text of the entry with the @sortas commmand with the sort key
desired as a braced argument. Additionally, you may choose to
ignore all occurences of the characters \, @, <, and - using new
flags you can specify with @set: `txiindexbackslashignore',
`txiindexatsignignore', `txiindexlessthanignore', and
`txiindexhyphenignore' respectively.
. Changes to macro handling to more closely match makeinfo. Ends of
lines are preserved in an argument to a macro taking a single
argument.
. By default, suppress heading line on a page with a chapter on it, to
avoid having the chapter title repeated.
. Use a larger font for arguments in a @deffn line and similar.
. The default indices (cp, ky and so on) now don't get a file opened
for them unless they are actually used. This reduces the number of
files that a run of TeX produces, and also allows for a greater
number of user-defined indices, because you will not bump into TeX's
limit of 16 open files at once so soon.
. For initials in indices that are non-alphanumeric characters (for
example, backslash, or braces), avoid use of a typewriter font.
This gives a more consistent appearance.
. Have a stronger preference for breaking a column in an index before
a letter heading.
. Formatting improvements in tables of contents and indices. Entries
can extend slightly into the margin instead of being broken across
two lines, and text is split more evenly across lines. Reduce
chance of an orphaned index entry appearing at the top of a column.
. Support character encodings beyond ASCII for XeTeX and LuaTeX by
reading file input byte-by-byte.
* texi2dvi:
. Support for determining the output files using the `-recorder'
option to TeX, to help to support more TeX engines.
* info:
. New user variables `link-style', `active-link-style', and
`match-style' enable customization of how cross-references and search
matches are highlighted.
. By default only the node pointers are displayed at the top of a node.
Customize this with the `nodeline' variable.
. New command M-x tree-search to search all subnodes of a node.
. Now tries to find referenced manuals in the same directory as the
current file first, before looking in search path. Customize this
with new variable `follow-strategy'.
. The `mouse' variable is now off by default, in order not to
interfere with the selection of text in a terminal emulator window.
. `q' closes a window instead of quitting altogether if there's more
than one, for example if a help window is open.
. Several bug fixes, including:
. one causing the wrong position in a node to be shown when
following an "anchor" cross-reference
. one causing a test failure in the t/c-u-m-x-scroll-forward.sh
test on some platforms
. Internal changes to reduce memory use and increase speed of
searches, relative to last release
. The meaning of the `key-time' variable has changed when its value
is 0. This value meant to wait forever in the last release, but now
it means that the next byte must be available immediately.
* Documentation:
. The `info.info' file (and `info.texi' source) is no longer
distributed with Texinfo. Now this manual is only in Emacs.
* Distribution:
. automake-1.15, gettext-0.19.6.
|
|
|
|
96.0.0 (2016/2/10)
Breaking Changes
Google App Engine
Google App Engine components updated to 1.9.32. Please visit the following release notes for details: Python - https://cloud.google.com/appengine/docs/python/release-notes Java - https://cloud.google.com/appengine/docs/java/release-notes
The gcloud preview app gen-config command now offers to automatically update the runtime field in app.yaml if necessary.
IAM
The gcloud beta iam command group has launched.
Emulators
The Pub/Sub emulator now supports Gzip-encoded requests.
Google Compute Engine
The gcloud compute copy-files|scp commands on Windows now treat path arguments with a drive prefix as local files.
Configurations
The config configurations delete command now takes multiple configuration names.
Containers
kubectl is updated to v1.1.7.
Bugfix on the gcloud container clusters get-credentials when run from a client without edit permissions.
Misc. Changes
The default floating point output format precision is 6. Exponent notation is used for abs(n) < 1e-04 and abs(n) >= 1e+09.
The arrow and page up/down/home/end keys now work in the Windows help pager.
95.0.0 (2016/2/3)
Breaking Changes
Use gcloud compute networks create --mode=legacy to create non-subnet networks.
Google Compute Engine
gcloud compute copy-files and gcloud compute ssh on Windows now use standard PuTTY plink.exe, pscp.exe and putty.exe. A standalone winkeygen.exe generates PuTTY and ssh compatible keys. The Windows PuTTY executables are up to date at version 0.66.
Google Compute Engine subnets
Added gcloud compute networks subnets.
Added --mode flag to gcloud compute networks create.
Added --subnet flag to gcloud compute instances create and gcloud compute instance-templates create.
Added --local-traffic-selector flag to gcloud compute vpn-tunnels create.
Google App Engine
Added support for streaming logs when the use_cloud_build=1 property is set.
Moved the nodejs install script into the docker image.
Projects
gcloud projects update|undelete|delete have been moved to beta.
gcloud --format
Added nested table formatting by --format="table(field1,listField2:format=FORMAT-STRING)" where FORMAT-STRING can be any format (json, table, ...). Try: gcloud compute instances list --format="table[box](name, disks:format='table[no-heading](deviceName:sort=1, kind)')"
Added list field aggregation formatting (similar to nested formatting) by --format="table(listField2:format=FORMAT-STRING)". When the main table has no columns each nested format is aggregated into a single list. Try: gcloud compute instances list --format="table(disks:format='table[box](deviceName:sort=1, kind)')"
94.0.0 (2016/1/27)
Google Compute Engine
Added gcloud alpha compute url-maps list-cache-invalidations command.
Google App Engine
Google App Engine components updated to 1.9.31. Please visit the following release notes for details: Python - https://cloud.google.com/appengine/docs/python/release-notes Java - https://cloud.google.com/appengine/docs/java/release-notes
Added --runtime flag to gcloud preview app gen-config to specify a runtime when a directory identifies as multiple runtimes. This flag can be used in conjunction with --custom.
Google Container Engine
gcloud container cluster describe and list commands now notify the user when their cluster versions are about to go out of support or are unsupported.
Google Cloud Logging
gcloud beta logging write and gcloud beta logging logs delete commands now use the V2beta1 API. The gcloud beta logging write command now uses the global resource descriptor (which translates to "custom.googleapis.com" service in V1).
Cloud Dataproc
gcloud beta dataproc clusters create now supports --tags and --metadata flags to set instance tags and metadata on all instances in the Dataproc cluster.
PubSub Emulator
A new --host flag can be used to specify the address the emulator should bind as. The flag can be left unspecified, set to "localhost", a hostname, or an explicit IP address.
Projects
Added commands get-iam-policy, set-iam-policy, add-iam-policy-binding, and remove-iam-policy-binding for the gcloud beta projects surface.
Added the gcloud projects list command that can be used to list projects.
93.0.0 (2016/1/20)
kubectrl upgraded to 1.1.4.
gcloud beta dataproc cluster create now supports --properties flag to set properties for installed packages.
Datastore emulator's DATASTORE_LOCAL_HOST environment variable changed to DATASTORE_EMULATOR_HOST.
gcloud source repos clone now supports --dry-run flag to show equivalent git command.
92.0.0 (2016/1/13)
Because of the rollback of 91.0.0, this release contains all of the changes from 91.0.0 in addition to the changes listed below.
Breaking Changes
gcloud preview app deploy
Changed deployments to set the deployed versions to receive all traffic for their modules by default.
To keep the old behavior (traffic split remains the same), use the --no-promote flag or run gcloud config set app/promote_by_default true.
Note that your old versions are still running, and must be stopped manually. This behavior will change in a future release.
Removed deprecated --set-default flag. Please use --promote instead.
gcloud preview app deploy: Removed deprecated --env-vars flag.
The output of the gcloud preview app modules list command has been changed to include the traffic split percentage instead of the 'default version' field.
Removed deprecated gcloud preview app modules cancel-deployment command.
This command is no longer necessary due to recent improvements in the Deployment API.
Removed deprecated gcloud preview app modules download command.
This command is no longer necessary due to recent improvements in the Deployment API.
Removed deprecated gcloud preview app run command. Please use dev_appserver.py instead.
Changed behavior of the --zone/-z flag in the gcloud dns record-sets command group. This flag can no longer precede the command. For instance, gcloud dns record-sets -z=mz list will not work, but gcloud dns record-sets list -z=mz will.
Changed --password-file option for sql instances set-root-password; password now does not include trailing newline from password file. This matches the documented behavior, but not the previous behavior. (Fixes https://code.google.com/p/google-cloud-sdk/issues/detail?id=419)
Removed meta/active_configuration from the results of gcloud config list since it is not a property that can be set. You can continue to use the gcloud config configurations commands to view and manage your configurations.
Cloud SDK
Added gcloud config proxy settings. Users can configure gcloud to use a proxy via the following settings:
gcloud config proxy/address
gcloud config proxy/password
gcloud config proxy/port
gcloud config proxy/type
gcloud config proxy/username
Added alpha and beta components to Debian packages.
Removed unused config properties: app/hosted_registry, app/host, app/admin_host, app/api_host.
Google Cloud Logging
Migrated to v2beta1 API release.
Moved gcloud beta logging sinks commands to v2beta1.
Added gcloud beta logging resource-descriptors command to display supported resources from various services.
Added gcloud beta logging read command to retrieve log entries using filters.
Google Container Engine
Added gcloud container clusters resize for resizing Container Engine clusters.
Added notifications when node upgrades are available to gcloud container cluster describe and list commands.
Google App Engine
Fixed bug where initial deployments using --image-url failed.
Changed gcloud preview app modules set_default command to use the App Engine Admin API.
Changed gcloud preview app modules list command to use the App Engine Admin API.
|