Age | Commit message (Collapse) | Author | Files | Lines |
|
Another commit follows for other files.
This is the last version pinentry-{qt,gtk} are available.
-----------------------------------------
2014-09-18 Werner Koch <wk@gnupg.org>
Release 0.8.4.
Add missing build support files and move them to build-aux.
Use generic autogen.sh script.
* autogen.rc: New.
* autogen.sh: New. Take from GnuPG.
* Makefile.am (EXTRA_DIST): Add autogen.rc.
(DISTCHECK_CONFIGURE_FLAGS): Disable qt4.
2014-08-12 Werner Koch <wk@gnupg.org>
common: Fix compiler warning.
* pinentry/pinentry.c (pinentry_utf8_to_local): Use cast for iconv arg.
(pinentry_local_to_utf8): Ditto.
New pinentry-tty version for dumb terminals.
* Makefile.am: Add pinentry-tty.
* NEWS: Add news about pinentry-tty.
* README: Update.
* configure.ac: Add support for this pinentry.
* tty/Makefile.am: New.
* tty/pinentry-tty.c: New.
2014-08-06 Andre Heinecke <aheinecke@intevation.de>
Check for MOC also if pinentry-qt is disabled.
* configure.ac: Call QT_PATH_MOC if pinentry_qt4 is not no.
Add fallbacks for SetForegroundWindow.
If that foreground window fails pinentry-qt now tries to
attach to the current foreground process and then tries
to set the foreground window again. If that fails it also
calls ShowWindow as a last resort.
* qt4/pinentrydialog.cpp (raiseWindow): Add fallbacks in
case SetForegroundWindow fails.
Use raiseWindow also for confirm dialogs.
This should fix the case that the dialog opened
in the foreground but a warning / confirm dialog
opened in the background.
* qt4/pinentryconfirm.cpp, qt4/pinentryconfirm.h (showEvent):
New overwrite base class method to call raiseWindow.
* NEWS: Mention this.
2014-07-30 Andre Heinecke <aheinecke@intevation.de>
Set some accessibility information.
* qt4/main.cpp (qt_cmd_handler): Build buttons with accessibile
Description.
* qt4/pinentrydialog.cpp (setDescription, setError, setOkText)
(setCancelText, setQualityBar): Set an accessible description.
* qt4/pinentryconfirm.cpp (PinentryConfirm): Set message
box contents also as accessible values.
* NEWS: Mention it and the copy/paste change from last year.
2013-07-15 Andre Heinecke <aheinecke@intevation.de>
Lower paste length limit to 300.
This should be more then enough and avoids possible problems
with libassuan cmd line lenght or percent escaping etc.
* qt4/qsecurelineedit.cpp (insert): Lower paste limit
Limit paste length to 1023 characters.
* qt4/qsecurelineedit.cpp (insert): Check for a maximum
length before allocation the secmem string.
Fix contextmenu support for pasting.
MOC ignores preprocessor definitions so we can not conditionally
declare SLOTS. So we now move the ifdefs in the definition and
always declare the SLOTS.
* qt4/qsecurelinedit.cpp (cut, copy, paste): Do nothing if
QT_NO_CLIPBOARD is defined.
* qt4/qsecurelinedit.h: Always declare cut, copy and paste slots
Remove check for RTL extensions.
Our code does nothing RTL specific there anyway. And the
qt_use_rtl_extensions symbol has been removed.
* qt4/qsecurelinedit.cpp: Remove check for RTL extensions.
2013-07-12 Werner Koch <wk@gnupg.org>
Fix for commit fb38be9 to allow for "make distcheck".
* qt4/Makefile.am: Make correct use of BUILT_SOURCES.
2013-05-29 Andre Heinecke <aheinecke@intevation.de>
Add pinentry-qt4-clipboard option.
Enabling this option will make it possible to paste a
passphrase into pinentry-qt4. This defeats the secmem
mechanism but drastically increases usability for some
users.
* configure.ac: New option pinentry-qt4-clipboard.
* qt4/qsecurelineedit.cpp, qt4/qsecurelineedit.h: Activate
clipboard and context menu if PINENTRY_QT4_CLIPBOARD is defined.
Remove qt4 moc files and add moc to buildsystem.
This is neccessary to conditionally enable signals/slots
at build time.
* qt4/Makefile.am: Moc files automatically.
* qt4/pinentryconfirm.moc, qt4/pinentrydialog.moc,
qsecurelineedit.moc: Removed.
|
|
|
|
* Fix bootstrap.sh dependency on SPONSORS.list
* HTTP/2: Support 421 (Misdirected Request) status code
* Alternate-Protocol is a hop-by-hop header
* Bug 4148: external_acl_type header format does not accept the new libformat syntax
* Bug 4033: Rebuild corrupted ssl_db/size file
* Bug 3902: Docs: external_acl_type cache hash key
* Bug 4145: squid_endian.h compile errors with OpenBSD 5.6
* Fix segmentation fault in ACLUrlPathStrategy::match
|
|
- patch-aa is now included, removed.
- Add LICENSE= gnu-gpl-v2
- Add CONF_FILES related ${MV} at target post-install:
(Upstream)
- Update 1.2 to 1.3.3
15/9/2009 1.3.3 release
15/9/2009 added GPL license header to source files
15/9/2009 --as-needed fix, patched src/tools/Makefile.am from Gentoo bug #128678
8/6/2009 1.3.2 release
8/6/2009 hide passwords from ps
4/2/2009 1.3.1 release
4/2/2009 removed reference to list option in man page and usage
4/2/2009 updated libtool
13/5/2005 disable ldap referrals to work better with win2k3 sp1
30/8/2004 optarg null pointer fixes (Hilko Bengen)
30/8/2004 delete password from memory (Stephan M«äller)
|
|
|
|
portability fixes.
|
|
|
|
|
|
(upstream) Update 0.4 to 0.42, no upstream ChangeLog found.
|
|
Updated misc/mirmon to 2.10
|
|
|
|
Add workaround for OpenBSD's srand/srandom breakage.
|
|
mirmon 2.10 -- 15 augustus 2014
o Probe only one site-url with "mirmon -get url site-url".
----------------------------------------------------------------------
mirmon 2.9 -- 13 augustus 2013
o Added a LICENSE file, requested by fedora packagers.
|
|
1.20 (October 2013)
Nick Birch (Nick.Birch@s-and-t.com): rtpsend -l (loop) flag does
not work. Modified to rewind input file on feof if loop was
set. Fails if length of line is greater than 2048
characters. Increased to 4096 (sufficient for typical
rtpdump: Put space after ext_data=<hex extension data> so that it
can be parsed by rtpsend. parse_header doesn't comprehend the
possible extension header. As a consequence any extension header
data is also dumped twice. Once in the ext_data report and then a
second time in the data report. Modify parse_header to return hlen
that comprehends the extension header if present.
The format for reporting contributing sources does not match the
format accepted by rtpsend (i.e., reports "csrc[n] = xxxx" rather
than "csrc[n]=0xxxxx"). Fixed. Note: the documentation is less
than clear on the csrc syntax accepted by rtpsend.
1.19 (August 2010)
Krzysztof Burghardt (krzysztof@burghardt.pl): "Wireshark
implemented "rtpdump" file format in a bit different way, so
cooperation beetwen those program is a bit problematic.
Moreover rtptools compiled on i386 and amd64 have different size
of file header (size of long in timeval is different)."
|
|
Updated misc/dvtm to 0.13
|
|
From the web page: http://www.brain-dump.org/projects/dvtm/
dvtm-0.13 released (15.11.2014)
------------------------------
Changes include:
* rewritten copy mode as an external process
Upon MOD+e dvtm pipes the whole screen buffer content to $EDITOR.
Whatever the editor writes to stdout will be stored in an internal
dvtm register for later pasting with MOD+p.
This only works if your editor of choice is usable as a filter i.e:
echo Hello World | $EDITOR - | cat
An alternative editor to use can be set with the environment variable
$DVTM_EDITOR. Instructions for the intended usage together with vis
can be found at:
http://lists.suckless.org/dev/1411/23973.html
* tagging concept working the same as in dwm. Current key bindings are
as follows:
Mod-F[1..n]
Mod-v-[1..n]
View all windows with nth tag.
Mod-0 View all windows with any tag.
Mod-v-Tab
Toggles to the previously selected tags.
Mod-V-[1..n]
Add/remove all windows with nth tag to/from the view.
Mod-t-[1..n]
Apply nth tag to focused window.
Mod-T-[1..n]
Add/remove nth tag to/from focused window.
The default configuration sets up five different tags (1-5).
* rudimentarily sanitize $SHELL such that SHELL=dvtm dvtm is no longer
a fork bomb.
* more flexible key binding configuration including the possibility
to specify key bindings involving 3 subsequent symbols.
* unified drawing of minimized windows always on the last screen line.
Previously the arrangement of those minimized windows was done by the
individual layouts.
* use of pselect(2) instead of select(2) in order to fix a race condition.
* cleanups and comments for the terminal emulation code (vt.[ch]).
This is also in preparation for eventual use in vis.
Support for italic attributes and terminfo entries ({r,s}itm).
Recognize '\033];title\007' as title changing sequence.
* build system (i.e config.mk) should now respect $TERMINFO and $PREFIX
if set. By default _POSIX_C_SOURCE=200809L and _XOPEN_SOURCE=700 is
used, if you get compile errors change them to match whatever your
system needs to expose the required interfaces.
* Solaris and AIX support (with some tweaks to config.mk)
All in all a lot of code was changed, comments, patches and a thorough
review is always welcome!
As a kind of social experiment I also pushed a mirror of the repository
to github:
https://github.com/martanne/dvtm
dvtm-0.12 released (05.07.2014)
------------------------------
Changes include:
* fixes to the redraw logic
* new copymode key bindings CTRL+u (page-up), CTRL+d (page-down), CTRL+c (quit)
* a new layout included in the source tarball but not enabled by default:
vstack where all windows have the full screen width
* cleanups to the build system and manual page
The tagging branch[1] has also been rebased. Special thanks to Mark Edgar
for his patches.
dvtm-0.11 released (08.03.2014)
------------------------------
Changes since the 0.10 release include:
* keybindings can be defined without any modifier key as result
config.def.h was reindented. Sorry for the resulting merge
conflicts.
* scroll up and down is now also bound to Shift-Page{Up,Down}
* the window border is no longer drawn if there exists only 1 window.
This means when you start dvtm without any command you will just
get a normal shell prompt without any decoration. This might be
useful for people who use a terminal without builtin scrollback
buffer support.
* MOD+Tab switches to the previously focused window
* Upon terminal resize the whole screen is completely redrawn. This
fixes an issue with the optimized redraw logic introduced in the
last release when attaching to an existing session with dtach or
abduco.
* the lock functionality (MOD-X) has been removed, use a session
management tool like abduco to detach from your controlling
terminal and logout properly using the existing system mechanism.
dvtm-0.10 released (28.12.2013)
------------------------------
This is mostly a bugfix release with
* improved redraw logic to reduce cursor flickering
* better non blocking input handling
* a couple of fixes to dvtm.info terminfo description (kbs, rs1)
* various other fixes (fd leakage, misuse of strncpy, handling of I/O errors)
as there were changes to dvtm.info make sure to install the new version.
Furthermore I've rebased the tagging branch, which provides the same tagging
facilities that we know and love from dwm, on top of master:
|
|
- Add LICENSE= x11
(upstream)
- Update cstream 2.7.5 to 3.1.1
3.1.1:
-----
-n <nbytes_to_stream> was not clear to use numbers > 2 GB. I didn't
notice since it worked fine if you used suffixes "K/M/G" as long as
the number was < 2 G. Sorry about that.
3.1.0:
------
O_DIRECT supported for input.
3.0.0:
------
IPV6 support for IPV6 day 2011.
The IPV6 support shouldn't break anything after hostname lookup
succeeds. Issues might be building on older platforms if I screwed up
the autoconf mechanism to not compile it in.
Having said that, assorted little code cleanups are in this release,
too. They shouldn't break anything but non-IPV6 things were touched.
Aftermath for 2.7.4 - 2.7.6:
----------------------------
ATTENTION:
I'm afraid that support for the '-B <size_of_buffer>' was clobbered in
2.7.4 or whereabouts. This one allowed you do have a reader do
multiple reads before the writer could write or vice versa.
Change reverted in 2.7.6.
2.7.4 and 2.7.5 do not have working -B.
2.8.0:
------
Support platforms that do not have open(2) with O_DIRECT.
Such as MacOS X.
2.7.6:
------
Revert 2.7.3 which broke -B
|
|
No any changes on built binary. Proposed at:
http://mail-index.netbsd.org/pkgsrc-users/2014/12/08/msg020735.html
Thank you.
|
|
|
|
|
|
* Enhancements:
* Expand path to logfile to easier debugging on failures.
Pull #33 [marvin2k]
* Enhancements:
* Add default cert store and custom certs from `SSL_CERT_FILE` if present.
This increases compatibility with Ruby 1.8.7.
* Bugfixes:
* Specify Accept-Encoding to make sure a raw file content is downloaded.
Pull #30. [knu]
* Internal:
* Improve examples and use them as test harness.
|
|
|
|
Guile has had multiple versions in pkgsrc because of compatibility
problems, starting with 1.4. Currently, 1.8 is the stable version and
2.0 the new version in pkgsrc, even though in the regular world 1.8 is
old and 2.0 is stable. As far as I know, no one uses guile 1.6 any
more, and it has no depending packages in pkgsrc (tex2page was the
last one).
|
|
|
|
The current version is ancient, and doesn't work with guile 1.8.
While there is upstream activity, there are no release tarballs or
even tags in git. A request to upstream asking for release tarballs
timed out. I don't have any reason to think anyone is using this
package.
|
|
|
|
|
|
|
|
* Allow STOPPED to be processed by dhcpcd-run-hooks(8)
* Don't attempt to match IFT to ARP types directly
* If neither dig nor host are present, fallback to getent(1)
* If IFF_UP is not set when we get a carrier up event, poll for it
instead of giving up
* Failure to bind to the DHCP port on the wildcard address when
it's in-use is not an error
|
|
|
|
|
|
|
|
- to make pkglint clean, change directory organization, using BUILD_DIR= src etc.
- Add LICENSE= gnu-gpl-v2
- Use SUBST instead of ${SED} at do-install: target
- Newly installs example files
- (invocation without argument gives error as
Pass 1: Error: Cannot open file: 'test.m65'
but it is the same as prev. version and user should give input)
(upstream) Update 1.04 to 1.06
------------------------------
October 10, 2003
version 1.05 - added new directives .BANK, .SET 6, and .OPT LIST/NO LIST;
Preliminary support for .ATR disk images and the Atari++
emulator memory snapshots;
March 17, 2009
version 1.06 - allow negative offsets with .SET 6 directives; allow arithmentic
expressions in REPEAT blocks; Better detection of resized labels;
Fixed a buffer overflow problem; Added -l option to allow label output;
Compiling Windows executable with mingw
|
|
|
|
Changelog for this version:
pev 0.70 - December 26, 2013
! Missing full/English documentation.
! Missing valid XML and HTML output formats.
! pestr: no support for --net option when parsing unicode strings.
! pestr: unable to handle too big strings.
* libpe: rewritten, now using mmap. (Jardel Weyrich).
* pestr: added countries domains suffixes.
* readpe and peres: output enhancements (Jardel Weyrich).
+ pehash: sections and headers hash calculation (Jardel Weyrich).
+ pehash: ssdeep fuzzy hash calculation.
+ pehash: support for new digest hashes like sha512, ripemd160 and more.
+ peres: added new tool to analyze/extract PE resources (Marcelo Fleury).
+ pescan: cpl malware detection.
+ pescan: undocumented anti-disassembly fpu trick detection.
+ pesec: show and extract cerfiticates from digitally signed binaries (Jardel Weyrich).
- readpe can't show functions exported by ID only.
- readpe: fixed subsystem types (Dmitry Mostovenko).
|
|
Updated converters/bibtex2html to 1.98
Updated converters/p5-JSON-MaybeXS to 1.003003
|
|
1.003003 - 2014-12-06
- ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
always be used in preference to JSON::XS
- avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS
loaded at the same time as a newer Cpanel::JSON::XS
|
|
Version 1.98, July 4, 2014
==========================
o fixed escaping of character & in URLs
o fixed translation of -- and --- (contributed by Gabriel Scherer)
o more macros: \dj \DJ (contributed by Domenico Bianculli)
o \textsuperscript
o temporary files are now created in the current directory
to avoid bibtex error "Not writing to ... (openout_any = p)."
o fixed a bug with non-ascii characters in php-output
|
|
1.08 Sat Dec 6 20:12:55 2014
- DUCET is updated (for Unicode 7.0.0) as Collate/allkeys.txt.
! Please notice that allkeys.txt will be overwritten if you have had
other allkeys.txt already.
- The default UCA_Version is 30.
- *.pl and *.pm are updated so that they have same the version number.
|
|
|
|
|
|
---------------------
Revision 3.409
Bug fix for using -m in combination with -+d
Revision 3.410
Bug fix: Improve consistency of use_thread in thread_fread and thread_fwrite.
Revision 3.411
Compat fix: Move from using macosx to IOZ_macosx, because APPLE started
using macosx in Mountain Lion.
Revision 3.412
Adding -+F flag for trunc before thread_write. Needed by Vangel for
thread_mix_test.
Revision 3.413
Bug fix for -+F flag.
Revision 3.414
Add Vangel to the contributors list
Revision 3.415
Minor bug fix for -J option (think time) in the thread_pread_test()
Revision 3.417
Add -+J option. Include think time (-j #) in throughput calculation
Revision 3.419
Add better handling of exit values.
Revision 3.420
Add new contributor to list.
Revision 3.421
Bug fix from Alp Aker:
Patch for a minor issue in IOzone's signal_handler() function:
the no_unlink option is respected only for the first member of the dummyfile[]
array; the rest of the dummy files are unconditionally deleted, whether or not
the '+w' flag has been passed to the program.
Revision 3.422
Code cleanup. No functional changes.
Revision 3.423
Improve consistency of Kbytes instead of kbytes, KBytes, kBytes...
Revision 3.424
Fix for 64 bit and touch_dedup.
Revision 3.425
Fix for 64 bit and gen_new_buf
Revision 3.427
Adjust formatting so fields don't run together.
Revision 3.428
Adjust formatting so fields don't run together.
Revision 3.429
Add two more characters to array my_port_num.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|